Rename ceph mount points
Use /ceph for cached ceph and /ceph-slow for uncached ceph.
This commit is contained in:
parent
8fccb40a7a
commit
f5d6f32ca8
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user