[PATCH] rbd: Document the rbd showmapped cmd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxx>
---
 man/rbd.8               |    3 +++
 src/bash_completion/rbd |    2 +-
 src/rbd.cc              |    2 ++
 3 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/man/rbd.8 b/man/rbd.8
index f2eea70..63f00ef 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
diff --git a/src/bash_completion/rbd b/src/bash_completion/rbd
index 5b6ec0e..549dc11 100644
--- a/src/bash_completion/rbd
+++ b/src/bash_completion/rbd
@@ -36,7 +36,7 @@ _rbd()
                 return 0
                 ;;
             *)
-                COMPREPLY=( $(compgen -W "ls list info create resize rm export import cp copy mv rename snap watch map unmap" -- ${cur}) )
+                COMPREPLY=( $(compgen -W "ls list info create resize rm export import cp copy mv rename snap watch map unmap showmapped" -- ${cur}) )
                 return 0
             ;;
         esac
diff --git a/src/rbd.cc b/src/rbd.cc
index 9757389..3945af6 100644
--- a/src/rbd.cc
+++ b/src/rbd.cc
@@ -83,6 +83,8 @@ void usage()
        << "                                            using the kernel\n"
        << "  unmap [device]                            unmap a rbd device that was\n"
        << "                                            mapped by the kernel\n"
+       << "  showmapped                                show the rbd images mapped\n"
+       << "                                            by the kernel\n"
        << "\n"
        << "Other input options:\n"
        << "  -p, --pool <pool>            source pool name\n"
-- 
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux