From: David Galloway Date: Thu, 5 Oct 2017 17:29:33 +0000 (-0400) Subject: install: Always try to unmount /var/lib/ceph X-Git-Tag: 1.1.0~386^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e37e6d20c438bed13af1e1e37a50c01b150e1822;p=teuthology.git install: Always try to unmount /var/lib/ceph Signed-off-by: David Galloway --- diff --git a/teuthology/task/install/__init__.py b/teuthology/task/install/__init__.py index c6ff24878..458b2c2b8 100644 --- a/teuthology/task/install/__init__.py +++ b/teuthology/task/install/__init__.py @@ -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',