From: Patrick Donnelly Date: Thu, 14 Dec 2017 02:07:00 +0000 (-0800) Subject: vstart_runner: ignore failed dentry invalidation X-Git-Tag: v12.2.3~70^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd6b6626ccc97666a9de24fcc770f9b7ee9b3a31;p=ceph.git vstart_runner: ignore failed dentry invalidation Signed-off-by: Patrick Donnelly (cherry picked from commit cd1e5f53f0a732e4398efadbbf5b6ce914ddd647) --- 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)]