Command Line - Create a disk on Ceph storage

dpearceFL

Well-Known Member
Jun 1, 2020
115
9
58
66
I need to create a new VM (250+ actually) that uses Ceph storage.

To create a disk on non-Ceph storage:
Bash:
echo "----- Creating the disk -----"
qemu-img create -f qcow2 $DISK $STORAGE_SIZE
How do I create a disk on Ceph storage?