]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/mon/MonMap: modify dump function 59483/head
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Sat, 14 Sep 2024 18:22:55 +0000 (18:22 +0000)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Sun, 22 Sep 2024 17:12:15 +0000 (17:12 +0000)
commita7f3b7b749acabd235d615a3f5b80e3398a6d80d
tree5286914d4d5123d71c40cbc3f176ca26b3b38ae8
parent4d2f8879bed2abd10c00e5a1c5008bd56c11bf61
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>
src/mon/MonMap.cc