mirror of https://gitlab.crans.org/nounous/nixos
add mds for cephFS
parent
331df8e03e
commit
0e85064903
|
|
@ -34,6 +34,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
# pour cephFS
|
||||
mds = {
|
||||
enable = true;
|
||||
daemons = ["cephiroth"];
|
||||
};
|
||||
|
||||
global = {
|
||||
# Comme nom de cluster on choisit `ceph` (la valeur par défaut),
|
||||
# car on aura qu'un cluster.
|
||||
|
|
|
|||
Loading…
Reference in New Issue