1
0
Fork 0

Disable async discard on Khanda (performance test)

This commit is contained in:
Aires 2024-06-14 13:36:41 -04:00
parent 86e3d3affb
commit 0f15b0df7f
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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" = {