]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
openstack: global server creation lock 681/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 28 Oct 2015 23:20:46 +0000 (08:20 +0900)
committerLoic Dachary <ldachary@redhat.com>
Wed, 28 Oct 2015 23:46:10 +0000 (08:46 +0900)
commit049e868d6f6d0bfe70c5d2d4a50031a8c5069b3e
tree3f912b1e2d67a6f67a386279b09772871e75d59a
parentf3785ffc2eee82124b014aaa74a712d8167d77db
openstack: global server creation lock

An attempt to reduce the instance error rate on OVH. When all workers
are on the same machine, it makes them wait for an instance creation to
complete before running another one. If not, it is possible for 200
workers to run 200 server creation simultaneously. While this should be
throttled by OVH, these bursts may be the cause for occasional instance
creation errors: few tenants are likely to have such a pattern.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
teuthology/provision.py