]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
docs: Update CloudStack RBD documentation
authorWido den Hollander <wido@widodh.nl>
Wed, 1 May 2013 09:09:11 +0000 (11:09 +0200)
committerWido den Hollander <wido@widodh.nl>
Wed, 1 May 2013 09:09:11 +0000 (11:09 +0200)
doc/rbd/rbd-cloudstack.rst

index fb66978a4517c51c75b882e0f857c471f5857968..b81660edd7b976a27ed67c114d35fb374bfa54cc 100644 (file)
@@ -39,9 +39,9 @@ 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 12.04 or later so that 
+.. note:: We recommend installing with Ubuntu 13.04 or later so that 
    you can use package installation instead of having to compile 
-   QEMU from source.
+   libvirt from source.
    
 Installing and configuring QEMU for use with CloudStack doesn't require any
 special handling. Ensure that you have a running Ceph  cluster. Install QEMU and
@@ -53,8 +53,8 @@ higher (you may need to compile from source) and ensure it is running with Ceph.
 #. Also see `KVM Hypervisor Host Installation`_.
 
 
-.. note:: Raring Ringtail (13.04) will have ``libvirt`` verison 0.9.13 or higher
-   by default.
+.. note:: Raring Ringtail (13.04) will have ``libvirt`` version 0.9.13 or higher
+   with RBD storage pool support enabled by default.
 
 Create a Pool
 =============
@@ -104,8 +104,9 @@ created (e.g., ``cloudstack``).
 Limitations
 ===========
 
-- CloudStack will only bind to one monitor.
+- CloudStack will only bind to one monitor (You can however create a Round Robin DNS record over multiple monitors)
 - CloudStack does not support cloning snapshots.
+- You still need a (small) NFS based Primary Storage for the SystemVMs
 - You may need to compile ``libvirt`` to use version 0.9.13 with Ubuntu.