Rename ceph mount points

Use /ceph for cached ceph and /ceph-slow for uncached ceph.
This commit is contained in:
Rodrigo Arias 2024-07-23 15:27:42 +02:00
parent 8fccb40a7a
commit f5d6f32ca8

View File

@ -13,7 +13,7 @@
age.secrets.cephUser.file = ../../secrets/ceph-user.age; age.secrets.cephUser.file = ../../secrets/ceph-user.age;
fileSystems."/ceph" = { fileSystems."/ceph-slow" = {
fsType = "ceph"; fsType = "ceph";
device = "user@9c8d06e0-485f-4aaf-b16b-06d6daf1232b.cephfs=/"; device = "user@9c8d06e0-485f-4aaf-b16b-06d6daf1232b.cephfs=/";
options = [ options = [
@ -24,7 +24,7 @@
services.cachefilesd.enable = true; services.cachefilesd.enable = true;
fileSystems."/cache" = { fileSystems."/ceph" = {
fsType = "ceph"; fsType = "ceph";
device = "user@9c8d06e0-485f-4aaf-b16b-06d6daf1232b.cephfs=/"; device = "user@9c8d06e0-485f-4aaf-b16b-06d6daf1232b.cephfs=/";
options = [ options = [