commit 1d0402cf65458c941639f01334a996c11e592018
Author: Adam Gandelman <email address hidden>
Date: Thu Oct 4 14:10:32 2012 -0700
Set read_deleted='yes' for instance_id_mappings.
Since the migration that creates the instance_id_mappings does
not populated the 'deleted' column, queries to this table should
not limit results to 'deleted=0'. Limiting to non-deleted rows
results in duplicate mappings being created for existing instance
mappings after an upgrade, and throws off the entire EC2 instance
ID to UUID mapping.
Reviewed: https:/ /review. openstack. org/14063 github. com/openstack/ nova/commit/ 1d0402cf65458c9 41639f01334a996 c11e592018
Committed: http://
Submitter: Jenkins
Branch: master
commit 1d0402cf65458c9 41639f01334a996 c11e592018
Author: Adam Gandelman <email address hidden>
Date: Thu Oct 4 14:10:32 2012 -0700
Set read_deleted='yes' for instance_ id_mappings.
Since the migration that creates the instance_ id_mappings does
not populated the 'deleted' column, queries to this table should
not limit results to 'deleted=0'. Limiting to non-deleted rows
results in duplicate mappings being created for existing instance
mappings after an upgrade, and throws off the entire EC2 instance
ID to UUID mapping.
Fixes LP: #1061166
Change-Id: I8893954fcae94a 71dcc284c1b3b23 b53901437eb