From: Wido den Hollander Date: Wed, 29 Jan 2014 11:16:05 +0000 (+0100) Subject: docs: Typo in CloudStack user creation X-Git-Tag: v0.78~255 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=03da035f76c8f3d7167cece5b6e7fa502e6d644d;p=ceph.git docs: Typo in CloudStack user creation --- diff --git a/doc/rbd/rbd-cloudstack.rst b/doc/rbd/rbd-cloudstack.rst index c39bcc359f1f..f6e698153dda 100644 --- a/doc/rbd/rbd-cloudstack.rst +++ b/doc/rbd/rbd-cloudstack.rst @@ -81,7 +81,7 @@ to access the ``cloudstack`` pool we just created. Although we could use ``client.admin`` for this, it's recommended to create a user with only access to the ``cloudstack`` pool. - ceph auth get-or-create client.cloudstack mon 'allow r' osd 'allow allow rwx pool=cloudstack' + ceph auth get-or-create client.cloudstack mon 'allow r' osd 'allow rwx pool=cloudstack' Use the information returned by the command in the next step when adding the Primary Storage.