apiVersion:ceph.rook.io/v1 kind:CephCluster metadata: name:rook-ceph namespace:rook-ceph spec: cephVersion: image:ceph/ceph:v14.2.1-20190430 allowUnsupported:false dataDirHostPath:/var/lib/rook mon: count:3 allowMultiplePerNode:false dashboard: enabled:true network: hostNetwork:true rbdMirroring: workers:0 annotations: resources: storage:# cluster level storage configuration and selection useAllNodes:false useAllDevices:false deviceFilter: location: config: nodes: - name:"node4" devices:# specific devices to use for storage can be specified for each node - name:"sdb" - name:"sdc" - name:"sdd" config:# configuration can be specified at the node level which overrides the cluster level config storeType:filestore - name:"node5" devices:# specific devices to use for storage can be specified for each node - name:"sdb" - name:"sdc" - name:"sdd" config:# configuration can be specified at the node level which overrides the cluster level config storeType:filestore - name:"node6" devices:# specific devices to use for storage can be specified for each node - name:"sdb" - name:"sdc" - name:"sdd" config:# configuration can be specified at the node level which overrides the cluster level config storeType:filestore