Code:
/dev/rbd1
kvm: -drive file=/dev/rbd/rbd/vm-150-disk-0,if=none,id=drive-scsi0,discard=on,format=raw,cache=none,aio=io_uring,detect-zeroes=unmap: Could not open '/dev/rbd/rbd/vm-150-disk-0': No such file or directory
TASK ERROR: start failed: QEMU exited with code 1
I suspect this issue has resulted from a recent accidental upgrade to ceph, outside of the pve repo.
It seems I can `rbd map` drives to /dev/rbdX properly, but when attemping to start a VM, I receive the above error.
Upon inspection the `/dev/rbd` directory does not exist.
Can anyone offer guidance as to what I should read/learn about, in order to solve this issue?
Edit: In related news, Manually creating via `mkdir /dev/rbd/rbd && ln -s /dev/rbd/rbd/vm-150-disk-0 /dev/rbd1` appears to allow the machine to start, so I have my workaround and am closer to the solution.
It seems to me there is a system for controlling the creating of links (etc) when devices are added to a machine, but I am a little lost...
Last edited: