Skip to content

Commit

Permalink
unionfs: revert to statfs base
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk authored Aug 29, 2023
1 parent 402036e commit 2623c8d
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 @@ -51,7 +51,7 @@ mergerfs_mount_start_command: |-
/usr/bin/mergerfs \
-o category.create=ff,async_read=true,cache.files=partial \
-o dropcacheonclose=true,minfreespace=0,fsname=mergerfs \
-o xattr=nosys,statfs=full,statfs_ignore=nc,umask=002,noatime \
-o xattr=nosys,statfs=base,statfs_ignore=nc,umask=002,noatime \
{{ mergerfs_mount_branches }} /mnt/unionfs
mergerfs_mount_stop_command: /bin/fusermount -u /mnt/unionfs

0 comments on commit 2623c8d

Please sign in to comment.