Hello,
after upgrade from proxmox 5 to proxmox 6 the lvm is changed to thin-lvm. So I started to migrate vom qcow2 to thin-lvm. But there is a big problem: the server hangs when importing the backups or migration VMs from other maschines.
Hangs for days, nothing is done.
The log says:
When I lock at the screen there is following messages is print:
lvs says timeout
To fix the problem, I completely reinstalled proxmox and imported all firmware and bios updates. But the problem is still there.
The server is an IBM x3650 M3 with ServeRAID M5014 SAS/SATA Controller (46M0916).
I also read a lot of posts in the forum. Unfortunately, e.g. "udevadm trigger" only improves for a short time and all other solutions also do not work.
Does anyone else have an idea?
after upgrade from proxmox 5 to proxmox 6 the lvm is changed to thin-lvm. So I started to migrate vom qcow2 to thin-lvm. But there is a big problem: the server hangs when importing the backups or migration VMs from other maschines.
Code:
qmrestore vzdump-qemu-103-2020_06_13-07_41_18.vma.zst 102 --force true --storage local-thin
restore vma archive: zstd -q -d -c /mnt/vz/vzdump-qemu-103-2020_06_13-07_41_18.vma.zst | vma extract -v -r /var/tmp/vzdumptmp3722.fifo - /var/tmp/vzdumptmp3722
CFG: size: 313 name: qemu-server.conf
DEV: dev_id=1 size: 1099511627776 devname: drive-virtio0
CTIME: Sat Jun 13 07:41:23 2020
Logical volume "vm-102-disk-1" created.
The log says:
Code:
[ 1813.519851] INFO: task systemd-udevd:3005 blocked for more than 1087 seconds.
[ 1813.519902] Tainted: P OE 5.4.41-1-pve #1
[ 1813.519935] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1813.519963] systemd-udevd D 0 3005 565 0x00004324
[ 1813.519965] Call Trace:
[ 1813.519974] __schedule+0x2e6/0x6f0
[ 1813.519976] schedule+0x33/0xa0
[ 1813.519978] schedule_preempt_disabled+0xe/0x10
[ 1813.519981] __mutex_lock.isra.10+0x2c9/0x4c0
[ 1813.519984] ? exact_lock+0x11/0x20
[ 1813.519986] ? disk_map_sector_rcu+0x70/0x70
[ 1813.519988] __mutex_lock_slowpath+0x13/0x20
[ 1813.519990] mutex_lock+0x2c/0x30
[ 1813.519992] __blkdev_get+0x7a/0x560
[ 1813.519994] blkdev_get+0xe0/0x140
[ 1813.519996] ? blkdev_get_by_dev+0x50/0x50
[ 1813.519997] blkdev_open+0x87/0xa0
[ 1813.520000] do_dentry_open+0x143/0x3a0
[ 1813.520001] vfs_open+0x2d/0x30
[ 1813.520004] path_openat+0x2e9/0x16f0
[ 1813.520007] ? unlock_page_memcg+0x12/0x20
[ 1813.520010] ? page_add_file_rmap+0x131/0x190
[ 1813.520012] ? wp_page_copy+0x37b/0x750
[ 1813.520014] do_filp_open+0x93/0x100
[ 1813.520017] ? __alloc_fd+0x46/0x150
[ 1813.520019] do_sys_open+0x177/0x280
[ 1813.520020] __x64_sys_openat+0x20/0x30
[ 1813.520024] do_syscall_64+0x57/0x190
[ 1813.520027] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1813.520029] RIP: 0033:0x7f299ba2a1ae
[ 1813.520033] Code: Bad RIP value.
[ 1813.520034] RSP: 002b:00007ffd577d3b10 EFLAGS: 00000246 ORIG_RAX: 0000000000000101
[ 1813.520036] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f299ba2a1ae
[ 1813.520036] RDX: 0000000000080000 RSI: 000055c3ba8707b0 RDI: 00000000ffffff9c
[ 1813.520037] RBP: 00007f299b249c60 R08: 000055c3b918c270 R09: 000000000000000f
[ 1813.520038] R10: 0000000000000000 R11: 0000000000000246 R12: 00000000ffffffff
[ 1813.520039] R13: 0000000000000000 R14: 0000000000000000 R15: 000055c3ba86f050
Code:
INFO: task systemd-udev:3005 blocked for more than xxx seconds.
lvs says timeout
To fix the problem, I completely reinstalled proxmox and imported all firmware and bios updates. But the problem is still there.
The server is an IBM x3650 M3 with ServeRAID M5014 SAS/SATA Controller (46M0916).
I also read a lot of posts in the forum. Unfortunately, e.g. "udevadm trigger" only improves for a short time and all other solutions also do not work.
Does anyone else have an idea?