]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: RbdConfiguration.list reuse image context.
authorPere Diaz Bou <pdiazbou@redhat.com>
Tue, 5 Jul 2022 10:39:12 +0000 (12:39 +0200)
committerPere Diaz Bou <pdiazbou@redhat.com>
Mon, 1 Aug 2022 07:10:15 +0000 (09:10 +0200)
commitab6bb136916d62ac9f9919bad4a773f7131e64c8
treed82a63c5ef5e9aaf8e974086dfa1f3fc18fba234
parent25b8ce92f93407bf29cb0dd4015c4a35cb37d4dd
mgr/dashboard: RbdConfiguration.list reuse image context.

Image contexts are reopen even though we pass the context as an
argument. This commit changes that so you can forget about reopening
a rbd image context again.

Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
(cherry picked from commit 5a0ead8cc88fd677d882391bddcff5b474a63a9b)
src/pybind/mgr/dashboard/services/rbd.py