]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
purgedata: fix
authorSage Weil <sage@inktank.com>
Tue, 26 Mar 2013 22:59:42 +0000 (15:59 -0700)
committerSage Weil <sage@inktank.com>
Tue, 26 Mar 2013 22:59:42 +0000 (15:59 -0700)
add missing ;

Signed-off-by: Sage Weil <sage@inktank.com>
ceph_deploy/install.py

index c5937dd9ea9c9199765912df10856385cf240ad4..a6b273da545dc344625e5c7c4c9463d45347b6e1 100644 (file)
@@ -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',