]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: Fix 1 active, multi standy mds condition timing issue
authorJimyeong Lee <jinmyeong.lee@linecorp.com>
Sun, 30 Jul 2023 09:22:23 +0000 (18:22 +0900)
committerRishabh Dave <ridave@redhat.com>
Wed, 8 Nov 2023 17:18:39 +0000 (22:48 +0530)
commit0ac70e184fa56c1942b8e87fe2f0c03ed2ceade7
tree5bcde560c389e09ac9271c32c299462aa3e1601a
parent4a2123c94d99e73323f9436f81da33180a01b202
client: Fix 1 active, multi standy mds condition timing issue

When there are 1 active MDS and several standby MDSs and the result of standby-MDS comes after the active-MDS's,
the closing square bracket cannot be added.
To Fix this issue, add one more condition

Signed-off-by: Jimyeong Lee <jinmyeong.lee@linecorp.com>
(cherry picked from commit 7cd12779c63a4159eb5388d699e92051fbfd7067)
src/client/Client.cc