How do I access discs on CEPH filesystems (not cephfs). Specifially, I need to move a couple VMs to VMware but when I try to run qemu-img on them to convert them it's saying unknown protocl ceph.
I've also tried this directly on one of my CEPH storage hosts but I get the exact same error.
root@proxmox-compute-1:/mnt/pve/cephfs/tmp# qemu-img convert -f raw ceph:vm-116-disk-1 -O vmdk disk-1.vmdk
qemu-img: Could not open 'ceph:vm-116-disk-1': Unknown protocol 'ceph'
I've also tried this directly on one of my CEPH storage hosts but I get the exact same error.