Displaying 8 results from an estimated 8 matches for "migratetouri".
Did you mean:
migratetouri2
2012 Apr 25
1
Regarding persistence of VM's after live migration (virDomainMigrateToURI() problem)
...ing 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 migration if I shut off the migrated VM on destination
host it does not persist. I am using the migrateToURI() API for migration.
Please help how to make VM persist on destination.
Thank you,
Tasvinder Singh
--
--
"To Iterate is Human, To Recurse is Divine"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-us...
2014 Nov 28
0
python migrateSetMaxSpeed not taking effect
...0), I end up with 10
Mib/s migration speed. The code is:
def virt_migrate(domain):
conn = libvirt.open('qemu:///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 adv...
2014 Feb 10
2
Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
Hi,
We've run into a problem with libvirt 1.1.2 and are looking for some
comments on whether this is a bug or design intent.
We're trying to use migrateToURI() but we're using a few things
(numatune, vcpu mask, etc.) that may need adjustment during the
migration. We found that migrateToURI2() mostly works if we use XML
created by copying the domain XML from the running instance and
modifying the appropriate sections.
The problem that we're...
2011 Feb 14
1
Use libvirt-python to attach cdrom
Hi all,
I want to attach cdrom by libvirt.py .But can't find a func in
libvirt.py can finish this work.
Who can help me ?
Regard
--
Seven Ling
E-mail: jiejie.ling at qq.com
2014 Feb 11
0
Re: Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
On 02/10/2014 06:46 PM, Chris Friesen wrote:
> Hi,
>
> We've run into a problem with libvirt 1.1.2 and are looking for some comments
> on whether this is a bug or design intent.
>
> We're trying to use migrateToURI() but we're using a few things (numatune,
> vcpu mask, etc.) that may need adjustment during the migration. We found that
> migrateToURI2() mostly works if we use XML created by copying the domain XML
> from the running instance and modifying the appropriate sections.
>
> The p...
2014 Mar 06
0
Migration failure after libvirt upgradation
Team,
I'm trying to migrate a domain offline(shutdown mode) using libvirt-python
API 'migrateToURI' but it gives me an error :
libvirt: QEMU Driver error : Requested operation is not valid: domain is
not running
When I tried the same API for live migration(running and suspend mode), it
gives me an error:
libvirt: QEMU Driver error : Unsafe migration: Migration may lead to data
corruption...
2014 Feb 12
2
Re: Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
...02/11/2014 04:45 PM, Cole Robinson wrote:
> On 02/10/2014 06:46 PM, Chris Friesen wrote:
>> Hi,
>>
>> We've run into a problem with libvirt 1.1.2 and are looking for some comments
>> on whether this is a bug or design intent.
>>
>> We're trying to use migrateToURI() but we're using a few things (numatune,
>> vcpu mask, etc.) that may need adjustment during the migration. We found that
>> migrateToURI2() mostly works if we use XML created by copying the domain XML
>> from the running instance and modifying the appropriate sections.
>...
2013 Jul 01
3
nova-compute, libvirt and authentication
Hello
I have a question about live migration when libvirt requires sasl
authentication. I have managed to configure remote access for user nova
with sasl enabled (credentials stored in auth.conf -
https://review.openstack.org/#/c/12706/). It looks like live migration do
not use these credentials at all. What is more it thinks that sasl is not
not configured:
2013-07-01 09:49:09.317+0000: 17997: