From f5d6f32ca8cf8335d9de0c86982e082705e7fc0b Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 23 Jul 2024 15:27:42 +0200 Subject: [PATCH] Rename ceph mount points Use /ceph for cached ceph and /ceph-slow for uncached ceph. --- m/module/ceph.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m/module/ceph.nix b/m/module/ceph.nix index 5434b23..fd9341c 100644 --- a/m/module/ceph.nix +++ b/m/module/ceph.nix @@ -13,7 +13,7 @@ age.secrets.cephUser.file = ../../secrets/ceph-user.age; - fileSystems."/ceph" = { + fileSystems."/ceph-slow" = { fsType = "ceph"; device = "user@9c8d06e0-485f-4aaf-b16b-06d6daf1232b.cephfs=/"; options = [ @@ -24,7 +24,7 @@ services.cachefilesd.enable = true; - fileSystems."/cache" = { + fileSystems."/ceph" = { fsType = "ceph"; device = "user@9c8d06e0-485f-4aaf-b16b-06d6daf1232b.cephfs=/"; options = [