]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src/mon/MonMap: modify dump function 60629/head
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Sat, 14 Sep 2024 18:22:55 +0000 (18:22 +0000)
committerroot <root@vossi06.front.sepia.ceph.com>
Tue, 5 Nov 2024 19:08:29 +0000 (19:08 +0000)
commit88a559dbe44cf310b71daffc84e13509d6af36cb
treefab77f694810abb0c1a3d3cc04d4d6df2ebd0452
parent9186935069a75ebd9885c1fafeb068ec62da6019
src/mon/MonMap: modify dump function

Problem:
Current dump for "removed_ranks" and "disallowed_leaders"
doesn't have the correct format so the python test
script can parse through these values.

Solution:
Modified the values such that it is in the correct format

Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
(cherry picked from commit a7f3b7b749acabd235d615a3f5b80e3398a6d80d)
src/mon/MonMap.cc