Migration aborted: Problem found while scanning volumes - can't migrate VM - check log

Evantoni

New Member
May 20, 2023
4
0
1
hello
I'm trying to migrate a VM from galak server to kinder and I get the following error:

2023-05-20 15:13:44 starting migration of VM 101 to node 'kinder' (192.168.0.22)
Use of uninitialized value $owner in concatenation (.) or string at /usr/share/perl5/PVE/QemuMigrate.pm line 493.
2023-05-20 15:13:45 found local disk 'local-lvm:vm-101-disk-0' (in current VM config)
2023-05-20 15:13:45 found local disk 'local:iso/ubuntu-20.04.5-live-server-amd64.iso' (in current VM config)
2023-05-20 15:13:45 can't migrate local disk 'local:iso/ubuntu-20.04.5-live-server-amd64.iso': owned by other VM (owner = VM )
2023-05-20 15:13:45 ERROR: Problem found while scanning volumes - can't migrate VM - check log
2023-05-20 15:13:45 aborting phase 1 - cleanup resources
2023-05-20 15:13:45 ERROR: migration aborted (duration 00:00:01): Problem found while scanning volumes - can't migrate VM - check log
TASK ERROR: migration aborted

Checking the log...

May 20 15:13:45 galak pvedaemon[778076]: Use of uninitialized value $owner in concatenation (.) or string at /usr/share/perl5/PVE/QemuMigrate.pm line 493.
 

Attachments

  • 1684606872431.png
    1684606872431.png
    326 bytes · Views: 9
Hi,
please post the output of pveversion -v and qm config 101.
 
HI,

Try to remove the iso from your virtual cd-rom. Because this iso file do not exist on the target, te resuls is migration abort

Good luck/Bafta !
 
  • Like
Reactions: Evantoni
Hi,
please post the output of pveversion -v and qm config 101.

Code:
root@galak:~# pveversion -v
proxmox-ve: 6.3-1 (running kernel: 5.4.106-1-pve)
pve-manager: 6.4-4 (running version: 6.4-4/337d6701)
pve-kernel-5.4: 6.4-1
pve-kernel-helper: 6.4-1
pve-kernel-5.4.106-1-pve: 5.4.106-1
ceph: 15.2.17-pve1~bpo10
ceph-fuse: 15.2.17-pve1~bpo10
corosync: 3.1.2-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: 0.8.35+pve1
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.20-pve1
libproxmox-acme-perl: 1.0.8
libproxmox-backup-qemu0: 1.0.3-1
libpve-access-control: 6.4-1
libpve-apiclient-perl: 3.1-3
libpve-common-perl: 6.4-2
libpve-guest-common-perl: 3.1-5
libpve-http-server-perl: 3.2-1
libpve-storage-perl: 6.4-1
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.6-2
lxcfs: 4.0.6-pve1
novnc-pve: 1.1.0-1
proxmox-backup-client: 1.1.5-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.5-3
pve-cluster: 6.4-1
pve-container: 3.3-5
pve-docs: 6.4-1
pve-edk2-firmware: 2.20200531-1
pve-firewall: 4.1-3
pve-firmware: 3.2-2
pve-ha-manager: 3.1-1
pve-i18n: 2.3-1
pve-qemu-kvm: 5.2.0-6
pve-xtermjs: 4.7.0-3
qemu-server: 6.4-1
smartmontools: 7.2-pve2
spiceterm: 3.1-1
vncterm: 1.6-2
zfsutils-linux: 2.0.4-pve1


Code:
root@galak:~# qm config 101
boot: order=scsi0;ide2;net0
cores: 1
ide2: local:iso/ubuntu-20.04.5-live-server-amd64.iso
memory: 2048
name: teste
net0: virtio=4E:53:7B:9D:C1:F8,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: local-lvm:vm-101-disk-0,size=15G,ssd=1
scsihw: virtio-scsi-pci
smbios1: uuid=ffc05086-059d-4759-aa35-0e91b8cf932e
sockets: 2
vmgenid: 9bd555d1-0688-4a96-82dd-d58b846d0f0b
 
HI,

Try to remove the iso from your virtual cd-rom. Because this iso file do not exist on the target, te resuls is migration abort

Good luck/Bafta !
hey
Thanks for the tip, but I already did that and then got the error above
 
This could be a bug in the version you have installed. Please upgrade to the latest version of 6.x and try again. And you should even upgrade to 7.x, because version 6 is end-of-life since almost a year and doesn't receive any (security) updates from Proxmox anymore: https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0
 
This could be a bug in the version you have installed. Please upgrade to the latest version of 6.x and try again. And you should even upgrade to 7.x, because version 6 is end-of-life since almost a year and doesn't receive any (security) updates from Proxmox anymore: https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0
In fact, I had already tried to install version 7.4 on my server, however, an error appears.
Attached the photo of the error
 

Attachments

  • Screenshot_20230523_130029.png
    Screenshot_20230523_130029.png
    989.6 KB · Views: 17
In fact, I had already tried to install version 7.4 on my server, however, an error appears.
Attached the photo of the error
Sounds like there could be an issue with the BIOS. Did you try to enable another scaling driver in BIOS settings? Do you have the latest BIOS update installed?

What you could also try is to install on top of Debian: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye
But no guarantees that the error would not re-appear when booting the Proxmox VE kernel. But maybe it's a kernel issue only present in the default kernel, so you could try using the opt-in kernel when installing on top of Debian instead: https://forum.proxmox.com/threads/opt-in-linux-6-2-kernel-for-proxmox-ve-7-x-available.124189
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!