yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47043
[Bug 1551165] [NEW] delet a vm with macvtap port,port‘s binding:profile did not clean
Public bug reported:
1 neutron port-create b9ebf2d9-6823-472f-837f-405dc27d01cc --name bandwidth --binding:vnic-type macvtap
Created a new port:
+---------------------+--------------------------------------------------------------------------------------------------------------+
| Field | Value |
+---------------------+--------------------------------------------------------------------------------------------------------------+
| admin_state_up | True |
| binding:host_id | |
| binding:profile | {} |
| binding:vif_details | {} |
| binding:vif_type | unbound |
| binding:vnic_type | macvtap |
| device_id |
2 nova boot --flavor m1.small --image
2a3e422a-0480-4a73-b6b1-2c15e06ed373 --nic port-id=71d9c5a3-aadc-
4b29-8e52-17d6028d1b0c instance3
3 eutron port-show ff57dc93-bce5-4981-980b-5bd027ba4ce0
+---------------------+--------------------------------------------------------------------------------------------------------------+
| Field | Value |
+---------------------+--------------------------------------------------------------------------------------------------------------+
| admin_state_up | True |
| binding:host_id | host179 |
| binding:profile | {"pci_slot": "0000:02:1f.4", "physical_network": "physnet2", "pci_vendor_info": "8086:10ed"} |
| binding:vif_details | {} |
4 nova delete 70900b6f-5e4c-4830-8f89-4df4f0f14cc4
Request to delete server 70900b6f-5e4c-4830-8f89-4df4f0f14cc4 has been accepted.
5 neutron port-show 71d9c5a3-aadc-4b29-8e52-17d6028d1b0c
+---------------------+--------------------------------------------------------------------------------------------------------------+
| Field | Value |
+---------------------+--------------------------------------------------------------------------------------------------------------+
| admin_state_up | True |
| binding:host_id | |
| binding:profile | {"pci_slot": "0000:02:1f.4", "physical_network": "physnet2", "pci_vendor_info": "8086:10ed"} |
| binding:vif_details | {} |
| binding:vif_type | unbound |
| binding:vnic_type | macvtap |
| device_id | |
| binding:profile did not been delete.
** Affects: neutron
Importance: Undecided
Assignee: Yan Songming (songmingyan)
Status: New
** Changed in: nova
Assignee: (unassigned) => Yan Songming (songmingyan)
** Project changed: nova => neutron
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1551165
Title:
delet a vm with macvtap port,port‘s binding:profile did not clean
Status in neutron:
New
Bug description:
1 neutron port-create b9ebf2d9-6823-472f-837f-405dc27d01cc --name bandwidth --binding:vnic-type macvtap
Created a new port:
+---------------------+--------------------------------------------------------------------------------------------------------------+
| Field | Value |
+---------------------+--------------------------------------------------------------------------------------------------------------+
| admin_state_up | True |
| binding:host_id | |
| binding:profile | {} |
| binding:vif_details | {} |
| binding:vif_type | unbound |
| binding:vnic_type | macvtap |
| device_id |
2 nova boot --flavor m1.small --image
2a3e422a-0480-4a73-b6b1-2c15e06ed373 --nic port-id=71d9c5a3-aadc-
4b29-8e52-17d6028d1b0c instance3
3 eutron port-show ff57dc93-bce5-4981-980b-5bd027ba4ce0
+---------------------+--------------------------------------------------------------------------------------------------------------+
| Field | Value |
+---------------------+--------------------------------------------------------------------------------------------------------------+
| admin_state_up | True |
| binding:host_id | host179 |
| binding:profile | {"pci_slot": "0000:02:1f.4", "physical_network": "physnet2", "pci_vendor_info": "8086:10ed"} |
| binding:vif_details | {} |
4 nova delete 70900b6f-5e4c-4830-8f89-4df4f0f14cc4
Request to delete server 70900b6f-5e4c-4830-8f89-4df4f0f14cc4 has been accepted.
5 neutron port-show 71d9c5a3-aadc-4b29-8e52-17d6028d1b0c
+---------------------+--------------------------------------------------------------------------------------------------------------+
| Field | Value |
+---------------------+--------------------------------------------------------------------------------------------------------------+
| admin_state_up | True |
| binding:host_id | |
| binding:profile | {"pci_slot": "0000:02:1f.4", "physical_network": "physnet2", "pci_vendor_info": "8086:10ed"} |
| binding:vif_details | {} |
| binding:vif_type | unbound |
| binding:vnic_type | macvtap |
| device_id | |
| binding:profile did not been delete.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1551165/+subscriptions
Follow ups