OpenVZ Forum


Home » General » Support » vzmigrate without ssh or any encription
vzmigrate without ssh or any encription [message #43870] Tue, 25 October 2011 15:13 Go to next message
knutov is currently offline  knutov
Messages: 79
Registered: December 2005
Location: Perm, Russia
Member
Is it possible vzmigrate without encryption via ssh or any other encryption? ssh slows down the speed. I want fast migration inside our trusted network.
Re: vzmigrate without ssh or any encription [message #43940 is a reply to message #43870] Tue, 01 November 2011 20:25 Go to previous messageGo to next message
coolcold is currently offline  coolcold
Messages: 11
Registered: May 2007
Location: Moscow, Russia
Junior Member
Yes, it is possible(you just to need patch the transport part yourself).

[Updated on: Tue, 01 November 2011 20:26]

Report message to a moderator

Re: vzmigrate without ssh or any encription [message #43941 is a reply to message #43870] Tue, 01 November 2011 20:29 Go to previous message
coolcold is currently offline  coolcold
Messages: 11
Registered: May 2007
Location: Moscow, Russia
Junior Member
Regarding speed limits you met, i've just made experiment based on 15 minut googling and testing:
coolcold@db01:/data/mysql$ scp -o MACs=hmac-md5-96 -o Ciphers=arcfour /data/testfile.bin db03:/dev/null
testfile.bin                             100% 1516MB 116.7MB/s   00:13

cpu usage was ~80% of Intel(R) Xeon(R) CPU E5645 @ 2.40GHz
So, internal gigabit link used at full speed with a bit of extra capacity.

Auto applying settings for connection:
coolcold@db01:~$ cat /home/coolcold/.ssh/config ;echo "----- || -----"
#MACs=hmac-md5-96 -o Ciphers=arcfour
Host=db03
ForwardAgent=yes
MACs=hmac-md5-96
Ciphers=arcfour
Hostname=db03
#Compression=no
----- || -----

[Updated on: Wed, 02 November 2011 20:55]

Report message to a moderator

Previous Topic: Getting dcachesize leak? issues
Next Topic: Moving centos 5 installation to an openvz container
Goto Forum:
  


Current Time: Fri Mar 29 11:44:05 GMT 2024

Total time taken to generate the page: 0.01832 seconds