Re: [Openstack] Rebuild instance from failed host

2011-11-28 Thread Shyam Kaushik
[mailto:paul.voc...@rackspace.com] *Sent:* Tuesday, November 29, 2011 11:58 AM *To:* Shyam Kaushik; openstack@lists.launchpad.net *Subject:* Re: [Openstack] Rebuild instance from failed host Hi Shyam, The initial use case sounds reasonable but I'm not sure I see the need to change flavo

[Openstack] Rebuild instance from failed host

2011-11-28 Thread Shyam Kaushik
Hi Folks, Today in openstack, “rebuild” instance tears down a running instance & sets up a fresh instance in its place on the same host. “resize” instance migrates the underlying instance disk to another physical host and spawns the instance there. However both these options require that the ori

[Openstack] Duplicate ICMP due to public interface bridge being placed in promiscus mode

2011-10-14 Thread Shyam Kaushik
*Hi Vish,* In our openstack deployment we observe this: Since linux_net.py/initialize_gateway_device() does this # NOTE(vish): If the public interface is the same as the # bridge, then the bridge has to be in promiscuous # to forward packets properly.