ceph-csi/internal/cephfs
John Mulligan f091374ba9 journal: remove SetNamespace setter function
The SetNamespace setter function was called only once, immediately after
the creation of a volume journal object in cephfs only.
Remove this function so that it is no longer implied that this field can
be mutated after the journal is created. In it's place, use an extended
"constructor" NewCSIVolumeJournalWithNamespace that takes a namespace
value at create-time only.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-05-12 17:57:36 +00:00
..
cephfs_util.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
cephuser.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
controllerserver.go cephfs: use new 'ceph fs resize' command when available 2020-05-12 06:57:44 +00:00
driver.go journal: remove SetNamespace setter function 2020-05-12 17:57:36 +00:00
errors.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
fsjournal.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
identityserver.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodeserver.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
util.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
volume.go cephfs: use new 'ceph fs resize' command when available 2020-05-12 06:57:44 +00:00
volumemounter_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
volumemounter.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
volumeoptions.go make CephFS SubvolumeGroup configurable 2020-05-04 05:50:06 +00:00