ceph-csi/internal/cephfs
Niels de Vos 9bd10d2698 cephfs: newVolumeOptions() does not need all secrets, only credentials
There is no need to pass all secrets on to newVolumeOptions(), it only
needs the credentials. As the caller of newVolumeOptions() already has
the credentials generated, just pass them along instead of the raw
secrets.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-10-14 15:16:56 +00:00
..
cephfs_util.go util: simplify error handling 2020-07-23 11:16:40 +00:00
clone.go cephfs: correct cephFSCloneInprogress source code comment 2020-09-25 17:36:14 +00:00
controllerserver.go cephfs: newVolumeOptions() does not need all secrets, only credentials 2020-10-14 15:16:56 +00:00
driver.go cephfs: replace warning with WarningLogMsg in Run 2020-08-13 09:44:12 +00:00
errors.go cephfs: check ENOTEMPTY when removing subvolume 2020-09-23 13:51:23 +00:00
fsjournal.go cephfs: replace Errorf with ErrorLog in checkSnapExists 2020-08-13 09:44:12 +00:00
identityserver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
nodeserver.go cephfs: connect to the Ceph Cluster with go-ceph 2020-10-14 15:16:56 +00:00
snapshot.go cephfs: No-Op Unprotect call if "snapshot-autoprotect" feature present 2020-09-16 16:05:28 +00:00
util.go cephfs: allow readonly only for volume with contentsource 2020-09-10 13:47:23 +00:00
volume.go cephfs: drop credentials from createVolume() 2020-10-14 15:16:56 +00:00
volumemounter.go cephfs: trim spaces around fuseMountOptions 2020-09-23 12:12:51 +00:00
volumeoptions.go cephfs: newVolumeOptions() does not need all secrets, only credentials 2020-10-14 15:16:56 +00:00