Re: [Openstack] Ceph backed Nova live-migration

2015-01-15 Thread Pádraig Brady
On 14/01/15 23:35, Yagmur Akbulut wrote: > Thanks for the reply. We are running Icehouse. > Is there a back port for this? There is in RHOSP5 and maybe other productized versions. I don't know of a publicly available backport. Pádraig. ___ Mailing lis

Re: [Openstack] Ceph backed Nova live-migration

2015-01-14 Thread Yagmur Akbulut
Thanks for the reply. We are running Icehouse. Is there a back port for this? On Wed, Jan 14, 2015 at 6:11 AM, Pádraig Brady wrote: > On 12/01/15 19:42, Yagmur Akbulut wrote: > > Hi all, > > > > We are working on nova live-migration using Ceph. Before live-migration, > Nova does a check to see i

Re: [Openstack] Ceph backed Nova live-migration

2015-01-14 Thread Pádraig Brady
On 12/01/15 19:42, Yagmur Akbulut wrote: > Hi all, > > We are working on nova live-migration using Ceph. Before live-migration, Nova > does a check to see if the remote is on shared storage. > > In order to make this test pass, we have patched Nova to always return True > in _check_shared_stor

Re: [Openstack] Ceph backed Nova live-migration

2015-01-12 Thread Matt Riedemann
On 1/12/2015 1:42 PM, Yagmur Akbulut wrote: Hi all, We are working on nova live-migration using Ceph. Before live-migration, Nova does a check to see if the remote is on shared storage. In order to make this test pass, we have patched Nova to always return True in _check_shared_storage_test_f

[Openstack] Ceph backed Nova live-migration

2015-01-12 Thread Yagmur Akbulut
Hi all, We are working on nova live-migration using Ceph. Before live-migration, Nova does a check to see if the remote is on shared storage. In order to make this test pass, we have patched Nova to always return True in _check_shared_storage_test_file located in nova/virt/libvirt/driver.py The