Disable async discard on Khanda (performance test)
This commit is contained in:
parent
86e3d3affb
commit
0f15b0df7f
|
@ -239,7 +239,7 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718230752,
|
"lastModified": 1718230752,
|
||||||
"narHash": "sha256-QL6bfApKuWoJiGve7vxE+PvYTDI+zTN7fxXJ+6XmPjI=",
|
"narHash": "sha256-QL6bfApKuWoJiGve7vxE+PvYTDI+zTN7fxXJ+6XmPjI=",
|
||||||
"ref": "0d1a7e5130a5365964111ad58a2e58e63214d2b2",
|
"ref": "refs/heads/main",
|
||||||
"rev": "0d1a7e5130a5365964111ad58a2e58e63214d2b2",
|
"rev": "0d1a7e5130a5365964111ad58a2e58e63214d2b2",
|
||||||
"revCount": 43,
|
"revCount": 43,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/b34afd29-94ff-421b-bb96-8497951abf58";
|
device = "/dev/disk/by-uuid/b34afd29-94ff-421b-bb96-8497951abf58";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=@,compress=zstd,discard" ];
|
options = [ "subvol=@,compress=zstd,nodiscard" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
|
|
Loading…
Reference in a new issue