[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: berlin: Migrate /var/cache to SAN storage.
From: |
Tobias Geerinckx-Rice |
Subject: |
branch master updated: berlin: Migrate /var/cache to SAN storage. |
Date: |
Mon, 22 Aug 2022 13:36:52 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 4c0d474 berlin: Migrate /var/cache to SAN storage.
4c0d474 is described below
commit 4c0d474645aa338dcf17da1060adb69ded526ffc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 21 02:00:00 2022 +0200
berlin: Migrate /var/cache to SAN storage.
* hydra/berlin.scm (file-systems): Mount the @cache subvolume from
%btrfs-san-uuid instead of from %btrfs-ssd-uuid.
---
hydra/berlin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 1babce2..f9489cf 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -262,9 +262,9 @@ at MOUNT-POINT."
(type "vfat"))
(btrfs-subvolume-mount %btrfs-san-uuid "@root" "/")
+ (btrfs-subvolume-mount %btrfs-san-uuid "@cache" "/var/cache")
(btrfs-subvolume-mount %btrfs-ssd-uuid "@home" "/home")
- (btrfs-subvolume-mount %btrfs-ssd-uuid "@cache" "/var/cache")
;; For convenience.
%btrfs-pool-san
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: berlin: Migrate /var/cache to SAN storage.,
Tobias Geerinckx-Rice <=