ERROR: job failed with err -61 - No data available - How to fix

sreenath

New Member
Apr 28, 2025
1
0
1
Hi Team,

I have one NVMe Drive where all the VM disks are saved. I observed the SMART test showed FAILED for NVMe and i started to experience VM Crashing. So to replace the drive, i thought i will backup the VM. but i am unable to back it. i get the below Error.

ERROR: job failed with err -61 - No data available
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 100 failed - job failed with err -61 - No data available
INFO: Failed at 2025-04-28 16:09:43
INFO: Backup job finished with errors
TASK ERROR: job errors

I can confirm that backup for other VM's work fine. except this one. and unfortunately, this VM is the most important one i have.

Any recommendation on how to get around to replacing my drive and saving my VM ?

Since failure, i have added a second NVMe drive which is empty (potential replacement candicate).

Please help.
 
Hi,
you could use tools like ddrescue or qemu-img convert --salvage ... (see the manpage for more details) to salvage/copy the parts of the VM image that can still be read. Use pvesm path STORAGE:VOLUME to get the path on the host for the virtual disk.
 
I also encountered ERROR: job failed with err -61 - No data available. During the backup process, I used dmesg -w to find the hard disk error. Replace the disk

Code:
[ 6907.788703] nvme0n1: I/O Cmd(0x2) @ LBA 298782592, 128 blocks, I/O Error (sct 0x2 / sc 0x81)
[ 6907.788710] critical medium error, dev nvme0n1, sector 298782592 op 0x0:(READ) flags 0x0 phys_seg 16 prio class 2
[ 6907.795679] nvme0n1: I/O Cmd(0x2) @ LBA 298782720, 128 blocks, I/O Error (sct 0x2 / sc 0x81)
[ 6907.795684] critical medium error, dev nvme0n1, sector 298782720 op 0x0:(READ) flags 0x0 phys_seg 15 prio class 2
[ 6907.857130] nvme0n1: I/O Cmd(0x2) @ LBA 298782848, 128 blocks, I/O Error (sct 0x2 / sc 0x81)
[ 6907.857138] critical medium error, dev nvme0n1, sector 298782848 op 0x0:(READ) flags 0x0 phys_seg 16 prio class 2
[ 6907.864103] nvme0n1: I/O Cmd(0x2) @ LBA 298782976, 128 blocks, I/O Error (sct 0x2 / sc 0x81)
[ 6907.864109] critical medium error, dev nvme0n1, sector 298782976 op 0x0:(READ) flags 0x0 phys_seg 15 prio class 2
 
Last edited: