Good afternoon!
I am running proxmox with ZFS one 2 HDDs.
In total there are 2 CTs to be backed up.
It takes hours and drags down the CTs. I observe cronjobs failing during the night.
I run vzdump with the following args:
ionice -c3 nice -n19 vzdump --maxfiles 1 --exclude-path '/var/lib/psa/dumps/.+' $i
(The exclude-path is ignored, but that is a different problem)
Does anyone have an idea?
Prio should be the VMs/CTs and not the backup. Any idea beyond using nice and ionice?
Vzdump-Log:
I am running proxmox with ZFS one 2 HDDs.
In total there are 2 CTs to be backed up.
It takes hours and drags down the CTs. I observe cronjobs failing during the night.
I run vzdump with the following args:
ionice -c3 nice -n19 vzdump --maxfiles 1 --exclude-path '/var/lib/psa/dumps/.+' $i
(The exclude-path is ignored, but that is a different problem)
Does anyone have an idea?
Prio should be the VMs/CTs and not the backup. Any idea beyond using nice and ionice?
Code:
#vzdump.conf
bwlimit:51200
compress:zstd
zstd:2
ionice:7
mailnotification:failure
mailto:xxx@xxx.de
mode:snapshot
maxfiles:3
Vzdump-Log:
Code:
2020-11-22 22:00:03 INFO: Starting Backup of VM 100 (lxc)
2020-11-22 22:00:03 INFO: status = running
2020-11-22 22:00:03 INFO: CT Name: web20.xxx.de
2020-11-22 22:00:03 INFO: including mount point rootfs ('/') in backup
2020-11-22 22:00:03 INFO: backup mode: snapshot
2020-11-22 22:00:03 INFO: bandwidth limit: 51200 KB/s
2020-11-22 22:00:03 INFO: ionice priority: 7
2020-11-22 22:00:03 INFO: create storage snapshot 'vzdump'
2020-11-22 22:00:04 INFO: creating vzdump archive '/var/lib/vz/dump/vzdump-lxc-100-2020_11_22-22_00_03.tar.zst'
2020-11-23 02:18:59 INFO: Total bytes written: 149183938560 (139GiB, 9.2MiB/s)
2020-11-23 02:18:59 INFO: archive file size: 85.93GB
2020-11-23 02:18:59 INFO: delete old backup '/var/lib/vz/dump/vzdump-lxc-100-2020_11_21-22_00_09.tar.zst'
2020-11-23 02:19:00 INFO: remove vzdump snapshot
2020-11-23 02:19:03 INFO: Finished Backup of VM 100 (04:19:00)
Code:
pveperf /rpool
CPU BOGOMIPS: 54276.48
REGEX/SECOND: 1411096
HD SIZE: 660.72 GB (rpool)
FSYNCS/SECOND: 485.54
DNS EXT: 9.57 ms
DNS INT: 5.89 ms
Last edited: