Back to bug 1403380

Who When What Removed Added
Alexander Chuzhoy 2016-12-09 21:20:46 UTC Target Release --- 10.0 (Newton)
Target Milestone --- ga
Sofer Athlan-Guyot 2016-12-09 21:23:02 UTC CC sathlang
Link ID Launchpad 1648887
Sofer Athlan-Guyot 2016-12-09 21:24:21 UTC Link ID OpenStack gerrit 409338
Stephen Gordon 2016-12-09 21:44:31 UTC Priority unspecified high
Target Milestone ga z1
Severity unspecified high
RHEL Program Management 2016-12-09 21:46:33 UTC Keywords ZStream
Stephen Gordon 2016-12-09 22:05:31 UTC Keywords ZStream
Target Milestone z1 ga
Omri Hochman 2016-12-09 23:40:28 UTC CC ohochman
Eoghan Glynn 2016-12-12 12:26:29 UTC Status NEW ON_DEV
Assignee eglynn dansmith
Scott Lewis 2016-12-12 13:24:12 UTC CC sclewis
Target Milestone ga ---
Flags needinfo?(dansmith)
RHEL Program Management 2016-12-12 13:26:38 UTC Keywords ZStream
Jon Schlueter 2016-12-12 19:48:07 UTC CC jschluet
Stephen Gordon 2016-12-12 19:53:21 UTC Doc Text The Instance.pci_devices field is nullable, but the get_instance_pci_devs() function does not account for that. If it is passed an instance from an older deployment, for example Red Hat OpenStack Platform 9, with no pci_devices, it will crash trying to iterate None as a list.

This includes when live migration is triggered as part of the upgrade workflow, attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts.

A patch resolving this issue has been identified and will be released to Red Hat customers as an errata.
Doc Type If docs needed, set a value Known Issue
Stephen Gordon 2016-12-12 20:00:00 UTC Doc Text The Instance.pci_devices field is nullable, but the get_instance_pci_devs() function does not account for that. If it is passed an instance from an older deployment, for example Red Hat OpenStack Platform 9, with no pci_devices, it will crash trying to iterate None as a list.

This includes when live migration is triggered as part of the upgrade workflow, attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts.

A patch resolving this issue has been identified and will be released to Red Hat customers as an errata.
The Instance.pci_devices field is nullable, but the get_instance_pci_devs() function does not account for that. If it is passed an instance from an older deployment, for example Red Hat OpenStack Platform 9, with no pci_devices, it will crash trying to iterate None as a list.

This includes when live migration is triggered as part of the upgrade workflow, attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts.

A patch resolving this issue has been identified and will be released to Red Hat customers as an erratum. Customers planning to perform a "rolling upgrade" using live migration of their existing instance should wait for this erratum before upgrading.
Stephen Gordon 2016-12-12 20:03:11 UTC Doc Text The Instance.pci_devices field is nullable, but the get_instance_pci_devs() function does not account for that. If it is passed an instance from an older deployment, for example Red Hat OpenStack Platform 9, with no pci_devices, it will crash trying to iterate None as a list.

This includes when live migration is triggered as part of the upgrade workflow, attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts.

A patch resolving this issue has been identified and will be released to Red Hat customers as an erratum. Customers planning to perform a "rolling upgrade" using live migration of their existing instance should wait for this erratum before upgrading.
The Instance.pci_devices field is nullable, but the get_instance_pci_devs() function does not account for that. If it is passed an instance from an older deployment, for example Red Hat OpenStack Platform 9, with no pci_devices, it will crash trying to iterate None as a list.

This includes when live migration is triggered as part of the upgrade workflow, attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts.

A patch resolving this issue has been identified and will be released to Red Hat customers as an erratum. Customers planning to perform a "rolling upgrade" using live migration of their existing instances should wait for this erratum before upgrading.
Martin Lopes 2016-12-13 04:47:52 UTC CC mlopes
Doc Text The Instance.pci_devices field is nullable, but the get_instance_pci_devs() function does not account for that. If it is passed an instance from an older deployment, for example Red Hat OpenStack Platform 9, with no pci_devices, it will crash trying to iterate None as a list.

This includes when live migration is triggered as part of the upgrade workflow, attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts.

