guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra/milano-guix-1: Remove metadata balance from


From: Giovanni Biscuolo
Subject: branch master updated: hydra/milano-guix-1: Remove metadata balance from scheduled job
Date: Mon, 12 Oct 2020 03:31:28 -0400

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

biscuolo pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 57e568e  hydra/milano-guix-1: Remove metadata balance from scheduled 
job
57e568e is described below

commit 57e568e75fe95c1512c20bd4ad1bb03cc12e167f
Author: Giovanni Biscuolo <g@xelera.eu>
AuthorDate: Mon Oct 12 09:23:18 2020 +0200

    hydra/milano-guix-1: Remove metadata balance from scheduled job
    
    Never balance metadata during a scheduled job otherwise if free space
    gets full during balance the operation aborts with ENOSPC and
    the (root) filesystem will be RO until manual rescue using a rescue
    system.
    
    * hydra/milano-guix-1.scm: (btrfs-job) Remove -musage parameter.
---
 hydra/milano-guix-1.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index dcaa688..0c183e8 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -58,7 +58,7 @@
   #~(job (lambda (now)
            (next-day-from now (range 1 31 3)))
          (string-append #$btrfs-progs "/bin/btrfs balance "
-                        "start -dusage=50 -musage=70 /")))
+                        "start -dusage=50 /")))
 
 (define %nginx-configuration
   (nginx-configuration



reply via email to

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