]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: A couple of fixes to the CloudStack documentation
authorWido den Hollander <wido@42on.com>
Wed, 1 Oct 2014 15:01:07 +0000 (17:01 +0200)
committerWido den Hollander <wido@42on.com>
Wed, 1 Oct 2014 15:02:29 +0000 (17:02 +0200)
doc/rbd/rbd-cloudstack.rst

index d6e531943cef7a2bdbb22a7932a0f6d6a7c6a8ee..8fb5004f0472056bf95469abf581bf88bb6303fa 100644 (file)
@@ -39,7 +39,7 @@ CloudStack integrates with Ceph's block devices to provide CloudStack with a
 back end for CloudStack's Primary Storage. The instructions below detail the
 setup for CloudStack Primary Storage.
 
-.. note:: We recommend installing with Ubuntu 13.04 or later so that 
+.. note:: We recommend installing with Ubuntu 14.04 or later so that 
    you can use package installation instead of having to compile 
    libvirt from source.
 
@@ -58,15 +58,11 @@ QEMU and configure it for use with Ceph; then, install ``libvirt`` version
 0.9.13 or higher (you may need to compile from source) and ensure it is running
 with Ceph.
 
-#. `Install and Configure QEMU`_.
-#. `Install and Configure libvirt`_ version 0.9.13 or higher.
-#. Also see `KVM Hypervisor Host Installation`_.
-
 
 .. note:: Raring Ringtail (13.04) will have ``libvirt`` version 0.9.13 or higher
    with RBD storage pool support enabled by default.
 
-..index:: pools; CloudStack
+.. index:: pools; CloudStack
 
 Create a Pool
 =============
@@ -89,7 +85,7 @@ credentials 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 rwx pool=cloudstack'
+  ceph auth get-or-create client.cloudstack mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=cloudstack'
 
 Use the information returned by the command in the next step when adding the 
 Primary Storage.
@@ -141,4 +137,4 @@ Limitations
 .. _KVM Hypervisor Host Installation: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/hypervisor-kvm-install-flow.html
 .. _Add Primary Storage (4.2.0): http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/primary-storage-add.html
 .. _Create a New Disk Offering (4.2.0): http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/compute-disk-service-offerings.html#creating-disk-offerings
-.. _User Management: ../../rados/operations/user-management
\ No newline at end of file
+.. _User Management: ../../rados/operations/user-management