Try to get mergerFS working

This commit is contained in:
Raphaël Numbus
2026-01-03 11:38:53 +01:00
parent 13a3ea3836
commit c8ade389fb
+2
View File
@@ -13,12 +13,14 @@ $MERGERFS_DEPENDS
"cache.files=partial" "cache.files=partial"
"dropcacheonclose=true" "dropcacheonclose=true"
"defaults" "defaults"
"noauto"
"allow_other" "allow_other"
"moveonenospc=1" "moveonenospc=1"
"minfreespace=50G" "minfreespace=50G"
"func.getattr=newest" "func.getattr=newest"
"fsname=mergerfs_data" "fsname=mergerfs_data"
"x-mount.mkdir" "x-mount.mkdir"
"x-systemd.automount"
]; ];
}; };