ceph-csi/internal/rbd
Humble Chirammal 2e8e8f5e64 rbd: fill clusterID if its a migration nodestage request
the migration nodestage request does not carry the 'clusterID' in it
and only monitors are available with the volumeContext. The volume
context flag 'migration=true' and 'static=true' flags allow us to
fill 'clusterID' from the passed in monitors to the volume Context,so
that rest of the static operations on nodestage can be proceeded as we
do treat static volumes today.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-09-20 09:54:54 +00:00
..
clone.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
controllerserver_test.go cleanup: resolve parallel test issue 2021-07-13 11:31:39 +00:00
controllerserver.go rbd: check for clusterid mapping in genVolFromVolumeOptions() 2021-09-14 08:39:57 +00:00
driver.go util: call WriteCephConfig() in cephcsi.go 2021-09-08 16:05:27 +00:00
encryption.go cleanup: move KMS functionality into its own package 2021-08-30 16:31:40 +00:00
errors.go rbd: correct the code comment for ErrFlattenInProgress 2020-10-20 08:59:25 +00:00
identityserver.go internal: reformat long lines in internal/rbd package to 120 chars 2021-06-28 14:43:49 +00:00
mirror.go rbd: add helper function to get local state 2021-08-16 17:38:25 +00:00
nodeserver_test.go cleanup: addresses paralleltest linter 2021-06-25 11:55:12 +00:00
nodeserver.go rbd: fill clusterID if its a migration nodestage request 2021-09-20 09:54:54 +00:00
rbd_attach.go rbd: provide alternatives to preserve the ceph log files 2021-09-16 13:55:15 +00:00
rbd_healer.go util: NewK8sClient() should not panic on non-Kubernetes clusters 2021-09-02 11:22:14 +00:00
rbd_journal.go rbd: check for clusterid mapping in RegenerateJournal() 2021-08-31 14:30:06 +00:00
rbd_util_test.go rbd: provide alternatives to preserve the ceph log files 2021-09-16 13:55:15 +00:00
rbd_util.go rbd: fill clusterID if its a migration nodestage request 2021-09-20 09:54:54 +00:00
replicationcontrollerserver_test.go rbd: consider empty mirroring mode 2021-08-09 11:05:05 +00:00
replicationcontrollerserver.go rbd: Report errors when a resync maybe in progress 2021-09-15 15:59:22 +00:00
snapshot.go cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00