mirror of
git://git.savannah.gnu.org/guix/maintenance.git
synced 2023-12-14 03:33:04 +01:00
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.
This commit is contained in:
parent
628b8a5292
commit
57e568e75f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue