[PVE-User] Live migration speedup

2013-11-02 Thread Laurent CARON

Hi,

I remember seeing a post about speeding up live migration by disabling 
SSH cipher for people using a private link between host (which is my case).


My google-fu seems not so good and doesn't lead to anything good.

Can you please point me in the right direction ?

My goal is basically to speedup live migration by disabling encryption 
for live migration since I'm using a private link.


Thanks

Laurent
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] Live migration speedup

2013-11-02 Thread Lex Rivera
Not sure about completely disabling encryption, but that's now i use
less cpu-hungry ciphers for local network:
in $HOME/.ssh/config:
Host 10.* 172.* 192.168.*
Ciphers blowfish-cbc

On Sat, Nov 2, 2013, at 05:48 AM, Laurent CARON wrote:
 Hi,
 
 I remember seeing a post about speeding up live migration by disabling 
 SSH cipher for people using a private link between host (which is my
 case).
 
 My google-fu seems not so good and doesn't lead to anything good.
 
 Can you please point me in the right direction ?
 
 My goal is basically to speedup live migration by disabling encryption 
 for live migration since I'm using a private link.
 
 Thanks
 
 Laurent
 ___
 pve-user mailing list
 pve-user@pve.proxmox.com
 http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] Live migration speedup

2013-11-02 Thread Laurent CARON

On 02/11/2013 18:26, Lex Rivera wrote:

Not sure about completely disabling encryption, but that's now i use
less cpu-hungry ciphers for local network:
in $HOME/.ssh/config:
Host 10.* 172.* 192.168.*
Ciphers blowfish-cbc


Just found it:

- pve-cluster (3.0-5)

add migration_unsecure param to datacenter.cfg

Add the following line to /etc/pve/datacenter.cfg

migration_unsecure: 1

from: http://188.165.151.221/threads/15433-Proxmox-VE-3-1-beta-%28pvetest%29

___
pve-user mailing list
pve-user@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user