guix-commits
[Top][All Lists]
Advanced

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

02/02: berlin: Remove "degraded" mount option.


From: Maxim Cournoyer
Subject: 02/02: berlin: Remove "degraded" mount option.
Date: Thu, 27 Oct 2022 11:33:53 -0400 (EDT)

apteryx pushed a commit to branch master
in repository maintenance.

commit 32a20262070c430a492db91ee005b9a59a17e2d2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 27 10:54:30 2022 -0400

    berlin: Remove "degraded" mount option.
    
    This option is mostly useful when using Btrfs RAID array that should
    remain mountable even when one of device has a problem.  Since we are
    no longer using a Btrfs RAID array, remove the option.
    
    * hydra/berlin.scm (%common-btrfs-options): Remove "degraded"
    mount option.
---
 hydra/berlin.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 209b257..60733b5 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -178,8 +178,7 @@ Happy hacking!\n"))
 (define %btrfs-san-uuid "d5d1a040-7f2a-4c38-9a89-82f08866f6ec")
 
 (define %common-btrfs-options '(("compress" . "zstd")
-                                ("space_cache" . "v2")
-                                "degraded"))
+                                ("space_cache" . "v2")))
 
 (define %btrfs-boot-partition
   (file-system



reply via email to

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