I think the subject says it all. I'm looking for a guide that shows a step by step on how to create an NVMEoF pool with a Ceph cluster managed by Proxmox VE.
I tried following the guide at:
https://docs.ceph.com
But I didn't get far because it says right in the requirements that the Ceph cluster must be provisioned with cephadm. Being the adventurous type, I tried following along anyway. I got as far as:
* ceph osd pool create nvmeof-pool
* rbd pool init nvmeof-pool
* ceph orch apply nvmeof nvmeof-pool --placement="node-02,node-05,node-07"
which of course fails because a Proxmox Ceph cluster doesn't have (and can't use) Ceph Orchestrator
Has anyone been able to enable this functionality? Would you mind sharing which guide you followed?
Thanks!
I tried following the guide at:
https://docs.ceph.com
But I didn't get far because it says right in the requirements that the Ceph cluster must be provisioned with cephadm. Being the adventurous type, I tried following along anyway. I got as far as:
* ceph osd pool create nvmeof-pool
* rbd pool init nvmeof-pool
* ceph orch apply nvmeof nvmeof-pool --placement="node-02,node-05,node-07"
which of course fails because a Proxmox Ceph cluster doesn't have (and can't use) Ceph Orchestrator
Has anyone been able to enable this functionality? Would you mind sharing which guide you followed?
Thanks!