From 0c2b0fb8dac255580a42cb8fac8d597aedb58b44 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Fri, 18 Apr 2014 21:18:29 +0400 Subject: [PATCH] doc: 'rbd showmapped' doesn't need privileges No need to run 'rbd showmapped' with sudo. Signed-off-by: Ilya Dryomov --- doc/rbd/rbd-ko.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rbd/rbd-ko.rst b/doc/rbd/rbd-ko.rst index ddf254078489b..28b3c0024f830 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). :: -- 2.39.5