Signed-off-by: Joao Eduardo Luis <joao@suse.com>
(cherry picked from commit
122388429d01ef2f294dc2846d16d88aa0bdba68)
Conflicts:
qa/workunits/cephtool/test.sh
- drop unrelated "# test elector" comment (elector test not backported)
ceph mon feature set kraken --yes-i-really-mean-it
expect_false ceph mon feature set abcd
expect_false ceph mon feature set abcd --yes-i-really-mean-it
+
+ # test mon stat
+ # don't check output, just ensure it does not fail.
+ ceph mon stat
+ ceph mon stat -f json | jq '.'
}
function test_mon_priority_and_weight()