Displaying 7 results from an estimated 7 matches for "vir_migrate_persist_dest".
2011 May 24
0
Xen and live migration with VIR_MIGRATE_PERSIST_DEST
...rt-manager.
# virsh version
Compiled against library: libvir 0.8.3
Using library: libvir 0.8.3
Using API: Xen 3.0.1
Running hypervisor: Xen 3.2.0
The goal is to have the migration done in only one call, including a
definition in the remote xend and undefinition from the source, which
requires the VIR_MIGRATE_PERSIST_DEST and VIR_MIGRATE_UNDEFINE_SOURCE flags.
Here's the code doing the migration:
----------
flags = (libvirt.VIR_MIGRATE_LIVE ^
libvirt.VIR_MIGRATE_PERSIST_DEST ^
libvirt.VIR_MIGRATE_UNDEFINE_SOURCE)
uri = 'xenmigr://remote.host.com:8002'
domain_obj.migrate(con_handle, flag...
2015 Aug 31
3
about guest live migration configuration changes persistence ..
Hi,
Is a change , by edit it via virsh edit , in the "local" .xml configuration file (i.e. adding a channel device) persistent when
live migrating the guest on another host ?
Thx.
J.P. Ribeauville
P: +33.(0).1.47.17.27.87
Puteaux 3 Etage 5 Bureau 4
jpribeauville@axway.com<mailto:jpribeauville@axway.com>
http://www.axway.com<http://www.axway.com/>
P Pensez à
2015 Sep 02
0
Re: about guest live migration configuration changes persistence ..
...ot;local" .xml configuration file (i.e. adding a channel device) persistent when
> live migrating the guest on another host ?
Yes. Since the 0.9.7 release, the configuration XML is transferred to
the other side too. However, by default, migrated domains are just
transient (unless you pass VIR_MIGRATE_PERSIST_DEST flag, or virsh
migrate --persistent ..) so the configuration XML doesn't have much
effect in that case.
Michal
2012 Apr 25
1
Regarding persistence of VM's after live migration (virDomainMigrateToURI() problem)
Hello
I am working with 3 host machines each running xen with shared NFS storage.
I am working on automatic load balancing if one host is over utilized and
another is under utilized by measuring the utilization from xentop. I am
facing a problem after migration of VM. I am setting the flags ( 1| 8| 16)
in order to do live migration, persist VM on destination, undefine host
from source. After
2014 Nov 28
0
python migrateSetMaxSpeed not taking effect
...system')
domain_obj = conn.lookupByName(domain)
dst='qemu+ssh://root@%s/system' % args.remote
domain_obj.migrateSetMaxSpeed(40,0)
new_dom = domain_obj.migrateToURI(dst,libvirt.VIR_MIGRATE_LIVE |
libvirt.VIR_MIGRATE_PEER2PEER | libvirt.VIR_MIGRATE_NON_SHARED_INC |
libvirt.VIR_MIGRATE_PERSIST_DEST | libvirt.VIR_MIGRATE_UNDEFINE_SOURCE,
None, 0)
conn.close()
Also tried to specify bandwidth at migrateToUri- I still get 10 mib/s at
any value...
Thanks in advance!
2015 Sep 03
2
Re: about guest live migration configuration changes persistence ..
...t;local" .xml
> configuration file (i.e. adding a channel device) persistent when live migrating the guest on another host ?
Yes. Since the 0.9.7 release, the configuration XML is transferred to the other side too. However, by default, migrated domains are just transient (unless you pass VIR_MIGRATE_PERSIST_DEST flag, or virsh migrate --persistent ..) so the configuration XML doesn't have much effect in that case.
Michal
2011 Jul 18
1
cannot perform tunnelled migration without using peer2peer flag
Dear All
I try to migration a kvm guest os to another host failed
server: ubuntu 11.04 server
virsh:migrate --live --tunnelled vm1 qemu+ssh://192.168.10.3/system
error:Requested operation is not valid:cannot perform
tunnelled migration without using peer2peer flag