]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: osd find / metadata --format plain fallback
authorNathan Cutler <ncutler@suse.cz>
Wed, 6 May 2015 09:18:50 +0000 (11:18 +0200)
committerNathan Cutler <ncutler@suse.cz>
Wed, 6 May 2015 09:18:50 +0000 (11:18 +0200)
commitd338609f6e7afbdcc2ff520617e081e4eeb81bf0
tree989da8008a5dd2734b8cc843fb6b7c337139d5ee
parent51a21f89d59241283d51747890941d68eaf46f66
mon: osd find / metadata --format plain fallback

ceph --format plain osd find 1 (and metadata) are not implemented and
must fallback to the default (json-pretty).

http://tracker.ceph.com/issues/9538 Fixes: #9538

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit 13780d7)

Rebased to omit the modifications to qa/workunits/cephtool/test.sh so the patch
will apply to the upstream tarball.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/mon/OSDMonitor.cc