I have a VM running at a NVME/LVM. I can't move the disk anymore to any other storage or create a backup.
The VM has 2 disks, the problem appeared at both disks. I tried ~10 times at the smaller disk and it finally moved it.
The bigger disk always shows the same error at different percentages.
Smart values of the NVMe are okay and every other disk is also okay at the NVME. I first thought about a physical problem with the nvme but googeling hinted to some general problem elsewhere for example https://forum.proxmox.com/threads/move-disk-einer-vm-schlägt-fehl.108693/ .
There are similar error at google that doesn't look like a broken disk.
The error at moving the disk
Dmesg shows
I am unsure if this is a HW problem or a LVM problem ?
Restarted the node, just in case - still the same problem.
Any idea how to proceed further?
Or is there any way I can manually copy the file ?
I have a backup but its some days old so I`d like to find a solution if possible.
The VM has 2 disks, the problem appeared at both disks. I tried ~10 times at the smaller disk and it finally moved it.
The bigger disk always shows the same error at different percentages.
Smart values of the NVMe are okay and every other disk is also okay at the NVME. I first thought about a physical problem with the nvme but googeling hinted to some general problem elsewhere for example https://forum.proxmox.com/threads/move-disk-einer-vm-schlägt-fehl.108693/ .
There are similar error at google that doesn't look like a broken disk.
The error at moving the disk
create full clone of drive sata0 (NVMe-2TB:vm-880-disk-0)
Formatting '/mnt/pve/backup/images/880/vm-880-disk-1.raw', fmt=raw size=214748364800 preallocation=off
transferred 0.0 B of 200.0 GiB (0.00%)
transferred 2.0 GiB of 200.0 GiB (1.00%)
...
transferred 64.1 GiB of 200.0 GiB (32.03%)
qemu-img: error while reading at byte 69793202176: Input/output error
qemu-img: error while reading at byte 69791105024: Input/output error
qemu-img: error while reading at byte 69795299328: Input/output error
qemu-img: error while reading at byte 69789007872: Input/output error
TASK ERROR: storage migration failed: copy failed: command '/usr/bin/qemu-img convert -p -n -f raw -O raw /dev/NVMe-2TB/vm-880-disk-0 zeroinit:/mnt/pve/backup/images/880/vm-880-disk-1.raw' failed: exit code 1
Dmesg shows
[24737.727029] Buffer I/O error on dev dm-7, logical block 17039371, async page read
[24737.811641] blk_update_request: critical medium error, dev nvme0n1, sector 3397388376 op 0x0READ) flags 0x0 phys_seg 1 prio class 0
[24737.811708] Buffer I/O error on dev dm-7, logical block 17039371, async page read
[24737.902210] blk_update_request: critical medium error, dev nvme0n1, sector 3397387352 op 0x0READ) flags 0x0 phys_seg 1 prio class 0
[24737.902271] Buffer I/O error on dev dm-7, logical block 17039243, async page read
[24737.986880] blk_update_request: critical medium error, dev nvme0n1, sector 3397387352 op 0x0READ) flags 0x0 phys_seg 1 prio class 0
[24737.986942] Buffer I/O error on dev dm-7, logical block 17039243, async page read
[24738.158268] blk_update_request: critical medium error, dev nvme0n1, sector 3397393592 op 0x0READ) flags 0x0 phys_seg 1 prio class 0
[24738.160084] Buffer I/O error on dev dm-7, logical block 17040023, async page read
[24738.329600] blk_update_request: critical medium error, dev nvme0n1, sector 3397382264 op 0x0READ) flags 0x0 phys_seg 1 prio class 0
[24738.330505] Buffer I/O error on dev dm-7, logical block 17040023, async page read
[24738.331436] Buffer I/O error on dev dm-7, logical block 17038607, async page read
[24738.420383] Buffer I/O error on dev dm-7, logical block 17038607, async page read
I am unsure if this is a HW problem or a LVM problem ?
Restarted the node, just in case - still the same problem.
Any idea how to proceed further?
Or is there any way I can manually copy the file ?
I have a backup but its some days old so I`d like to find a solution if possible.