]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: add formatted output to diff command
authorJosh Durgin <josh.durgin@inktank.com>
Sun, 31 Mar 2013 00:32:08 +0000 (17:32 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 1 Apr 2013 15:56:07 +0000 (08:56 -0700)
commit52097d343bd4860e4ee614ba4ae97e952eb73bd8
tree82b4c84367997d6d0d120b9a20f90e2a91d62f0d
parent33d1a2fc8809cc8aec42cd4c5330c9a27f0f32f8
rbd: add formatted output to diff command

All the other commands that display information have this.
For consistency, add it to this command too.

Also switch the plain output to use a TextTable for better readability.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/rbd.cc