Fail to suspend guest with direct-physical ports
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Ludovic Beliveau | ||
Newton |
Fix Committed
|
Medium
|
Sahid Orentino |
Bug Description
Description
===========
Suspending a guest with direct-physical ports (PCI passthrough) is failing and the guest is set in error.
Steps to reproduce
==================
1) NETID=`neutron net-list | grep private | awk '{print $2}'`
2) PORTID=`neutron port-create $NETID --name sriov_port --binding:vnic_type direct-physical | grep "\ id\ " | awk '{ print $4 }'`
3) nova boot test --image=
4) nova suspend test
Expected result
===============
Instance is successfully suspended.
Actual result
=============
Instance is put in error.
Stack trace:
2016-09-13 09:23:22.724 ERROR nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
2016-09-13 09:23:22.724 TRACE nova.compute.
Environment
===========
commit 5b207f9a1376b5e
Merge: ba718e3 f5b7a33
Author: Jenkins <email address hidden>
Date: Tue Sep 13 01:46:47 2016 +0000
Merge "Example & Parameter verification of os-security-
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → Low |
tags: | added: pci |
Changed in nova: | |
assignee: | nobody → Ludovic Beliveau (ludovic-beliveau) |
Changed in nova: | |
importance: | Low → Medium |
Fix proposed: /review. openstack. org/#/c/ 369556/
https:/