]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: make report pure json
authorSage Weil <sage@inktank.com>
Mon, 15 Jul 2013 21:29:14 +0000 (14:29 -0700)
committerSage Weil <sage@inktank.com>
Mon, 15 Jul 2013 21:29:14 +0000 (14:29 -0700)
commitb46930c96c8fc06532bb3936fb30ced822cc9d45
tree049d8189863ea7c3d35e980013eedeaf386fc398
parent40a8bbdc53b0500d5472e42e55c1865aeb5661e5
mon: make report pure json

Put the crc in the status string and drop the header and footer.  If users
want to capture it,

ceph report 2>&1 > foo.txt

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/Monitor.cc