Re: [Openstack] Failed to resize

2013-12-17 Thread Mārtiņš Jakubovičs
Thanks! It works! .. sort of... Migration starts, but it fails with error message . Looks like in OpenStack is not supported shared storage with XenServer. https://bugs.launchpad.net/nova/+bug/1201863 On 2013.12.17. 10:24, wu jiang wrote: Hi Mārtiņš,

Re: [Openstack] Failed to resize

2013-12-17 Thread Ashok Kumaran
Can you ensure you have the below "allow_resize_to_same_host=true" and "allow_migrate_to_same_host=true" set in nova.conf,its needed for all in one deployment or a scenario with only one available compute node. Restart nova services and try to resize the instance Best, Ashok On Tue, Dec 17, 20

Re: [Openstack] Failed to resize

2013-12-17 Thread wu jiang
Hi Mārtiņš, Add 'allow_resize_to_same_host=True' to /etc/nova/nova.conf, restart nova service (api/compute) and try again~ wingwj On Tue, Dec 17, 2013 at 4:08 PM, Mārtiņš Jakubovičs wrote: > Hello all, > > I got a lot problems with XenServer + OpenStack and one more is with > instance resize

[Openstack] Failed to resize

2013-12-17 Thread Mārtiņš Jakubovičs
Hello all, I got a lot problems with XenServer + OpenStack and one more is with instance resize. When I attempt to resize instance nothing happens, only in nova-conductor.log I got some error messages. Maybe someone know how to fix this? Looks like sch