Try to get mergerFS working
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
type = "filesystem";
|
||||
format = "xfs";
|
||||
mountpoint = "/mnt/content-${j}";
|
||||
mountOptions = [ "noauto" "nofail" "x-systemd.automount" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
type = "filesystem";
|
||||
format = "xfs";
|
||||
mountpoint = "/mnt/parity-${j}";
|
||||
mountOptions = [ "noauto" "nofail" "x-systemd.automount" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user