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:
parent
0f507d8855
commit
cd1e5f53f0
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user