A patch resolving this issue has been identified and will be released to Red Hat customers as an erratum. Customers planning to perform a "rolling upgrade" using live migration of their existing instances should wait for this erratum before upgrading.
There is currently a known issue where the `Instance.pci_devices` field is nullable, but the `get_instance_pci_devs()` function does not account for that possibility. If it is passed to an instance from an older deployment (for example Red Hat OpenStack Platform 9) with no `pci_devices`, it will crash trying to iterate `None` as a list.
The scope of this issue includes live migration triggered as part of the upgrade workflow; attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts.
A patch to resolve this issue has been identified and will be released to Red Hat customers as an erratum. Customers planning to perform a rolling upgrade using live migration of their existing instances should wait for this erratum before upgrading.
Ofer Blaut 2016-12-14 08:33:44 UTC CC oblaut
Jon Schlueter 2016-12-14 17:51:14 UTC Link ID OpenStack gerrit 409821
Jon Schlueter 2016-12-14 17:52:30 UTC Link ID OpenStack gerrit 409338
Lon Hohberger 2017-01-03 19:41:39 UTC Priority high urgent
Jon Schlueter 2017-01-03 19:47:35 UTC Status ON_DEV POST
Dan Smith 2017-01-03 19:48:52 UTC Flags needinfo?(dansmith)
Lee Yarwood 2017-01-04 09:49:19 UTC Status POST MODIFIED
CC lyarwood
Fixed In Version openstack-nova-14.0.2-10.el7ost
errata-xmlrpc 2017-01-13 14:22:37 UTC Status MODIFIED ON_QA
Jason Joyce 2017-01-13 20:50:32 UTC Status ON_QA MODIFIED
errata-xmlrpc 2017-01-13 20:53:04 UTC Status MODIFIED ON_QA
Scott Lewis 2017-01-17 16:49:24 UTC Target Milestone --- z1
Prasanth Anbalagan 2017-01-27 18:07:55 UTC Status ON_QA VERIFIED
Don Domingo 2017-01-30 03:46:42 UTC CC ddomingo
Flags needinfo?(dansmith)
Dan Smith 2017-01-31 16:40:22 UTC Flags needinfo?(dansmith)
Stephen Gordon 2017-01-31 19:45:34 UTC Doc Text There is currently a known issue where the `Instance.pci_devices` field is nullable, but the `get_instance_pci_devs()` function does not account for that possibility. If it is passed to an instance from an older deployment (for example Red Hat OpenStack Platform 9) with no `pci_devices`, it will crash trying to iterate `None` as a list.
The scope of this issue includes live migration triggered as part of the upgrade workflow; attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts.
A patch to resolve this issue has been identified and will be released to Red Hat customers as an erratum. Customers planning to perform a rolling upgrade using live migration of their existing instances should wait for this erratum before upgrading.
The `Instance.pci_devices` field is nullable, but previously the `get_instance_pci_devs()` function did not account for that possibility. If it was passed to an instance from an older deployment (for example Red Hat OpenStack Platform 9) with no `pci_devices`, it would crash trying to iterate `None` as a list.

The scope of this issue included live migration triggered as part of the upgrade workflow; attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts. The issue is now resolved in Red Hat OpenStack Platform 10 as of this update.
Doc Type Known Issue Bug Fix
Flags needinfo?(ddomingo)
Don Domingo 2017-02-01 03:06:18 UTC Flags needinfo?(ddomingo)
Don Domingo 2017-02-01 03:22:09 UTC Doc Text The `Instance.pci_devices` field is nullable, but previously the `get_instance_pci_devs()` function did not account for that possibility. If it was passed to an instance from an older deployment (for example Red Hat OpenStack Platform 9) with no `pci_devices`, it would crash trying to iterate `None` as a list.

The scope of this issue included live migration triggered as part of the upgrade workflow; attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts. The issue is now resolved in Red Hat OpenStack Platform 10 as of this update.
The `Instance.pci_devices` field is nullable, but previously the `get_instance_pci_devs()` function did not account for that possibility. If it was passed to an instance from an older deployment (for example Red Hat OpenStack Platform 9) with no `pci_devices`, it would crash trying to iterate `None` as a list.

This issue also affected live migration triggered as part of the upgrade workflow; specifically, attempting to live migrate guests from Red Hat OpenStack Platform 9 hosts to Red Hat OpenStack Platform 10 hosts. The issue is now resolved in Red Hat OpenStack Platform 10 as of this update.
Scott Lewis 2017-02-07 14:53:14 UTC Target Milestone z1 z2
errata-xmlrpc 2017-02-23 20:24:01 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2017-02-23 21:14:50 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2017-02-23 16:14:50 UTC
Russell Bryant 2019-09-09 13:24:56 UTC CC rbryant

Back to bug 1403380