Skip to content

Commit

Permalink
docs: Typo in CloudStack user creation
Browse files Browse the repository at this point in the history
  • Loading branch information
wido committed Jan 29, 2014
1 parent f0f4b8d commit 03da035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rbd/rbd-cloudstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 03da035

Please sign in to comment.