Skip to content

Commit

Permalink
doc: fix rbd map format in rbd manpage
Browse files Browse the repository at this point in the history
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
  • Loading branch information
chengweiv5 committed Aug 10, 2016
1 parent a9a5bbe commit 31fc2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/man/8/rbd.rst
Expand Up @@ -510,9 +510,9 @@ To map an image via the kernel with cephx enabled::

rbd map mypool/myimage --id admin --keyfile secretfile

To map an image via the kernel with different cluster name other than default *ceph*.
To map an image via the kernel with different cluster name other than default *ceph*::

rbd map mypool/myimage --cluster *cluster name*
rbd map mypool/myimage --cluster cluster name

To unmap an image::

Expand Down

0 comments on commit 31fc2d8

Please sign in to comment.