Re: [libvirt] [PATCH v3 0/5] vz: add migration support

2015-08-25 Thread Dmitry Guryanov
On 08/25/2015 12:04 PM, nshirokovs...@virtuozzo.com wrote: NOTE that minimal command to migrate vz domain is like next: virsh -c vz:///system migrate --direct 200 shiny0 --migrateuri vz+ssh://shiny0/system --live --persistent --compressed It seems there is something wrong with virsh

Re: [libvirt] [PATCH v3 0/5] vz: add migration support

2015-08-25 Thread Dmitry Guryanov
On 08/25/2015 04:56 PM, Dmitry Guryanov wrote: On 08/25/2015 12:04 PM, nshirokovs...@virtuozzo.com wrote: NOTE that minimal command to migrate vz domain is like next: virsh -c vz:///system migrate --direct 200 shiny0 --migrateuri vz+ssh://shiny0/system --live --persistent --compressed

[libvirt] [PATCH v3 0/5] vz: add migration support

2015-08-25 Thread nshirokovskiy
NOTE that minimal command to migrate vz domain is like next: virsh -c vz:///system migrate --direct 200 shiny0 --migrateuri vz+ssh://shiny0/system --live --persistent --compressed ==Difference from v1: 1. Patch is quite different. First patchset implements migration thru managed migration