diff --git a/systems/jeeves/hardware.nix b/systems/jeeves/hardware.nix index 769d92e..c985820 100644 --- a/systems/jeeves/hardware.nix +++ b/systems/jeeves/hardware.nix @@ -77,6 +77,11 @@ "luks-storage_pool-wwn-0x5000cca23bcf9f89-part1".device = "/dev/disk/by-id/wwn-0x5000cca23bcf9f89-part1"; "luks-storage_pool-wwn-0x5000cca23bd00ae9-part1".device = "/dev/disk/by-id/wwn-0x5000cca23bd00ae9-part1"; # Torrenting pool + "luks-torrenting_pool-wwn-0x500a0751e6c3c01e-part1" = { + device = "/dev/disk/by-id/wwn-0x500a0751e6c3c01e-part1"; + bypassWorkqueues = true; + allowDiscards = true; + }; "luks-torrenting_pool-wwn-0x5000cca264f080a3-part1".device = "/dev/disk/by-id/wwn-0x5000cca264f080a3-part1"; "luks-torrenting_pool-wwn-0x5000cca298c33ae5-part1".device = "/dev/disk/by-id/wwn-0x5000cca298c33ae5-part1"; # cspell:enable diff --git a/systems/jeeves/scripts/datasets.sh b/systems/jeeves/scripts/datasets.sh index 8307df0..75f97c8 100644 --- a/systems/jeeves/scripts/datasets.sh +++ b/systems/jeeves/scripts/datasets.sh @@ -13,6 +13,7 @@ sudo zpool add storage -o ashift=12 logs mirror # torrenting sudo zpool create -o ashift=12 -O acltype=posixacl -O atime=off -O dnodesize=auto -O xattr=sa -O zstd -m /zfs/torrenting torrenting +sudo zpool add torrenting -o ashift=12 special # media datasets sudo zfs create -o compression=zstd-9 media/docker