]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
nuke: --stale-openstack must cope with disappearing volumes / instances 727/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 2 Dec 2015 10:19:58 +0000 (11:19 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 7 Dec 2015 21:05:41 +0000 (22:05 +0100)
commit67f2afc50ec5b2d1fd1a83337ca6e2b21a41cd86
tree1f7d4494cff3aca9e8865ed5be3f083e23fdb5a0
parent0afa9fb3b6bf033a6a8954c4bccfccbdf978f51d
nuke: --stale-openstack must cope with disappearing volumes / instances

"openstack server/volume show" typically takes a few seconds to
complete due to the provider API slowness/throttling. It is possible that
a volume/instance found with "openstack server list" no longer exists when
running "openstack server show" to get more information about it.

Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/nuke.py
teuthology/test/test_nuke.py