]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart_runner: ignore failed dentry invalidation 19829/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 14 Dec 2017 02:07:00 +0000 (18:07 -0800)
committerPrashant D <pdhange@redhat.com>
Mon, 8 Jan 2018 01:47:56 +0000 (20:47 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit cd1e5f53f0a732e4398efadbbf5b6ce914ddd647)

qa/tasks/vstart_runner.py

index 5b868ea3dc9109508704879810e77ef66cba3cfd..c3988214abf5c11303ef7ebc2231a686bb9f2e1a 100644 (file)
@@ -462,7 +462,7 @@ class LocalFuseMount(FuseMount):
 
         prefix = [os.path.join(BIN_PREFIX, "ceph-fuse")]
         if os.getuid() != 0:
-            prefix += ["--client-die-on-failed-remount=false"]
+            prefix += ["--client_die_on_failed_dentry_invalidate=false"]
 
         if mount_path is not None:
             prefix += ["--client_mountpoint={0}".format(mount_path)]