Skip to content
Snippets Groups Projects
Commit b1a0b9bc authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Add the zfs filesystem to the storage002 configuration

parent 89fb172b
No related branches found
No related tags found
1 merge request!18Configuration changes to support redeployment of storage002
......@@ -18,6 +18,13 @@
fsType = "ext4";
};
# Manually created using:
# zpool create -m legacy -o ashift=12 root raidz /dev/disk/by-id/{wwn-0x5000cca25dcc966d,wwn-0x5000cca24cec02e3,wwn-0x5000cca25dcc7711,wwn-0x5000cca25dccca63,wwn-0x5000cca25dcc74b6,wwn-0x5000cca25dcc4591,wwn-0x5000cca25dcc4461}
fileSystems."/storage" = {
device = "root";
fsType = "zfs";
};
swapDevices = [ ];
nix.maxJobs = lib.mkDefault 24;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment