]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
install: Always try to unmount /var/lib/ceph
authorDavid Galloway <dgallowa@redhat.com>
Thu, 5 Oct 2017 17:29:33 +0000 (13:29 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 5 Oct 2017 17:29:33 +0000 (13:29 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
teuthology/task/install/__init__.py

index c6ff24878447138ca42537547cbcf34fcea29b84..458b2c2b842a17cf2f8af973e9d6066d8348cc3c 100644 (file)
@@ -93,7 +93,7 @@ def _purge_data(remote):
         '-maxdepth', '2',
         '-type', 'd',
         '-exec', 'umount', '{}', ';',
-        run.Raw('&&'),
+        run.Raw(';'),
         'sudo', 'umount', '/var/lib/ceph',
         run.Raw('||'),
         'true',