add mds for cephFS

cephiroth-v3
Lzebulon 2026-01-29 22:22:48 +01:00
parent 331df8e03e
commit 0e85064903
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,12 @@
}; };
}; };
# pour cephFS
mds = {
enable = true;
daemons = ["cephiroth"];
};
global = { global = {
# Comme nom de cluster on choisit `ceph` (la valeur par défaut), # Comme nom de cluster on choisit `ceph` (la valeur par défaut),
# car on aura qu'un cluster. # car on aura qu'un cluster.