Code:
root@pve02:/mnt/import# qm disk import 170 /mnt/import/<REDACTED>/VVS-SEKLV-DC01--f43d62a6-4ba9-459a-814d-4510ec3f1fe4/20230308T191114/VVS-SEKLV-DC01-hdd0.qcow2 ceph-RBD --format qcow2
importing disk '/mnt/import/<REDACTED>/VVS-SEKLV-DC01--f43d62a6-4ba9-459a-814d-4510ec3f1fe4/20230308T191114/VVS-SEKLV-DC01-hdd0.qcow2' to VM 170 ...
transferred 0.0 B of 100.0 GiB (0.00%)
qemu-img: Could not open '/mnt/import/<REDACTED>/VVS-SEKLV-DC01--f43d62a6-4ba9-459a-814d-4510ec3f1fe4/20230308T191114/VVS-SEKLV-DC01-hdd0.qcow2': Could not open backing file: Could not open '/mnt/vstorage/vols/datastores/DS-SSD2TB/f43d62a6-4ba9-459a-814d-4510ec3f1fe4/harddisk.hdd': No such file or directory
copy failed: command '/usr/bin/qemu-img convert -p -n -f qcow2 -O raw /mnt/import/<REDACTED>/VVS-SEKLV-DC01--f43d62a6-4ba9-459a-814d-4510ec3f1fe4/20230308T191114/VVS-SEKLV-DC01-hdd0.qcow2 'zeroinit:rbd:cephFS_data/vm-170-disk-2:conf=/etc/pve/ceph.conf:id=admin:keyring=/etc/pve/priv/ceph/ceph-RBD.keyring'' failed: exit code 1
I managed to import another without issues, seems to be this specific disk i have issues with.
I'm unsure what a backing file is, I can see one located in the same directory as the qcow2 named harddisk.hdd but it is not located in /mnt/vstorage/vols/datastores/DS-SSD2TB/f43d62a6-4ba9-459a-814d-4510ec3f1fe4/
Any suggestions on what to do?