]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix the rbd mirroring configure check 51255/head
authorNizamudeen A <nia@redhat.com>
Thu, 27 Apr 2023 11:24:24 +0000 (16:54 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 27 Apr 2023 11:24:24 +0000 (16:54 +0530)
commit09de6be991c4240065bf5774e798b3d274443cff
tree1cb67fbe565418f7ebd4f18b3eb83e3891fd3faf
parent353a81f362a4a5ed8e1e83d31b2f67b44c543f45
mgr/dashboard: fix the rbd mirroring configure check

In one-way mirroring, the condition we are checking now for configuring
the mirroring will fail because only one cluster needs to have the
mirror daemon present. Thus even if mirroring is successfuly happening
the page won't load. For now relaxing the rule until we find a better
api call to check for the status

Fixes: https://tracker.ceph.com/issues/59573
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/controllers/rbd_mirroring.py