ceph-csi/internal/rbd
Madhu Rajanna 8f185bf7b2 rbd: use rados namespace for manager command
Currently we have a bug that we are not using rados
namespace when adding ceph manager command to
remove the image from the trash. This commit
adds the missing rados namespace when adding
ceph manager task.

without fix the image will be moved to trash
and no task will be added to remove from the
trash. it will become ceph responsibility to
remove the image from trash when it will cleanup
the trash.

workaroud: manually purge the trash

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2021-07-28 03:48:33 +00:00
..
clone.go cleanup: resolve nlreturn linter issues 2021-07-22 06:05:01 +00:00
controllerserver_test.go cleanup: resolve parallel test issue 2021-07-13 11:31:39 +00:00
controllerserver.go rbd: add support to expand encrypted volume 2021-07-23 10:00:23 +00:00
driver.go cleanup: resolve nlreturn linter issues 2021-07-22 06:05:01 +00:00
encryption.go rbd: rename encryption metadata keys to enable mirroring 2021-07-26 11:49:56 +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: use go-ceph for getImageMirroringStatus 2021-07-26 06:37:40 +00:00
nodeserver_test.go cleanup: addresses paralleltest linter 2021-06-25 11:55:12 +00:00
nodeserver.go rbd: add support to expand encrypted volume 2021-07-23 10:00:23 +00:00
rbd_attach.go cleanup: resolve nlreturn linter issues 2021-07-22 06:05:01 +00:00
rbd_healer.go cleanup: resolve nlreturn linter issues 2021-07-22 06:05:01 +00:00
rbd_journal.go cleanup: resolve nlreturn linter issues 2021-07-22 06:05:01 +00:00
rbd_util_test.go cleanup: resolve nlreturn linter issues 2021-07-22 06:05:01 +00:00
rbd_util.go rbd: use rados namespace for manager command 2021-07-28 03:48:33 +00:00
replicationcontrollerserver_test.go cleanup: resolve nlreturn linter issues 2021-07-22 06:05:01 +00:00
replicationcontrollerserver.go rbd: use go-ceph for getImageMirroringStatus 2021-07-26 06:37:40 +00:00
snapshot.go cleanup: resolve nlreturn linter issues 2021-07-22 06:05:01 +00:00