1
0
mirror of https://github.com/ceph/ceph synced 2024-12-20 10:23:24 +00:00

vstart_runner: ignore failed dentry invalidation

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2017-12-13 18:07:00 -08:00
parent 0f507d8855
commit cd1e5f53f0
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View File

@ -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)]