diff options
author | Stratos Psomadakis <psomas@grnet.gr> | 2011-11-07 11:24:35 +0200 |
---|---|---|
committer | Josh Durgin <josh.durgin@dreamhost.com> | 2011-11-07 09:27:15 -0800 |
commit | 4e518ed3ded428f607e0d5b063a6186ebfa1e30c (patch) | |
tree | 4f01842b665bdd2986757a82e8e67a9a38c4718a /man | |
parent | 34d80397f73a847f31aad6f00afd0eeb3d526ca0 (diff) | |
download | ceph-4e518ed3ded428f607e0d5b063a6186ebfa1e30c.tar.gz |
rbd: Document the rbd showmapped cmd
Document the rbd showmapped cmd in rbd.usage(), and rbd's man page,
and add it to the bash completion script.
Signed-off-by: Stratos Psomadakis <psomas@grnet.gr>
Diffstat (limited to 'man')
-rw-r--r-- | man/rbd.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/rbd.8 b/man/rbd.8 index f2eea7009ce..16da65aea1f 100644 --- a/man/rbd.8 +++ b/man/rbd.8 @@ -135,6 +135,9 @@ Maps the specified image to a block device via the rbd kernel module. .TP .B \fBunmap\fP [\fIdevice\-path\fP] Unmaps the block device that was mapped via the rbd kernel module. +.TP +.B \fBshowmapped\fP +Show the rbd images that are mapped via the rbd kernel module. .UNINDENT .SH IMAGE NAME .sp |