Hi, Im adding OSDs to my ceph clusterusing the command below, however it say that there are incompatible values which is not what is specified here https://docs.ceph.com/en/latest/rados/configuration/bluestore-config-ref/ . Am i understanding something wrong?
im using ceph version 18.2.4.
Read more
im using ceph version 18.2.4.
Code:
ceph-volume lvm create --bluestore --data ceph-block-7/block-7 --block.db ceph-db-3/db-7 --block.wal ceph-db-3/wal-7 --dmcrypt
--> Incompatible flags were found, some values may get ignored
-->...
Read more