diff options
author | Kefu Chai <tchaikov@gmail.com> | 2016-08-15 17:00:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-15 17:00:02 +0200 |
commit | f468c73b6b04794753854a13f375f94ed1821c23 (patch) | |
tree | fe527fb9064fcb3714ddddb5fa3ac6831b7175ed /doc/man | |
parent | Merge pull request #10138 from Yan-waller/yj-wip-rgwrados-0705 (diff) | |
parent | doc: fix command format (diff) | |
download | ceph-f468c73b6b04794753854a13f375f94ed1821c23.tar.xz ceph-f468c73b6b04794753854a13f375f94ed1821c23.zip |
Merge pull request #10619 from chengweiv5/fix-doc
doc: fix rados/configuration/osd-config-ref.rst
Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/8/rbd.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index f824f7f4690..904cafb2770 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -9,7 +9,7 @@ Synopsis ======== -| **rbd** [ -c *ceph.conf* ] [ -m *monaddr* ] [--cluster *cluster name*] +| **rbd** [ -c *ceph.conf* ] [ -m *monaddr* ] [--cluster *cluster-name*] [ -p | --pool *pool* ] [--size *size* ] [ --object-size *B/K/M* ] [ *command* ... ] @@ -35,7 +35,7 @@ Options Connect to specified monitor (instead of looking through ceph.conf). -.. option:: --cluster cluster name +.. option:: --cluster cluster-name Use different cluster name as compared to default cluster name *ceph*. @@ -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:: |