From cd1e5f53f0a732e4398efadbbf5b6ce914ddd647 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 13 Dec 2017 18:07:00 -0800 Subject: [PATCH] vstart_runner: ignore failed dentry invalidation Signed-off-by: Patrick Donnelly --- qa/tasks/vstart_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/vstart_runner.py b/qa/tasks/vstart_runner.py index 3849614bfc9e..62ac2921dea1 100644 --- a/qa/tasks/vstart_runner.py +++ b/qa/tasks/vstart_runner.py @@ -473,7 +473,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)] -- 2.47.3