]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: link to ephemeral rbd patches
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 19 May 2014 22:14:29 +0000 (15:14 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 19 May 2014 22:14:29 +0000 (15:14 -0700)
These are necessary for using ephemeral rbd with Havana and Icehouse.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
doc/rbd/rbd-openstack.rst

index 4ad69ca0e46af9b06bb725bbac8c56e868c02186..a5e91c31b1a6a43c606cd0e307762ac275c880b8 100644 (file)
@@ -231,7 +231,14 @@ On your Cinder Backup node, edit ``/etc/cinder/cinder.conf`` and add::
 Configuring Nova
 ----------------
 
-In order to boot all the virtual machines directly into Ceph Nova must be configured.
+In order to boot all the virtual machines directly into Ceph Nova must
+be configured.
+
+For Havana and Icehouse, more patches are required to implement
+cloning and fix bugs with image size and live migration of ephemeral
+disks on rbd. These are available in branches based on upstream Nova
+`stable/havana`_ and `stable/icehouse`_.
+
 On every Compute nodes, edit ``/etc/nova/nova.conf`` and add::
 
     libvirt_images_type=rbd
@@ -250,6 +257,9 @@ On every Compute nodes, edit ``/etc/nova/nova.conf`` and add::
     libvirt_inject_key=false
     libvirt_inject_partition=-2
 
+.. _stable/havana: https://github.com/jdurgin/nova/tree/havana-ephemeral-rbd
+.. _stable/icehouse: https://github.com/angdraug/nova/tree/rbd-ephemeral-clone-stable-icehouse
+
 
 Restart OpenStack
 =================