'Unsupported parameters for (ceph_ec_profile) module: crush_root.
quangln94 opened this issue ยท 5 comments
when I use the "ceph_ec_profile" module with the "crush_root" parameter, I get the following msg:
'Unsupported parameters for (ceph_ec_profile) module: crush_root. Supported parameters include: cluster, stripe_unit, name, k, state, m, crush_device_class.'
this parameter is already described in this module "ceph-ansible/library/ceph_ec_profile.py", how can i use it ?
Although crush_root
is documented here [1] this module doesn't support this parameter, see [2].
Not sure why I've documented this parameter while the module doesn't actually support it, it seems to be an error.
[1] https://github.com/ceph/ceph-ansible/blob/main/library/ceph_ec_profile.py#L79-L83
[2] https://github.com/ceph/ceph-ansible/blob/main/library/ceph_ec_profile.py#L162-L169
This parameters unsupported, so i close this issue.
This parameters unsupported, so i close this issue.
we could make it support this parameter though ๐
Thank you for this. I'm looking forward to it. ๐
PR are welcome too ๐