]> 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>
Thu, 14 Jul 2022 15:28:27 +0000 (17:28 +0200)
commit3c3813bfd746ca4f0d96828548d638451b9f9c39
tree2efad055eafcd97e14dae943a03e69f1bf3e338d
parenta3542aa65abf5d1a413cb7406a7957925e193ca1
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