Try to get mergerFS working

This commit is contained in:
Raphaël Numbus
2026-01-03 19:55:19 +01:00
parent 28beb519d4
commit 379e71ca0b
5 changed files with 8 additions and 6 deletions
+1
View File
@@ -18,6 +18,7 @@
type = "filesystem";
format = "xfs";
mountpoint = "/mnt/content-${j}";
mountOptions = [ "noauto" "nofail" "x-systemd.automount" ];
};
};
};
+1
View File
@@ -18,6 +18,7 @@
type = "filesystem";
format = "xfs";
mountpoint = "/mnt/parity-${j}";
mountOptions = [ "noauto" "nofail" "x-systemd.automount" ];
};
};
};
+2 -2
View File
@@ -11,6 +11,7 @@
"dropcacheonclose=true"
"defaults"
"noauto"
"nofail"
"allow_other"
"moveonenospc=1"
"minfreespace=50G"
@@ -18,8 +19,7 @@
"fsname=mergerfs_data"
"x-mount.mkdir"
"x-systemd.automount"
"x-systemd.requires=local-fs.target"
"x-systemd.after=network-online.target"
$MERGERFS_REQ_DEPS
];
};