]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: pretty json from `tell` commands 14105/head
authorJohn Spray <john.spray@redhat.com>
Thu, 23 Mar 2017 13:31:41 +0000 (09:31 -0400)
committerJohn Spray <john.spray@redhat.com>
Thu, 13 Apr 2017 16:28:20 +0000 (12:28 -0400)
commit0f7988d4f006e06c02c012c86099612dfcc10729
tree94ff541de14a4121ac293610597622e5dc5c29e8
parent8442cbb521df22704efe07b008cc703527b64171
mds: pretty json from `tell` commands

The overhead of the whitespace is trivial and
makes the output somewhat human readable.  Previously
I was always taking `damage ls` into a file and
parsing it out with python.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDSRank.cc