Closed zachelnet closed 1 year ago
What is the expected result? Should the NVMe device be used for the journals from the spinning drives?
What is the expected result? Should the NVMe device be used for the journals from the spinning drives?
No, the NVMe should be used for osds to create a separate pool/storage type
Please have a look at https://docs.ceph.com/en/latest/ceph-volume/lvm/batch/#batch and https://docs.ceph.com/projects/ceph-ansible/en/latest/osds/scenarios.html#simple-configuration.
devices
is the input for the batch creation. This does not work for using the NVMe as a dedicated pool and not as a cache device for the HDDs.
Please have a look at https://docs.ceph.com/projects/ceph-ansible/en/latest/osds/scenarios.html#advanced-configuration.
I am just clearing the issues. I think that with the reference to the Advanced Configuration, this is done so far. If not, please reopen with additional questions.
If I add HDD and NVME to devices in the Inventory, don't created osds with "osism-ceph osds". node.yml:
Following messages is coming:
After I comment out the NVME, it's worked: