NAS VM, to local dump HDD
clone of NAS VM on dump drive, backup back to NAS
Copy of a ISO on NAS to local dump
82.11 MB/sec
I don't know what to do here..
The NAS is TrueNAS beta2.1, with a NFS4 share, 2 vdev mirror, (raid10 basically) with sync disabled, and record size 128k.
/etc/pve/storage.conf
mount
Code:
INFO: starting new backup job: vzdump 101 --storage dump --mode snapshot --remove 0 --node masamune --compress zstd
INFO: Starting Backup of VM 101 (qemu)
INFO: Backup started at 2020-09-16 12:23:18
INFO: status = running
INFO: VM Name: Kotetsu
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating vzdump archive '/mnt/dump/vzdump/dump/vzdump-qemu-101-2020_09_16-12_23_18.vma.zst'
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
INFO: started backup task '653c1b60-e474-4f45-9e63-918aee60a4a2'
INFO: resuming VM again
INFO: 0% (308.1 MiB of 32.0 GiB) in 3s, read: 102.7 MiB/s, write: 78.9 MiB/s
INFO: 1% (426.4 MiB of 32.0 GiB) in 6s, read: 39.4 MiB/s, write: 38.3 MiB/s
INFO: 2% (668.5 MiB of 32.0 GiB) in 12s, read: 40.3 MiB/s, write: 39.0 MiB/s
INFO: 3% (1000.5 MiB of 32.0 GiB) in 20s, read: 41.5 MiB/s, write: 39.4 MiB/s
[...]
INFO: 98% (31.4 GiB of 32.0 GiB) in 12m 23s, read: 42.0 MiB/s, write: 40.0 MiB/s
INFO: 99% (31.7 GiB of 32.0 GiB) in 12m 32s, read: 37.2 MiB/s, write: 36.3 MiB/s
INFO: 100% (32.0 GiB of 32.0 GiB) in 12m 39s, read: 41.7 MiB/s, write: 41.3 MiB/s
INFO: backup is sparse: 8.29 GiB (25%) total zero data
INFO: transferred 32.00 GiB in 759 seconds (43.2 MiB/s)
INFO: archive file size: 10.58GB
INFO: Finished Backup of VM 101 (00:12:46)
INFO: Backup finished at 2020-09-16 12:36:04
INFO: Backup job finished successfully
TASK OK
clone of NAS VM on dump drive, backup back to NAS
Code:
INFO: starting new backup job: vzdump 9999 --remove 0 --compress zstd --node masamune --storage NAS_Daily_Backup --mode snapshot
INFO: Starting Backup of VM 9999 (qemu)
INFO: Backup started at 2020-09-16 12:17:49
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: test
INFO: include disk 'virtio0' 'dump:9999/vm-9999-disk-0.qcow2' 32G
INFO: creating vzdump archive '/mnt/pve/NAS_Daily_Backup/dump/vzdump-qemu-9999-2020_09_16-12_17_49.vma.zst'
INFO: starting kvm to execute backup task
audio: Could not init `spice' audio driver
audio: warning: Using timer based audio emulation
INFO: started backup task '92fe89de-c9c1-4c58-a15f-d0d32e09b82e'
INFO: 0% (302.4 MiB of 32.0 GiB) in 3s, read: 100.8 MiB/s, write: 77.1 MiB/s
INFO: 1% (612.6 MiB of 32.0 GiB) in 6s, read: 103.4 MiB/s, write: 99.9 MiB/s
INFO: 2% (929.6 MiB of 32.0 GiB) in 9s, read: 105.7 MiB/s, write: 100.4 MiB/s
INFO: 3% (1.2 GiB of 32.0 GiB) in 12s, read: 107.0 MiB/s, write: 101.2 MiB/s
[...]
INFO: 98% (31.4 GiB of 32.0 GiB) in 4m 48s, read: 104.7 MiB/s, write: 99.4 MiB/s
INFO: 99% (31.7 GiB of 32.0 GiB) in 4m 51s, read: 105.5 MiB/s, write: 103.0 MiB/s
INFO: 100% (32.0 GiB of 32.0 GiB) in 4m 54s, read: 103.2 MiB/s, write: 100.5 MiB/s
INFO: backup is sparse: 8.31 GiB (25%) total zero data
INFO: transferred 32.00 GiB in 294 seconds (111.5 MiB/s)
INFO: stopping kvm after backup task
INFO: archive file size: 10.58GB
INFO: Finished Backup of VM 9999 (00:05:03)
INFO: Backup finished at 2020-09-16 12:22:52
INFO: Backup job finished successfully
TASK OK
Copy of a ISO on NAS to local dump
Code:
root@monado:/mnt/dump# time cp /mnt/pve/NAS/template/iso/windows_10_1909_x86_64.iso /mnt/dump/
real 0m52.035s
user 0m0.095s
sys 0m8.238s
root@monado:/mnt/dump# ls -la /mnt/pve/NAS/template/iso/ |grep windows_10
-rwxrwx--x 1 proxmox proxmox 4269735936 Aug 19 07:14 windows_10_1909_x86_64.iso
I don't know what to do here..
The NAS is TrueNAS beta2.1, with a NFS4 share, 2 vdev mirror, (raid10 basically) with sync disabled, and record size 128k.
/etc/pve/storage.conf
Code:
nfs: NAS
export /mnt/DATA/proxmox
path /mnt/pve/NAS
server 192.168.1.11
content iso,images
options noatime,nodiratime,async,vers=4
Code:
192.168.1.11:/mnt/DATA/proxmox on /mnt/pve/NAS type nfs4 (rw,noatime,nodiratime,vers=4.0,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.13,local_lock=none,addr=192.168.1.11)