]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Implement "vos examine"
authorDavid Howells <dhowells@redhat.com>
Thu, 10 Apr 2014 13:04:52 +0000 (14:04 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2014 13:41:27 +0000 (14:41 +0100)
commite830cedc94d99697bfef571e9e231c9519ee7486
tree1ec2d01a9aa1276c401ce881187c225042dd10fd
parent8c8c01d83bbeb7ffdf1da8a91e8e18f2fefa9400
Implement "vos examine"

Implement the "vos examine" command.  There is a lot of common display code
between this and several of the other commands, so the common bits are drawn
out into a library module for all to share.

Signed-off-by: David Howells <dhowells@redhat.com>
suite/commands/vos/examine.py [new file with mode: 0644]
suite/commands/vos/listvldb.py
suite/commands/vos/listvol.py
suite/lib/voldisplay.py [new file with mode: 0644]