Hi, currently i have problem about migration & move (LXC, VM) from node to other node is a really bad speed.
My physical server is DELL R630 with Raid10 (H730mini) and Harddisk is DELL SAS SSD 1.9TB x 6Drive ( Each drive speed is 1.2Gb read / 800Mb write)
I think raid10 with 6 Drives should have speed read/write not less than 2GB/sec.
My Server also attach NIC 10GBit Card from Intel. (SFP) which speed shouldn't less than 1GByte/sec (private network separate from public network )
I already check my Fiber network between node with iPerf. The result is 980 MByte - 1,150 Mbyte (average 10Gbit/sec)
BUT !!!
When i migrate LXC from node to other node with has same hardware. It take time too long (Size about 32GB it's take about 40 minute )
I check proxmox network graph is max at 250-300MB only. Why? and How i can tune or config to get a better performance.
Here when i check with pveperf
	
	
	
		
When i check with dd if
	
	
	
		
I also check datacenter.cfg
	
	
	
		
Any suggestion? Please
				
			My physical server is DELL R630 with Raid10 (H730mini) and Harddisk is DELL SAS SSD 1.9TB x 6Drive ( Each drive speed is 1.2Gb read / 800Mb write)
I think raid10 with 6 Drives should have speed read/write not less than 2GB/sec.
My Server also attach NIC 10GBit Card from Intel. (SFP) which speed shouldn't less than 1GByte/sec (private network separate from public network )
I already check my Fiber network between node with iPerf. The result is 980 MByte - 1,150 Mbyte (average 10Gbit/sec)
BUT !!!
When i migrate LXC from node to other node with has same hardware. It take time too long (Size about 32GB it's take about 40 minute )
I check proxmox network graph is max at 250-300MB only. Why? and How i can tune or config to get a better performance.
Here when i check with pveperf
		Code:
	
	root@r02:~# pveperf
CPU BOGOMIPS:      211246.80
REGEX/SECOND:      2892091
HD SIZE:           93.99 GB (/dev/mapper/pve-root)
BUFFERED READS:    1229.87 MB/sec
AVERAGE SEEK TIME: 0.12 ms
FSYNCS/SECOND:     4530.97
DNS EXT:           193.08 ms
DNS INT:           28.77 ms (local)When i check with dd if
		Code:
	
	root@r02:~# dd if=/dev/zero of=/tmp/test.img bs=1G count=1 oflag=dsync
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.97299 s, 544 MB/s
root@r02:~# dd if=/dev/zero of=/tmp/test.img bs=1G count=1 oflag=dsync
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.54228 s, 696 MB/s
root@r02:~#I also check datacenter.cfg
		Code:
	
	root@r02:~# cat /etc/pve/datacenter.cfg
keyboard: en-us
migration_unsecure: 1Any suggestion? Please
 
	 
	 
 
		
