Comment 11 for bug 1452294

Revision history for this message
Eugene Korekin (ekorekin) wrote :

I verified this on MOS 7.0 and the bug isn't reproducible with our SR-IOV enabled Intel NICs (Intel Corporation 82599ES 10-Gigabit SFI/SFP+):

# neutron port-create net04 --binding:vnic-type direct --device_owner nova-compute --name sriov-port1
# port_id=`neutron port-list | awk '/sriov-port1/ {print $2}'`
# nova boot --flavor m1.small.sriov --image trusty --key_name key1 --nic port-id=$port_id sriov-vm1
# nova suspend sriov-vm1
# nova list

+--------------------------------------+-----------+-----------+------------+-------------+---------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-----------+-----------+------------+-------------+---------------------+
| 3151be8c-5c8d-4e83-93b8-2ea3bad15d58 | sriov-vm1 | SUSPENDED | - | Shutdown | net04=192.168.111.4 |
+--------------------------------------+-----------+-----------+------------+-------------+---------------------+

# nova resume sriov-vm1
# nova list
+--------------------------------------+-----------+--------+------------+-------------+---------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-----------+--------+------------+-------------+---------------------+
| 3151be8c-5c8d-4e83-93b8-2ea3bad15d58 | sriov-vm1 | ACTIVE | - | Running | net04=192.168.111.4 |
+--------------------------------------+-----------+--------+------------+-------------+---------------------+

# nova image-create sriov-vm1 sriov-vm1-s1
# nova list
+--------------------------------------+-----------+--------+-----------------+-------------+---------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-----------+--------+-----------------+-------------+---------------------+
| 3151be8c-5c8d-4e83-93b8-2ea3bad15d58 | sriov-vm1 | ACTIVE | image_uploading | Running | net04=192.168.111.4 |
+--------------------------------------+-----------+--------+-----------------+-------------+---------------------+