From: Ilya Dryomov Date: Fri, 18 Apr 2014 17:18:29 +0000 (+0400) Subject: doc: 'rbd showmapped' doesn't need privileges X-Git-Tag: v0.81~104^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0c2b0fb8dac255580a42cb8fac8d597aedb58b44;p=ceph.git doc: 'rbd showmapped' doesn't need privileges No need to run 'rbd showmapped' with sudo. Signed-off-by: Ilya Dryomov --- diff --git a/doc/rbd/rbd-ko.rst b/doc/rbd/rbd-ko.rst index ddf254078489..28b3c0024f83 100644 --- a/doc/rbd/rbd-ko.rst +++ b/doc/rbd/rbd-ko.rst @@ -39,13 +39,13 @@ Show Mapped Block Devices To show block device images mapped to kernel modules with the ``rbd`` command, specify the ``showmapped`` option. :: - sudo rbd showmapped + rbd showmapped Unmapping a Block Device ======================== -To unmap a block device image with the ``rbd`` command, specify the ``rm`` +To unmap a block device image with the ``rbd`` command, specify the ``unmap`` option and the device name (i.e., by convention the same as the block device image name). ::