Job failed with err -5 - Input/output error

lumox

Member
May 29, 2020
111
5
23
41
Hi,
I ran two backup jobs of two of my VMS to an external usb HD.
The first one got success, but I got a error message for the second backup job:


Code:
.....

2020-09-14 09:26:37 INFO: status: 66% (58118701056/88046829568), sparse 1% (1627414528), duration 1856, read/write 30/29 MB/s
2020-09-14 09:27:03 INFO: status: 66% (58814365696/88046829568), sparse 1% (1705177088), duration 1882, read/write 26/23 MB/s
2020-09-14 09:27:03 ERROR: job failed with err -5 - Input/output error
2020-09-14 09:27:03 INFO: aborting backup job
2020-09-14 09:27:03 INFO: stopping kvm after backup task
2020-09-14 09:27:05 ERROR: Backup of VM 100 failed - job failed with err -5 - Input/output error

What is the problem?
Thank you
 
Last edited:
Could you post full output of smartctl -a /dev/sdd command

ok, for the record, I ran the commands without mounting the disk first anyway. Thanks

first part:

Code:
root@pve:~# smartctl -a /dev/sdd
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.34-1-pve] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Momentus 5400.6
Device Model:     ST9500325AS
Serial Number:    5VE39X0D
LU WWN Device Id: 5 000c50 0182a8057
Firmware Version: 0001SDM1
User Capacity:    500,107,862,016 bytes [500 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    5400 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Tue Sep 15 20:58:41 2020 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
See vendor-specific Attribute list for marginal Attributes.

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever
                                        been run.
Total time to complete Offline
data collection:                (    0) seconds.
Offline data collection
capabilities:                    (0x73) SMART execute Offline immediate.
                                        Auto Offline data collection on/off supp                                                                                                   ort.
                                        Suspend Offline collection upon new
                                        command.
                                        No Offline surface scan supported.
                                        Self-test supported.
                                        Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine
recommended polling time:        (   1) minutes.
Extended self-test routine
recommended polling time:        ( 144) minutes.
Conveyance self-test routine
recommended polling time:        (   2) minutes.
SCT capabilities:              (0x103b) SCT Status supported.
                                        SCT Error Recovery Control supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.
 
Code:
SMART Attributes Data Structure revision number: 10



Vendor Specific SMART Attributes with Thresholds:



ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_                                                                                                   FAILED RAW_VALUE



  1 Raw_Read_Error_Rate     0x000f   114   090   006    Pre-fail  Always       -                                                                                                          234955222



  3 Spin_Up_Time            0x0003   098   098   000    Pre-fail  Always       -                                                                                                          0



  4 Start_Stop_Count        0x0032   097   097   020    Old_age   Always       -                                                                                                          4061



  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -                                                                                                          6



  7 Seek_Error_Rate         0x000f   081   060   030    Pre-fail  Always       -                                                                                                          166464146



  9 Power_On_Hours          0x0032   093   093   000    Old_age   Always       -                                                                                                          6716



 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -                                                                                                          0



 12 Power_Cycle_Count       0x0032   097   037   020    Old_age   Always       -                                                                                                          4002



184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -                                                                                                          0



187 Reported_Uncorrect      0x0032   001   001   000    Old_age   Always       -                                                                                                          3072



188 Command_Timeout         0x0032   100   099   000    Old_age   Always       -                                                                                                          12



189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -                                                                                                          0



190 Airflow_Temperature_Cel 0x0022   065   035   045    Old_age   Always   In_th                                                                                                   e_past 35 (10 150 35 26 0)



191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always       -                                                                                                          68



192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -                                                                                                          219



193 Load_Cycle_Count        0x0032   080   080   000    Old_age   Always       -                                                                                                          41052



194 Temperature_Celsius     0x0022   035   065   000    Old_age   Always       -                                                                                                          35 (0 9 0 0 0)



195 Hardware_ECC_Recovered  0x001a   060   044   000    Old_age   Always       -                                                                                                          234955222



197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -                                                                                                          0



198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -                                                                                                          0



199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -                                                                                                          0



254 Free_Fall_Sensor        0x0032   100   100   000    Old_age   Always       -                                                                                                          0




SMART Error Log Version: 1



ATA Error Count: 2830 (device log contains only the most recent five errors)



        CR = Command Register [HEX]



        FR = Features Register [HEX]



        SC = Sector Count Register [HEX]



        SN = Sector Number Register [HEX]



        CL = Cylinder Low Register [HEX]



        CH = Cylinder High Register [HEX]



        DH = Device/Head Register [HEX]



        DC = Device Command Register [HEX]



        ER = Error register [HEX]



        ST = Status register [HEX]



Powered_Up_Time is measured from power on, and printed as



DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,



SS=sec, and sss=millisec. It "wraps" after 49.710 days.




Error 2830 occurred at disk power-on lifetime: 6647 hours (276 days + 23 hours)



  When the command that caused the error occurred, the device was active or idle                                                                                                   .




  After command completion occurred, registers were:



  ER ST SC SN CL CH DH



  -- -- -- -- -- -- --



  40 51 00 ff ff ff 0f  Error: UNC at LBA = 0x0fffffff = 268435455




  Commands leading to the command that caused the error were:



  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name



  -- -- -- -- -- -- -- --  ----------------  --------------------



  25 00 00 ff ff ff ef 00      00:34:51.969  READ DMA EXT



  25 00 01 48 8a f2 e0 00      00:34:51.937  READ DMA EXT



  25 00 00 ff ff ff ef 00      00:34:51.912  READ DMA EXT



  25 00 08 ff ff ff ef 00      00:34:51.912  READ DMA EXT



  25 00 00 ff ff ff ef 00      00:34:51.890  READ DMA EXT




Error 2829 occurred at disk power-on lifetime: 6230 hours (259 days + 14 hours)



  When the command that caused the error occurred, the device was active or idle                                                                                                   .




  After command completion occurred, registers were:



  ER ST SC SN CL CH DH
 
Code:
  -- -- -- -- -- -- --



  40 51 00 ff ff ff 0f  Error: WP at LBA = 0x0fffffff = 268435455




  Commands leading to the command that caused the error were:



  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name



  -- -- -- -- -- -- -- --  ----------------  --------------------



  61 00 08 90 b3 5e 40 00      06:39:45.544  WRITE FPDMA QUEUED



  61 00 08 10 3f 03 40 00      06:39:45.544  WRITE FPDMA QUEUED



  60 00 20 c0 4e 5d 41 00      06:39:45.543  READ FPDMA QUEUED



  60 00 80 ff ff ff 4f 00      06:39:45.543  READ FPDMA QUEUED



  61 00 08 e0 d1 63 40 00      06:39:45.542  WRITE FPDMA QUEUED




Error 2828 occurred at disk power-on lifetime: 6230 hours (259 days + 14 hours)



  When the command that caused the error occurred, the device was active or idle                                                                                                   .




  After command completion occurred, registers were:



  ER ST SC SN CL CH DH



  -- -- -- -- -- -- --



  40 51 00 ff ff ff 0f  Error: WP at LBA = 0x0fffffff = 268435455




  Commands leading to the command that caused the error were:



  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name



  -- -- -- -- -- -- -- --  ----------------  --------------------



  61 00 08 e0 d1 63 40 00      06:39:42.960  WRITE FPDMA QUEUED



  61 00 02 80 1d 5d 41 00      06:39:42.960  WRITE FPDMA QUEUED



  60 00 00 ff ff ff 4f 00      06:39:42.959  READ FPDMA QUEUED



  60 00 00 ff ff ff 4f 00      06:39:42.959  READ FPDMA QUEUED



  60 00 00 ff ff ff 4f 00      06:39:42.959  READ FPDMA QUEUED




Error 2827 occurred at disk power-on lifetime: 6230 hours (259 days + 14 hours)



  When the command that caused the error occurred, the device was active or idle                                                                                                   .




  After command completion occurred, registers were:



  ER ST SC SN CL CH DH



  -- -- -- -- -- -- --



  40 51 00 ff ff ff 0f  Error: WP at LBA = 0x0fffffff = 268435455




  Commands leading to the command that caused the error were:



  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name



  -- -- -- -- -- -- -- --  ----------------  --------------------



  61 00 20 ff ff ff 4f 00      06:39:40.403  WRITE FPDMA QUEUED



  60 00 20 80 1d 5d 41 00      06:39:40.402  READ FPDMA QUEUED



  60 00 80 ff ff ff 4f 00      06:39:40.401  READ FPDMA QUEUED



  61 00 08 90 b3 5e 40 00      06:39:40.401  WRITE FPDMA QUEUED



  61 00 80 48 9f 0a 44 00      06:39:40.401  WRITE FPDMA QUEUED




Error 2826 occurred at disk power-on lifetime: 6230 hours (259 days + 14 hours)



  When the command that caused the error occurred, the device was active or idle                                                                                                   .




  After command completion occurred, registers were:



  ER ST SC SN CL CH DH



  -- -- -- -- -- -- --



  40 51 00 ff ff ff 0f  Error: WP at LBA = 0x0fffffff = 268435455




  Commands leading to the command that caused the error were:



  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name



  -- -- -- -- -- -- -- --  ----------------  --------------------



  61 00 d8 d8 67 17 40 00      06:39:37.773  WRITE FPDMA QUEUED



  61 00 08 10 3f 03 40 00      06:39:37.773  WRITE FPDMA QUEUED



  61 00 20 ff ff ff 4f 00      06:39:37.772  WRITE FPDMA QUEUED



  61 00 08 e0 d1 63 40 00      06:39:37.771  WRITE FPDMA QUEUED



  61 00 e0 ff ff ff 4f 00      06:39:37.771  WRITE FPDMA QUEUED




SMART Self-test log structure revision number 1



No self-tests have been logged.  [To run self-tests, use: smartctl -t]




SMART Selective self-test log data structure revision number 1



 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS



    1        0        0  Not_testing



    2        0        0  Not_testing



    3        0        0  Not_testing



    4        0        0  Not_testing



    5        0        0  Not_testing


Selective self-test flags (0x0):

  After scanning selected spans, do NOT read-scan remainder of disk.

If Selective self-test is pending on power-up, resume after 0 minute delay
 
Error 2829 occurred at disk power-on lifetime: 6230 hours (259 days + 14 hours)

i'm not sure if there error in internal disk or SATA cables may you try to change the SATA cable from hard disk into motherboard and try it again?
 
i'm not sure if there error in internal disk or SATA cables may you try to change the SATA cable from hard disk into motherboard and try it again?

hmm, you might be right. I often had some issues with this usb drive.
I'll give it a try. Thanks
 
i'm not sure if there error in internal disk or SATA cables may you try to change the SATA cable from hard disk into motherboard and try it again?

update:

I plugged it on my proxmox machine motherboard, then ran the backup of the same VM and got the same error message, but I then backuped two other VMS and everything went fine.
There must be something wrong with the VM itself probably.
 
could you post the VM config please

of course:

Code:
root@pve:~# qm config 100
bootdisk: scsi0
cores: 1
ide2: none,media=cdrom
memory: 2048
name: OMV5
net0: virtio=AE:DD:62:6D:96:BD,bridge=vmbr1
numa: 0
ostype: l26
scsi0: VM:vm-100-disk-0,size=32G
scsi1: VM:vm-100-disk-1,size=50G
scsihw: virtio-scsi-pci
smbios1: uuid=e1709470-a622-4425-97b3-e6b2be85d451
sockets: 1
vmgenid: e7d0d8b3-f55a-41b3-92e2-e0c4295c32b3


Thanks
 
Hello,

I have the same problem. I got this error: Input/output error around every few days during VM dump. After Proxmox HW rebooting everything is ok for a few days. Maybe there is some problem with powersaving?

Regards,
 
Did you find the solution. I get the same error when backup is performed.
Code:
job failed with err -5 - Input/output error
But its only for one of the VMs, all other VMs performs the backup fine, they are in the same Backup process.

If its a drive issue, is it then the drive where the backup is saved, or the drive where the VMs is running?
 
The backup order is not the one we could infer from the VM hardware disk order: It would be nice to have a tip on the currently saved disk when a job fail error is raised, because in the following log, the fail disk was not the first one (scsi0), it was the last one (scsi5) and is located on hdd2_4T_storage.

Code:
INFO: starting new backup job: vzdump --mode snapshot --mailto ******* --quiet 1 --mailnotification always --all 1 --storage thor_pbs
INFO: Starting Backup of VM 72018 (qemu)
INFO: Backup started at 2022-01-26 02:00:02
INFO: status = running
INFO: VM Name: santiago
INFO: include disk 'scsi0' 'local-lvm:vm-72018-disk-0' 16G
INFO: include disk 'scsi1' 'hddraid1_8T_storage:72018/vm-72018-disk-1.qcow2' 1843G
INFO: include disk 'scsi2' 'hddraid1_8T_storage:72018/vm-72018-disk-2.qcow2' 1300G
INFO: include disk 'scsi3' 'hddraid1_8T_storage:72018/vm-72018-disk-3.qcow2' 1300G
INFO: include disk 'scsi4' 'hddraid1_8T_storage:72018/vm-72018-disk-4.qcow2' 1400G
INFO: include disk 'scsi5' 'hdd2_4T_storage:72018/vm-72018-disk-0.qcow2' 800G
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/72018/2022-01-26T01:00:02Z'
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
INFO: started backup task '2aa5a3a4-c792-429b-b99b-55079dac1bdd'
INFO: resuming VM again
INFO: scsi0: dirty-bitmap status: existing bitmap was invalid and has been cleared
INFO: scsi1: dirty-bitmap status: existing bitmap was invalid and has been cleared
INFO: scsi2: dirty-bitmap status: existing bitmap was invalid and has been cleared
INFO: scsi3: dirty-bitmap status: existing bitmap was invalid and has been cleared
INFO: scsi4: dirty-bitmap status: existing bitmap was invalid and has been cleared
INFO: scsi5: dirty-bitmap status: existing bitmap was invalid and has been cleared
INFO:   0% (568.0 MiB of 6.5 TiB) in 3s, read: 189.3 MiB/s, write: 1.3 MiB/s
INFO:   0% (1.1 GiB of 6.5 TiB) in 13s, read: 58.0 MiB/s, write: 0 B/s
ERROR: job failed with err -5 - Input/output error
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 72018 failed - job failed with err -5 - Input/output error
INFO: Failed at 2022-01-26 02:00:18


And for the record, this is a dmesg output:
Code:
[407949.602015] sas: Enter sas_scsi_recover_host busy: 1 failed: 1
[407949.602021] sas: ata9: end_device-0:2: cmd error handler
[407949.602073] sas: ata7: end_device-0:0: dev error handler
[407949.602098] sas: ata8: end_device-0:1: dev error handler
[407949.602105] sas: ata9: end_device-0:2: dev error handler
[407949.602110] ata9.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[407949.602131] ata9.00: failed command: READ DMA EXT
[407949.602133] ata9.00: cmd 25/00:00:80:75:d3/00:0a:01:00:00/e0 tag 11 dma 1310720 in
                         res 51/40:ff:80:78:d3/00:06:01:00:00/e0 Emask 0x9 (media error)
[407949.602141] ata9.00: status: { DRDY ERR }
[407949.602143] ata9.00: error: { UNC }
[407949.629006] ata9.00: configured for UDMA/133
[407949.629018] sd 0:0:2:0: [sdb] tag#29 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=3s
[407949.629020] sd 0:0:2:0: [sdb] tag#29 Sense Key : Medium Error [current]
[407949.629022] sd 0:0:2:0: [sdb] tag#29 Add. Sense: Unrecovered read error - auto reallocate failed
[407949.629025] sd 0:0:2:0: [sdb] tag#29 CDB: Read(16) 88 00 00 00 00 00 01 d3 75 80 00 00 0a 00 00 00
[407949.629026] blk_update_request: I/O error, dev sdb, sector 30636160 op 0x0:(READ) flags 0x4000 phys_seg 15 prio class 0
[407949.629038] ata9: EH complete
[407949.629069] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 1 tries: 1

Code:
root@odin:~# smartctl -a /dev/sdb
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.13.19-3-pve] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Red
Device Model:     WDC WD40EFRX-68WT0N0
Serial Number:    WD-WCC4E4FE42R0
LU WWN Device Id: 5 0014ee 262913d58
Firmware Version: 82.00A82
User Capacity:    4,000,787,030,016 bytes [4.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Wed Jan 26 09:58:34 2022 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever
                                        been run.
Total time to complete Offline
data collection:                (52080) seconds.
Offline data collection
capabilities:                    (0x7b) SMART execute Offline immediate.
                                        Auto Offline data collection on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        ( 521) minutes.
Conveyance self-test routine
recommended polling time:        (   5) minutes.
SCT capabilities:              (0x703d) SCT Status supported.
                                        SCT Error Recovery Control supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   200   200   051    Pre-fail  Always       -       29
  3 Spin_Up_Time            0x0027   189   180   021    Pre-fail  Always       -       7525
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       101
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   049   049   000    Old_age   Always       -       37664
 10 Spin_Retry_Count        0x0032   100   100   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   253   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       98
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       64
193 Load_Cycle_Count        0x0032   192   192   000    Old_age   Always       -       25365
194 Temperature_Celsius     0x0022   115   102   000    Old_age   Always       -       37
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       2
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   000    Old_age   Offline      -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
 
Hi guys,
same issue same error with all my VMs. I can't make any proper backup

INFO: starting new backup job: vzdump 102 --remove 0 --mode stop --storage local --compress zstd --node proxmox
INFO: Starting Backup of VM 102 (qemu)
INFO: Backup started at 2022-05-08 23:20:39
INFO: status = running
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: ReverseProxy
INFO: include disk 'scsi0' 'ssd:vm-102-disk-0' 20G
INFO: stopping virtual guest
INFO: creating vzdump archive '/var/lib/vz/dump/vzdump-qemu-102-2022_05_08-23_20_39.vma.zst'
INFO: starting kvm to execute backup task
INFO: started backup task 'f3edb0c2-f435-4e27-91f5-10aa64a988d9'
INFO: resuming VM again after 3 seconds
INFO: 4% (822.9 MiB of 20.0 GiB) in 3s, read: 274.3 MiB/s, write: 215.9 MiB/s
INFO: 7% (1.6 GiB of 20.0 GiB) in 6s, read: 267.0 MiB/s, write: 224.8 MiB/s
INFO: 11% (2.3 GiB of 20.0 GiB) in 9s, read: 227.1 MiB/s, write: 178.4 MiB/s
ERROR: job failed with err -5 - Input/output error
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 102 failed - job failed with err -5 - Input/output error
INFO: Failed at 2022-05-08 23:20:51
INFO: Backup job finished with errors
TASK ERROR: job errors
 

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!