set allowDiscards = true to jeeves root drives

This commit is contained in:
2024-10-20 10:37:09 -04:00
parent 152ca85dbf
commit 2992847913

View File

@@ -39,10 +39,12 @@
"luks-root-pool-wwn-0x55cd2e4150f01519-part2" = { "luks-root-pool-wwn-0x55cd2e4150f01519-part2" = {
device = "/dev/disk/by-id/wwn-0x55cd2e4150f01519-part2"; device = "/dev/disk/by-id/wwn-0x55cd2e4150f01519-part2";
bypassWorkqueues = true; bypassWorkqueues = true;
allowDiscards = true;
}; };
"luks-root-pool-wwn-0x55cd2e4150f01556-part2" = { "luks-root-pool-wwn-0x55cd2e4150f01556-part2" = {
device = "/dev/disk/by-id/wwn-0x55cd2e4150f01556-part2"; device = "/dev/disk/by-id/wwn-0x55cd2e4150f01556-part2";
bypassWorkqueues = true; bypassWorkqueues = true;
allowDiscards = true;
}; };
# Media pool # Media pool
"luks-media_pool-nvme-INTEL_SSDPEK1A118GA_BTOC14120V2J118B-part1" = { "luks-media_pool-nvme-INTEL_SSDPEK1A118GA_BTOC14120V2J118B-part1" = {
@@ -144,7 +146,7 @@
options = [ options = [
"fmask=0077" "fmask=0077"
"dmask=0077" "dmask=0077"
]; ];
}; };
}; };