Yep, i had to change your command slightly but i got the vmdisk 106:okay. could you collect the output oflsof /dev/mapper/vm-106-disk-0
? thanks!
root@top:~# lsof /dev/mapper/PLS-vm--106--disk--0
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
fdisk 281530 root 3u BLK 253,8 0t2098176 604 /dev/mapper/../dm-8
No, he was using old laptops and single disk zfs pool as a storage backend for VMs and containersis your friend also using (local) LVM as storage backend?
After rebooting, everything works fine. Backup with PBS, VMs, everything. Thanks.I just realized that. Reboot cannot be done after upgrade.
I will perform as soon as possible.
I am not sure what else there is we can check (I assume this is the fdisk process you used to look at the partition table?).. if you have an older backup you could extract the partition layout from there and re-create itYep, i had to change your command slightly but i got the vmdisk 106:
Bash:root@top:~# lsof /dev/mapper/PLS-vm--106--disk--0 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME fdisk 281530 root 3u BLK 253,8 0t2098176 604 /dev/mapper/../dm-8
Yeah I think I have an older backup, I could try that tomorrow when I’m back in the OfficeI am not sure what else there is we can check (I assume this is the fdisk process you used to look at the partition table?).. if you have an older backup you could extract the partition layout from there and re-create it
Yeah I think I have an older backup, I could try that tomorrow when I’m back in the Office
about the command, no i just changed the filename (?) to vmdisk 106-0
But it‘s still weird, it‘s like the new version of qemu isn’t compatible with the „old“ disk format or something
i restored some VMs with older backups and that "solved" the issue, as theyre now booting up again.no, qemu just sees what is there - a basically 'blank' disk/volume. qemu also does not overwrite the disk on its own unless the guest OS tells it to. the most likely error source would be the storage itself (in this case either the iSCSI backend, or LVM)..