summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDan Mick <dan.mick@inktank.com>2012-10-04 14:40:03 -0700
committerDan Mick <dan.mick@inktank.com>2012-10-04 15:20:29 -0700
commit61b2e4d6acea36d1090567d77d10f69acd4ed603 (patch)
tree545fa009e2ab05835424ffb37b823e0fb2b12cd5 /man
parentfb88683cd14d8bc7fc99617512f0980f288194de (diff)
downloadceph-61b2e4d6acea36d1090567d77d10f69acd4ed603.tar.gz
rbd: use TextTable to implement ls -l
Signed-off-by: Dan Mick <dan.mick@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'man')
-rw-r--r--man/rbd.88
1 files changed, 5 insertions, 3 deletions
diff --git a/man/rbd.8 b/man/rbd.8
index 7a316214260..d88a003dd53 100644
--- a/man/rbd.8
+++ b/man/rbd.8
@@ -1,4 +1,4 @@
-.TH "RBD" "8" "September 27, 2012" "dev" "Ceph"
+.TH "RBD" "8" "October 03, 2012" "dev" "Ceph"
.SH NAME
rbd \- manage rados block device (RBD) images
.
@@ -124,8 +124,10 @@ a clustered filesystem.
.SH COMMANDS
.INDENT 0.0
.TP
-.B \fBls\fP [\fIpool\-name\fP]
-Will list all rbd images listed in the rbd_directory object.
+.B \fBls\fP [\-l | \-\-long] [pool\-name]
+Will list all rbd images listed in the rbd_directory object. With
+\-l, also show snapshots, and use longer\-format output including
+size, parent (if clone), format, etc.
.TP
.B \fBinfo\fP [\fIimage\-name\fP]
Will dump information (such as size and order) about a specific rbd image.