services.ceph.mds.daemons
NixOS option
A list of metadata service daemons that should have a service created. The names correspond to the id part in ceph i.e. [ “name1” ] would result in mds.name1
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/services/network-filesystems/ceph.nixView source on NixOS/nixpkgs →[ "name1" "name2" ]