So I have some servers where I am trying to setup the ssd to utilize erasure-coding. Problem is there are hdd's on as well and I needed to set the device class to ssd.. So using the instructions I was able to create the profile I wanted using the following command
After that was created I checked to using the get command to make sure it created with the parameters I wanted..
Finally, when I went to create the pool using this profile as indicated on proxmox's instructions I got an error.
Any ideas I what I did wrong here?
Code:
ceph osd erasure-code-profile set ssd_ecprofile crush-device-class=ssd k=3 m=2
After that was created I checked to using the get command to make sure it created with the parameters I wanted..
Finally, when I went to create the pool using this profile as indicated on proxmox's instructions I got an error.
Code:
root@cfhvmhost1pm:~# pveceph pool create ssd_ec --erasure-coding profile=ssd_ecprofile
400 Parameter verification failed.
erasure-coding: invalid format - format error
erasure-coding.k: property is missing and it is not optional
erasure-coding.m: property is missing and it is not optional
Any ideas I what I did wrong here?
Last edited: