From: Patrick Donnelly Date: Thu, 14 Dec 2017 02:07:00 +0000 (-0800) Subject: vstart_runner: ignore failed dentry invalidation X-Git-Tag: v13.0.2~752^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cd1e5f53f0a732e4398efadbbf5b6ce914ddd647;p=ceph-ci.git vstart_runner: ignore failed dentry invalidation Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/vstart_runner.py b/qa/tasks/vstart_runner.py index 3849614bfc9..62ac2921dea 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)]