Hello
I am trying to add a ceph crushmap rule for nvme .
I add this :
then run
no error is returned,
however a crushmap.new is not created .
I've tried a few things and have been reading docs like http://docs.ceph.com/docs/master/rados/operations/crush-map/ , searching etc..
I am hoping to set up a rule so that nvme osd's have a rule to group them at.
also perhaps that ceph-volume --crush-device-class could use. I am still researching..
we are using version ceph: 12.2.12-pve1
Does anyone have a suggestion on how to set up a rule for nvme ?
I am trying to add a ceph crushmap rule for nvme .
I add this :
Code:
rule replicated_nvme {
id 1
type replicated
min_size 1
max_size 10
step take default class nvme
step chooseleaf firstn 0 type host
step emit
}
then run
Code:
crushtool -c crushmap.txt -o crushmap.new
no error is returned,
however a crushmap.new is not created .
I've tried a few things and have been reading docs like http://docs.ceph.com/docs/master/rados/operations/crush-map/ , searching etc..
I am hoping to set up a rule so that nvme osd's have a rule to group them at.
also perhaps that ceph-volume --crush-device-class could use. I am still researching..
we are using version ceph: 12.2.12-pve1
Does anyone have a suggestion on how to set up a rule for nvme ?