VM flows are not getting completely flushed after VM deletion
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-vsphere |
Fix Committed
|
Undecided
|
Aman Kumar |
Bug Description
VM related flows are not getting flushed completely after the VM deletion.
I have the following VM booted
stack@stack$ nova list
-------
ID Name Status Task State Power State Networks
-------
5dd5cdda-
Running net4=4.4.0.8
-------
stack@stack$ neutron port-list | grep 4.4.0.8
b74f865c-
Here are the flows from OVSvAPP for this specific VM.
root@stack:~# ovs-ofctl dump-flows br-eth2 | grep fa:16:3e:1b:59:33
cookie=
cookie=
cookie=
cookie=
cookie=0x0, duration=360.388s, table=1, n_packets=0, n_bytes=0, idle_age=1220, priority=
cookie=
cookie=0x0, duration=360.389s, table=1, n_packets=0, n_bytes=0, idle_age=1220, priority=
root@stack:~#
After VM deletion,
stack@stack$ nova delete vm1
Request to delete server vm1 has been accepted.
stack@stack$ nova list
-------
ID Name Status Task State Power State Networks
-------
-------
stack@stack$
I still see few VM flows in ovsvapp
root@stack:~# ovs-ofctl dump-flows br-eth2 | grep fa:16:3e:1b:59:33
cookie=0x0, duration=945.709s, table=1, n_packets=0, n_bytes=0, idle_age=1805, priority=
cookie=0x0, duration=945.710s, table=1, n_packets=0, n_bytes=0, idle_age=1805, priority=
root@stack:~#
Changed in networking-vsphere: | |
assignee: | nobody → Aman Kumar (amank) |
description: | updated |
Fix proposed to branch: master /review. openstack. org/252322
Review: https:/