]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix the rbd mirroring configure check 51325/head
authorNizamudeen A <nia@redhat.com>
Thu, 27 Apr 2023 11:24:24 +0000 (16:54 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 3 May 2023 06:00:29 +0000 (11:30 +0530)
commit2e3507182c9b44880770f292fee1a856f3e693d8
treea3085b82a28f628428dedab9cd080b68a956f124
parent4aa8c9747661740b0397a1bf3b14fceda2b96e72
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>
(cherry picked from commit 09de6be991c4240065bf5774e798b3d274443cff)
src/pybind/mgr/dashboard/controllers/rbd_mirroring.py