]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Attempt to fix #7241
authorZack Cerza <zack@cerza.org>
Tue, 28 Jan 2014 16:05:03 +0000 (10:05 -0600)
committerZack Cerza <zack@cerza.org>
Tue, 28 Jan 2014 16:05:03 +0000 (10:05 -0600)
commit81d1405a15c03a25b088941e75354a5286e90b83
treed8bfe2fb032b790ce9c8e83e912663c0df97fae4
parent427bf93c88593bf8d160abfaa738e692b1cfb2ee
Attempt to fix #7241

This involves moving everything in build_ceph_cluster() inside the try:
block, so if an exception fails the cleanup in the finally: block will
actually be executed.
teuthology/task/ceph-deploy.py