From: Sage Weil Date: Tue, 26 Mar 2013 22:59:42 +0000 (-0700) Subject: purgedata: fix X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6597e8eec047efdf91b9938896f8cb0c08f13f73;p=ceph-deploy.git purgedata: fix add missing ; Signed-off-by: Sage Weil --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index c5937dd..a6b273d 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -172,7 +172,7 @@ def purge_data_any(): '-mindepth', '1', '-maxdepth', '2', '-type', 'd', - '-exec', 'umount', '{}', + '-exec', 'umount', '{}', ';', ]) subprocess.check_call(args=[ 'rm', '-rf', '--one-file-system', '--', '/var/lib/ceph',