]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Allow removing RBD with snapshots
authorTiago Melo <tmelo@suse.com>
Mon, 3 Feb 2020 17:14:13 +0000 (16:14 -0100)
committerTiago Melo <tmelo@suse.com>
Fri, 6 Mar 2020 14:18:15 +0000 (13:18 -0100)
commit5627919c016785a27666b1992d336f8ff378a072
treeee3503e35544bac9eea062fd95f88e4b097ca049
parent31a7a461382a3a979c12e114c9266366285487ca
mgr/dashboard: Allow removing RBD with snapshots

Fixes: https://tracker.ceph.com/issues/36404
Signed-off-by: Tiago Melo <tmelo@suse.com>
12 files changed:
qa/tasks/mgr/dashboard/helper.py
qa/tasks/mgr/dashboard/test_rbd.py
src/pybind/mgr/dashboard/controllers/rbd.py
src/pybind/mgr/dashboard/controllers/rbd_mirroring.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-trash-move-modal/rbd-trash-move-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-message.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-message.service.ts
src/pybind/mgr/dashboard/services/rbd.py