]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
remove_osd_mounts(): do lazy unmounts 960/head
authorZack Cerza <zack@redhat.com>
Tue, 27 Sep 2016 23:25:19 +0000 (17:25 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 3 Oct 2016 16:17:10 +0000 (10:17 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/nuke/actions.py

index 54251838c38c47729916e8a30415776c9b55c4db..c4a35a9081503b2cbf499a9d894e23bf2ec1d6d4 100644 (file)
@@ -126,7 +126,7 @@ def remove_osd_mounts(ctx):
             run.Raw('|'),
             'awk', '{print $2}', run.Raw('|'),
             'xargs', '-r',
-            'sudo', 'umount', run.Raw(';'),
+            'sudo', 'umount', '-l', run.Raw(';'),
             'true'
         ],
         timeout=120