<br><br><div class="gmail_quote">On Thu, Jan 31, 2013 at 11:43 AM, Sébastien Han <span dir="ltr"><<a href="mailto:han.sebastien@gmail.com" target="_blank">han.sebastien@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Try to have a look at the boot from volume feature. Basically the disk<br>
base of your instance is an RBD volume from Ceph. Something will be<br>
remain in /var/lib/nova/instances but it's only the kvm xml file.<br>
<br>
<a href="http://ceph.com/docs/master/rbd/rbd-openstack/?highlight=openstack" target="_blank">http://ceph.com/docs/master/rbd/rbd-openstack/?highlight=openstack</a><br>
<br>
Cheers!<br>
--<br>
Regards,<br>
Sébastien Han.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, Jan 31, 2013 at 7:40 AM, Wolfgang Hennerbichler<br>
<<a href="mailto:wolfgang.hennerbichler@risc-software.at">wolfgang.hennerbichler@risc-software.at</a>> wrote:<br>
> Hi,<br>
><br>
> I'm sorry if this has been asked before. My question is: can I integrate ceph into openstack's nova & cinder in a way, that I don't need /var/lib/nova/instances anymore? I'd like to have EVERYTHING in ceph, starting from glance images to nova-disk-images and volumes (cinder). And more important: Can this be done in a way so that my horizon-users can still use horizon (including snapshotting) without the need of abusing the command-line? :)<br>


> I've read that cinder and glance are supported, but I didn't find much information on nova-disk-images and ceph.<br>
><br>
> thanks for a reply<br>
> wolfgang<br>
> _______________________________________________<br>
> Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
> Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a></div></div></blockquote><div> </div></div>Boot from volume is one good option, another is to setup ceph and point nova's insances_path to point to it.  I haven't done it with Ceph but I've done this sort of thing using iSCSI mounts on the compute node.