Hi
Pasting the very same here since this also applies to v.2.
-----
Can anyone tell me how to change the default cipher blowfish to arcfour when doing migrations of VM's? By replacing the cipher we would be able to migrate servers alot faster.
I have found that changing the setting in /usr/bin/qmigrate from blowfish to arcfour drastically speed up the migration of live VM's on shared storager. But for some reason when doing a offline migration of a VM that is stored locally on one host to another host (storage migration) this setting is override by something else cause then it still uses blowfish and not arcfour and the transfer is so much slower that what it has to be. If we could change this setting I'm quite sure that we can do the storage migration in at least half the time maybe even one third of the time (assuming 1Gbit network ofcourse).
-----
Still when migrating in version 2 the ssh connection uses cipher blowfish. Can we change this to arcfour instead which would speed things up a bit. Or even better, somehow utilize the rsync deamon and do native rsync without ssh between cluster nodes. That would be optimal for storage migrations.
task UPIDm01:00001182:00041E95:4EC6E34D:qmigrate:100:root@pam:
root 4502 31.9 0.0 11352 1280 ? R Nov18 1:51 /usr/bin/rsync --progress --sparse --whole-file /var/lib/vz/images/100/vm-100-disk-1.raw root@192.168.10.22:/var/lib/vz/images/100/vm-100-disk-1.raw
root 4503 95.8 0.0 38656 3000 ? R Nov18 5:33 /usr/bin/ssh -c blowfish -o BatchMode=yes -l root 192.168.10.22 rsync --server -vWSe.Lsf . /var/lib/vz/images/100/vm-100-disk-1.raw
Would also be nice if we could move/migrate a VM storage from local to NFS or ISCSI directly from the gui...
Pasting the very same here since this also applies to v.2.
-----
Can anyone tell me how to change the default cipher blowfish to arcfour when doing migrations of VM's? By replacing the cipher we would be able to migrate servers alot faster.
I have found that changing the setting in /usr/bin/qmigrate from blowfish to arcfour drastically speed up the migration of live VM's on shared storager. But for some reason when doing a offline migration of a VM that is stored locally on one host to another host (storage migration) this setting is override by something else cause then it still uses blowfish and not arcfour and the transfer is so much slower that what it has to be. If we could change this setting I'm quite sure that we can do the storage migration in at least half the time maybe even one third of the time (assuming 1Gbit network ofcourse).
-----
Still when migrating in version 2 the ssh connection uses cipher blowfish. Can we change this to arcfour instead which would speed things up a bit. Or even better, somehow utilize the rsync deamon and do native rsync without ssh between cluster nodes. That would be optimal for storage migrations.
task UPIDm01:00001182:00041E95:4EC6E34D:qmigrate:100:root@pam:
root 4502 31.9 0.0 11352 1280 ? R Nov18 1:51 /usr/bin/rsync --progress --sparse --whole-file /var/lib/vz/images/100/vm-100-disk-1.raw root@192.168.10.22:/var/lib/vz/images/100/vm-100-disk-1.raw
root 4503 95.8 0.0 38656 3000 ? R Nov18 5:33 /usr/bin/ssh -c blowfish -o BatchMode=yes -l root 192.168.10.22 rsync --server -vWSe.Lsf . /var/lib/vz/images/100/vm-100-disk-1.raw
Would also be nice if we could move/migrate a VM storage from local to NFS or ISCSI directly from the gui...