Hi all,
I have a Proxmox 5.2.1 installed on my HP N54L server, with a Debian VM installed on it (among others).
I would like to backup my VMs before attempting to upgrade Proxmox (first to 5.4, then to 6.x).
Each time I try to VZDUMP the Debian VM, it systematically blocks on 54% and this message:
I tried my luck on Google to check what I should do, but as a beginner, I couldn't find any answer specific enough to my situation.
I also tried to power off the VM, the result is the same.
My /backup folder is mapped on a ext4 partition of 1.3 TB on the same drive than the VM itself (which is on a 750 GB partition).
Thank you for your help.
Bonus: I also tried to exclude a drive from VZDUMP on another VM by putting
I tried several formatting options such as
exclude-path: "/dev/sdc", removing quotes, adding the "/" at the end...etc. it just won't work. If you can help with that too, I would much appreciate.
I have a Proxmox 5.2.1 installed on my HP N54L server, with a Debian VM installed on it (among others).
I would like to backup my VMs before attempting to upgrade Proxmox (first to 5.4, then to 6.x).
Each time I try to VZDUMP the Debian VM, it systematically blocks on 54% and this message:
INFO: starting new backup job: vzdump 101 --node pve --storage backup --compress lzo --mode snapshot --remove 0
INFO: Starting Backup of VM 101 (qemu)
INFO: status = stopped
INFO: update VM 101: -lock backup
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: Debian
INFO: include disk 'scsi0' 'local-lvm:vm-101-disk-1' 32G
INFO: include disk 'sata0' '/dev/sdd1' 786408511897
INFO: creating archive '/backup/dump/vzdump-qemu-101-2020_02_21-15_59_48.vma.lzo'
INFO: starting kvm to execute backup task
INFO: started backup task 'f25c63b4-e081-4503-8d44-fa59d7ca9bb4'
INFO: status: 0% (292683776/820791738368), sparse 0% (151068672), duration 3, read/write 97/47 MB/s
INFO: status: 1% (8360558592/820791738368), sparse 0% (4589408256), duration 102, read/write 81/36 MB/s
INFO: status: 2% (16492331008/820791738368), sparse 1% (12720787456), duration 158, read/write 145/0 MB/s
INFO: status: 3% (24692457472/820791738368), sparse 2% (20920508416), duration 216, read/write 141/0 MB/s
INFO: status: 4% (32933478400/820791738368), sparse 3% (29161111552), duration 274, read/write 142/0 MB/s
[...]
INFO: status: 54% (450469625856/820791738368), sparse 54% (445594955776), duration 3232, read/write 99/0 MB/s
ERROR: job failed with err -5 - Input/output error
INFO: aborting backup job
INFO: stopping kvm after backup task
ERROR: Backup of VM 101 failed - job failed with err -5 - Input/output error
INFO: Backup job finished with errors
TASK ERROR: job errors
I tried my luck on Google to check what I should do, but as a beginner, I couldn't find any answer specific enough to my situation.
I also tried to power off the VM, the result is the same.
My /backup folder is mapped on a ext4 partition of 1.3 TB on the same drive than the VM itself (which is on a 750 GB partition).
Thank you for your help.
Bonus: I also tried to exclude a drive from VZDUMP on another VM by putting
In the vzdump.conf, but the command is always ignored when I launch a VZDUMP (the drive is included).--exclude-path "/dev/sdc"
I tried several formatting options such as
exclude-path: "/dev/sdc", removing quotes, adding the "/" at the end...etc. it just won't work. If you can help with that too, I would much appreciate.