From dd6b6626ccc97666a9de24fcc770f9b7ee9b3a31 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 (cherry picked from commit cd1e5f53f0a732e4398efadbbf5b6ce914ddd647) --- 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 5b868ea3dc9..c3988214abf 100644 --- a/qa/tasks/vstart_runner.py +++ b/qa/tasks/vstart_runner.py @@ -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)] -- 2.47.3