[Bug 1495788] Re: nova: use UUIDs instead of instance names
Launchpad Bug Tracker
1495788 at bugs.launchpad.net
Mon Sep 21 06:10:42 UTC 2015
This bug was fixed in the package autopkgtest - 3.17.2
---------------
autopkgtest (3.17.2) unstable; urgency=medium
* ssh-setup/nova: Use instance UUIDs instead of names after initial "nova
boot", to avoid name collisions. (LP: #1495788)
* adt-setup-vm: Drop "pin eth0 name" hack, this was fixed properly in
systemd 226-2.
* adt-setup-vm: Generalize ethernet ifupdown setup for net.ifnames.
* adt_binaries.py: Fix resetting of testbed (regression in 3.17).
-- Martin Pitt <mpitt at debian.org> Sun, 20 Sep 2015 17:23:41 +0200
** Changed in: autopkgtest (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to autopkgtest in Ubuntu.
https://bugs.launchpad.net/bugs/1495788
Title:
nova: use UUIDs instead of instance names
Status in autopkgtest package in Ubuntu:
Fix Released
Bug description:
With the recent introduction of triggering one test per reverse-
dependency kernel image, or in situations where a particular package
just happens to be in the queue more than once, we can potentially get
naming collisions. From http://autopkgtest.ubuntu.com/packages/n
/nvidia-graphics-drivers-304/wily/amd64/ I just saw:
| 2b419580-ac4c-4b94-a4dc-47e8ee5612e9 | adt-wily-amd64-nvidia-graphics-drivers-304-20150914-155306 | ACTIVE | - | Running | net_ues_proposed_migration=10.220.47.70 |
| 80a56c66-cbb0-4cd4-8488-16fb937c9ffb | adt-wily-amd64-nvidia-graphics-drivers-304-20150914-155306 | ACTIVE | - | Running | net_ues_proposed_migration=10.220.47.69 |
which led to
nova boot failed (attempt #1):
ERROR: Quota exceeded for instances: Requested 1, but already used 10 of 10 instances (HTTP 413) (Request-ID: req-5540e478-1305-4a54-93c0-2869e084a437)
ERROR: Multiple server matches found for 'adt-wily-amd64-nvidia-graphics-drivers-304-20150914-155306', use an ID to be more specific.
ERROR: Unable to delete any of the specified servers.
We need to use the instance's UUID instead of its name to avoid this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1495788/+subscriptions
More information about the foundations-bugs
mailing list