guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: node-129: Use compress, not compress-force


From: Maxim Cournoyer
Subject: branch master updated: hydra: node-129: Use compress, not compress-force mount option.
Date: Sat, 12 Nov 2022 11:14:47 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new b805039  hydra: node-129: Use compress, not compress-force mount 
option.
b805039 is described below

commit b8050390877b31762b226d46d586c12109275ac9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Nov 12 11:13:28 2022 -0500

    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.
---
 hydra/deploy-node-129.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/deploy-node-129.scm b/hydra/deploy-node-129.scm
index 829076a..c9fd729 100644
--- a/hydra/deploy-node-129.scm
+++ b/hydra/deploy-node-129.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]