[Bug 1061166] Re: ec2 instance IDs are broken after folsom upgrade

Jon Proulx jon at jonproulx.com
Wed Oct 10 14:43:34 UTC 2012


To answer my previous question for posterity, yes after removing
duplicates and resetting the auto incremnt as described above and
mismatch between the ids in instances and instance_id_mappings must be
recitified:

UPDATE instance_id_mappings,instances SET
instance_id_mappings.id=instances.id WHERE
instances.uuid=instance_id_mappings.uuid and
instance_id_mappings.id<>instances.id;

seems to me instance_id_mappings only contains duplicated information
which can only lead ot suffering like this, guess I should go read the
code and revision history if I want to see how this came to be.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1061166

Title:
  ec2 instance IDs are broken after folsom upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1061166/+subscriptions



More information about the Ubuntu-server-bugs mailing list