MyNixOS website logo
option

services.ceph.mds.daemons

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

Declarations
Type
list of string
Default
[ ]
Example
[
  "name1"
  "name2"
]