On Mon, Dec 12, 2011 at 8:08 AM, Salvatore Orlando <
salvatore.orla...@eu.citrix.com> wrote:

> Just noticed this bug submitted for nova:
> https://bugs.launchpad.net/nova/+bug/902175****
>
> ** **
>
> It seems that Isaku spotted an incorrect behaviour in the VIF drivers. As
> unplug is currently unimplemented, delete networks operation on Quantum
> networks will fail because the VIF would still be ‘logically’ plugged into
> that network, even if the corresponding VM has been terminated.****
>
> ** **
>
> However, I’m not sure whether we should fix it only on
> nova.network.linux_net.LinuxOVSInterfaceDriver. It seems we need to fix it
> in the VIF drivers contained in the nova.virt package as well.****
>
> ** **
>
> Do you think this is something we should and could fix for Essex-2?
>

Thanks for noticing that salv!  I've cross-listed the bug in the quantum
project as well so we can track it.  The fact that LinuxOVSInterfaceDriver
doesn't do anything on unplug is not actually the problem (though its
something we should clean up anyway, as there will be stale linux devices
lying around...).

I believe the real issue is that QuantumManager needs to clean up the
"gateway" port on a Quantum network before attempting to delete it,
otherwise Quantum refuses to to delete the network with a NetworkInUse
error.  This should be a QuantumManager fix.

Dan




> ****
>
> ** **
>
> Regards,****
>
> Salvatore****
>
> ** **
>
> ** **
>
> --
> Mailing list: https://launchpad.net/~netstack
> Post to     : netstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~netstack
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dan Wendlandt
Nicira Networks: www.nicira.com
twitter: danwendlandt
~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- 
Mailing list: https://launchpad.net/~netstack
Post to     : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to