]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: 'rbd showmapped' doesn't need privileges
authorIlya Dryomov <ilya.dryomov@inktank.com>
Fri, 18 Apr 2014 17:18:29 +0000 (21:18 +0400)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Wed, 23 Apr 2014 09:33:43 +0000 (13:33 +0400)
No need to run 'rbd showmapped' with sudo.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
doc/rbd/rbd-ko.rst

index ddf254078489bf36b7fa75fa924b9e79147ca773..28b3c0024f830998c446ad90c073b65d4b4eeddc 100644 (file)
@@ -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). ::