mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
set allowDiscards = true to jeeves root drives
This commit is contained in:
@@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user