]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: remove format argument from osd crush dump 1234/head
authorLoic Dachary <loic@dachary.org>
Thu, 13 Feb 2014 15:20:51 +0000 (16:20 +0100)
committerLoic Dachary <loic@dachary.org>
Thu, 13 Feb 2014 15:27:42 +0000 (16:27 +0100)
commit7834535f7bd0484a2c7ba244e70e60ec4e23835a
tree1b17d907b8d9e9546201468fb4f30f3076f5f5d3
parent9cbbc883e225b08b3e31cd2cf6e766688795886b
mon: remove format argument from osd crush dump

The --format argument of the ceph cli is used to send the desired format
argument. The format argument is always part of the command sent to the
server. Adding it to the command description in MonCommand is not
necessary.

partially revert cec1893310005eca29186145de66391789211e70
revert fce4d6840448053b685ca3407b2a2680109d6df2

Signed-off-by: Loic Dachary <loic@dachary.org>
src/mon/MonCommands.h
src/test/mon/osd-crush.sh
src/test/pybind/test_ceph_argparse.py