2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: node-129: Use compress, not compress-force mount option.

* hydra/deploy-node-129.scm (%common-btrfs-options): Replace
compress-force with compress.
(node-129-os): Bring back comment about why there can't be a swap
file/device.
This commit is contained in:
Maxim Cournoyer 2022-11-12 11:13:28 -05:00
parent 8b89436154
commit b805039087
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -40,7 +40,7 @@
(define %btrfs-raid-uuid "64a837b7-b9dc-4b64-ba95-712ba4032c71")
(define %common-btrfs-options '(("compress-force" . "zstd")
(define %common-btrfs-options '(("compress" . "zstd")
("space_cache" . "v2")
"degraded"))
@ -154,7 +154,7 @@
;; Only accept public key authentication for
;; enhanced security.
(password-authentication? #f)))))
(swap-devices '()))))
(swap-devices '())))) ;cannot do swap on Btrfs RAID
(list
(machine