yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09466
[Bug 1204473] Re: Tempest Unable to delete any of the specified servers
This isn't a bug per se. For some reason the nova instances are going
into error state (due to other bugs) and tempest isn't able to delete
VMs in the error state. From a gate perspective tempest doesn't need to
delete VMs in the error state but this may be useful when people run
tempest against a production cloud.
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1204473
Title:
Tempest Unable to delete any of the specified servers
Status in OpenStack Compute (Nova):
Invalid
Bug description:
Tempest tests are failing with error:
+ nova delete ex-vol-inst
ERROR: Unable to delete any of the specified servers.
No server with a name or ID of 'ex-vol-inst' exists.
+ true
+ timeout 90 sh -c 'while nova show ex-vol-inst; do sleep 1; done'
ERROR: No server with a name or ID of 'ex-vol-inst' exists.
++ nova boot --flavor 1 --image 20c9cc97-9ae4-4704-b652-b1e3cc46f3c9 --security_groups=vol_secgroup ex-vol-inst
++ grep ' id '
++ get_field 2
++ read data
++ '[' 2 -lt 0 ']'
++ field='$3'
++ echo '| id | 83e7da8d-d1a7-48fe-aa76-f440c057354b |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $3}'
++ read data
+ VM_UUID=83e7da8d-d1a7-48fe-aa76-f440c057354b
+ die_if_not_set 124 VM_UUID 'Failure launching ex-vol-inst'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ timeout 90 sh -c 'while ! nova show 83e7da8d-d1a7-48fe-aa76-f440c057354b | grep status | grep -q ACTIVE; do sleep 1; done'
+ die 128 'server didn'\''t become active!'
+ local exitcode=0
+ set +o xtrace
[ERROR] /opt/stack/new/devstack/exercises/volumes.sh:128 server didn't become active!
=====================================================================
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1204473/+subscriptions