From some days we noticed the umount and lvremove steps takes very long to perform, with no apprent reason. From a time point of view the vzdump of the same group of OpenVZ containers (sized approximately 1GB each) completed in about 30 minutes now takes about 30-40 minutes for each container.
Looking at the log of the containers dump, we noticed the backup completes very fast, however the umont and lvremove steps take about 30 minutes, which is very strange:
Oct 12 08:06:11 INFO: Total bytes written: 1059358720 (1011MiB, 18MiB/s)
Oct 12 08:06:11 INFO: archive file size: 1010MB
Oct 12 08:06:12 INFO: delete old backup '/media/extstorage/vzdump/vzdump-openvz-106-2010_09_20-06_43_59.tar'
Oct 12 08:37:00 INFO: Logical volume "vzsnap-proxmox1-0" successfully removed
Oct 12 08:37:00 INFO: Finished Backup of VM 106 (00:31:57)
This holds true with all the dumps:
Oct 12 07:23:32 INFO: Total bytes written: 592445440 (565MiB, 18MiB/s)
Oct 12 07:23:32 INFO: archive file size: 565MB
Oct 12 07:23:32 INFO: delete old backup '/media/extstorage/vzdump/vzdump-openvz-105-2010_09_20-06_42_20.tar'
Oct 12 08:05:03 INFO: Logical volume "vzsnap-proxmox1-0" successfully removed
Oct 12 08:05:03 INFO: Finished Backup of VM 105 (00:42:08)
Both /media and /mnt are in PRUNEPATHS of updatedb.conf. Lvs command dsiplay an occupation of 2-3% for vzsnap snapshot. All applications running in the container are also affected, responding slowly until vzdump completes.
Option used in vzdump command (launched form command line):
--dumpdir=/path/to/external/storage (physical external disk)
--maxfiles 7
--snapshot
--all
--bwlimit 20480
--exclude (some unwanted containers)
I'm clueless at the moment.
Andrea
Looking at the log of the containers dump, we noticed the backup completes very fast, however the umont and lvremove steps take about 30 minutes, which is very strange:
Oct 12 08:06:11 INFO: Total bytes written: 1059358720 (1011MiB, 18MiB/s)
Oct 12 08:06:11 INFO: archive file size: 1010MB
Oct 12 08:06:12 INFO: delete old backup '/media/extstorage/vzdump/vzdump-openvz-106-2010_09_20-06_43_59.tar'
Oct 12 08:37:00 INFO: Logical volume "vzsnap-proxmox1-0" successfully removed
Oct 12 08:37:00 INFO: Finished Backup of VM 106 (00:31:57)
This holds true with all the dumps:
Oct 12 07:23:32 INFO: Total bytes written: 592445440 (565MiB, 18MiB/s)
Oct 12 07:23:32 INFO: archive file size: 565MB
Oct 12 07:23:32 INFO: delete old backup '/media/extstorage/vzdump/vzdump-openvz-105-2010_09_20-06_42_20.tar'
Oct 12 08:05:03 INFO: Logical volume "vzsnap-proxmox1-0" successfully removed
Oct 12 08:05:03 INFO: Finished Backup of VM 105 (00:42:08)
Both /media and /mnt are in PRUNEPATHS of updatedb.conf. Lvs command dsiplay an occupation of 2-3% for vzsnap snapshot. All applications running in the container are also affected, responding slowly until vzdump completes.
Option used in vzdump command (launched form command line):
--dumpdir=/path/to/external/storage (physical external disk)
--maxfiles 7
--snapshot
--all
--bwlimit 20480
--exclude (some unwanted containers)
I'm clueless at the moment.

Andrea