I have a couple of VMs on the local drive and on a NFS (Synology 415+). There are 2x RAID 1 volumes (vol 1 for VMs and vol 2 for backups).
The following is for a Windows 7 backup - clean install & cloned so everything is exactly the same.
When I run a backup for VM on the local drive:
When I run a backup for VM on the NFS:
What can I do to speed everything up on the NFS?
The following is for a Windows 7 backup - clean install & cloned so everything is exactly the same.
When I run a backup for VM on the local drive:
Code:
104: Mar 07 18:21:02 INFO: Starting Backup of VM 104 (qemu)
104: Mar 07 18:21:02 INFO: status = stopped
104: Mar 07 18:21:02 INFO: update VM 104: -lock backup
104: Mar 07 18:21:02 INFO: backup mode: stop
104: Mar 07 18:21:02 INFO: bandwidth limit: 230400 KB/s
104: Mar 07 18:21:02 INFO: ionice priority: 7
104: Mar 07 18:21:02 INFO: creating archive '/mnt/pve/aspa-sds2/dump/vzdump-qemu-104-2015_03_07-18_21_02.vma.lzo'
104: Mar 07 18:21:02 INFO: starting kvm to execute backup task
104: Mar 07 18:21:03 INFO: started backup task 'e4b756c7-8acf-47e7-aea5-04131c3069db'
104: Mar 07 18:21:06 INFO: status: 1% (578289664/34359738368), sparse 1% (533106688), duration 3, 192/15 MB/s
104: Mar 07 18:21:09 INFO: status: 2% (859045888/34359738368), sparse 1% (598077440), duration 6, 93/71 MB/s
104: Mar 07 18:21:12 INFO: status: 3% (1087111168/34359738368), sparse 1% (621256704), duration 9, 76/68 MB/s
104: Mar 07 18:21:16 INFO: status: 4% (1377501184/34359738368), sparse 1% (621719552), duration 13, 72/72 MB/s
104: Mar 07 18:21:21 INFO: status: 5% (1737097216/34359738368), sparse 1% (625463296), duration 18, 71/71 MB/s
...
104: Mar 07 18:29:55 INFO: status: 91% (31446269952/34359738368), sparse 70% (24113029120), duration 532, 236/0 MB/s
104: Mar 07 18:29:58 INFO: status: 93% (32156024832/34359738368), sparse 72% (24822784000), duration 535, 236/0 MB/s
104: Mar 07 18:30:01 INFO: status: 95% (32865779712/34359738368), sparse 74% (25532538880), duration 538, 236/0 MB/s
104: Mar 07 18:30:04 INFO: status: 97% (33575534592/34359738368), sparse 76% (26242293760), duration 541, 236/0 MB/s
104: Mar 07 18:30:07 INFO: status: 99% (34285289472/34359738368), sparse 78% (26952048640), duration 544, 236/0 MB/s
104: Mar 07 18:30:08 INFO: status: 100% (34359738368/34359738368), sparse 78% (27026493440), duration 545, 74/0 MB/s
104: Mar 07 18:30:08 INFO: transferred 34359 MB in 545 seconds (63 MB/s)
104: Mar 07 18:30:08 INFO: stopping kvm after backup task
104: Mar 07 18:30:09 INFO: archive file size: 3.98GB
104: Mar 07 18:30:09 INFO: delete old backup '/mnt/pve/aspa-sds2/dump/vzdump-qemu-104-2015_03_07-17_48_01.vma.lzo'
104: Mar 07 18:30:09 INFO: Finished Backup of VM 104 (00:09:07)
When I run a backup for VM on the NFS:
Code:
105: Mar 07 18:30:09 INFO: Starting Backup of VM 105 (qemu)
105: Mar 07 18:30:09 INFO: status = stopped
105: Mar 07 18:30:10 INFO: update VM 105: -lock backup
105: Mar 07 18:30:10 INFO: backup mode: stop
105: Mar 07 18:30:10 INFO: bandwidth limit: 230400 KB/s
105: Mar 07 18:30:10 INFO: ionice priority: 7
105: Mar 07 18:30:10 INFO: creating archive '/mnt/pve/aspa-sds2/dump/vzdump-qemu-105-2015_03_07-18_30_09.vma.lzo'
105: Mar 07 18:30:10 INFO: starting kvm to execute backup task
105: Mar 07 18:30:10 INFO: started backup task '0633cc5e-791c-4df1-8e32-116b9b350166'
105: Mar 07 18:30:13 INFO: status: 0% (35323904/34359738368), sparse 0% (18206720), duration 3, 11/5 MB/s
105: Mar 07 18:30:40 INFO: status: 1% (353435648/34359738368), sparse 0% (305528832), duration 30, 11/1 MB/s
105: Mar 07 18:31:09 INFO: status: 2% (693108736/34359738368), sparse 1% (595189760), duration 59, 11/1 MB/s
105: Mar 07 18:31:47 INFO: status: 3% (1037565952/34359738368), sparse 1% (616513536), duration 97, 9/8 MB/s
105: Mar 07 18:32:36 INFO: status: 4% (1379598336/34359738368), sparse 1% (617504768), duration 146, 6/6 MB/s
...
105: Mar 07 19:22:19 INFO: status: 95% (32642826240/34359738368), sparse 73% (25304965120), duration 3129, 11/0 MB/s
105: Mar 07 19:22:49 INFO: status: 96% (32996261888/34359738368), sparse 74% (25658400768), duration 3159, 11/0 MB/s
105: Mar 07 19:23:18 INFO: status: 97% (33337769984/34359738368), sparse 75% (25999908864), duration 3188, 11/0 MB/s
105: Mar 07 19:23:48 INFO: status: 98% (33679474688/34359738368), sparse 76% (26341613568), duration 3218, 11/0 MB/s
105: Mar 07 19:24:17 INFO: status: 99% (34020982784/34359738368), sparse 77% (26683121664), duration 3247, 11/0 MB/s
105: Mar 07 19:24:46 INFO: status: 100% (34359738368/34359738368), sparse 78% (27021873152), duration 3276, 11/0 MB/s
105: Mar 07 19:24:46 INFO: transferred 34359 MB in 3276 seconds (10 MB/s)
105: Mar 07 19:24:46 INFO: stopping kvm after backup task
105: Mar 07 19:24:47 INFO: archive file size: 3.99GB
105: Mar 07 19:24:47 INFO: Finished Backup of VM 105 (00:54:38)
What can I do to speed everything up on the NFS?