Skip to content

Commit

Permalink
unionfs: fix readdir setting key
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Sep 21, 2023
1 parent baf0f36 commit 3d60288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/unionfs/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mergerfs_mount_start_command: |-
-o category.create=ff,async_read=true,cache.files=partial \
-o dropcacheonclose=true,minfreespace=0,fsname=mergerfs \
-o xattr=nosys,statfs=base,statfs_ignore=nc,umask=002,noatime \
-o fuse.readdir={{ mergerfs_mount_readdir_policy }} \
-o func.readdir={{ mergerfs_mount_readdir_policy }} \
{{ mergerfs_mount_branches }} /mnt/unionfs
mergerfs_mount_stop_command: /bin/fusermount3 -uz /mnt/unionfs

0 comments on commit 3d60288

Please sign in to comment.