From: Andrew Schoen Date: Wed, 21 Feb 2018 20:44:09 +0000 (-0600) Subject: ceph-volume: test zapping for both lvm create and lvm dmcrypt X-Git-Tag: v13.0.2~204^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=70f68e2c19800d990c50991b9e159398549897dc;p=ceph.git ceph-volume: test zapping for both lvm create and lvm dmcrypt Signed-off-by: Andrew Schoen --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini index 2ccc4aea88274..6194aa2a82be3 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini @@ -63,9 +63,9 @@ commands= testinfra -n 4 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/tests # destroy an OSD, zap it's device and recreate it using it's ID - create: ansible-playbook -vv -i {changedir}/hosts {changedir}/test.yml + ansible-playbook -vv -i {changedir}/hosts {changedir}/test.yml # retest to ensure cluster came back up correctly - create: testinfra -n 4 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/tests + testinfra -n 4 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/tests vagrant destroy --force