Displaying 4 results from an estimated 4 matches for "dom_xml".
2014 Feb 12
2
Re: Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
...emu+tcp://compute-0/system'
muri = u'tcp://compute-0'
flaglist = ['VIR_MIGRATE_UNDEFINE_SOURCE', 'VIR_MIGRATE_PEER2PEER', 'VIR_MIGRATE_LIVE']
logical_sum = 19, (logical OR of flaglist)
CONF.live_migration_bandwidth = 0
Grabbing original XML prior to migration:
dom_xml = etree.fromstring(dom.XMLDesc(0))
xml_str = etree.tostring(dom_xml)
xml_str (BEFORE) =
<domain type="qemu" id="2">
<name>instance-00000006</name>
<uuid>2e13869b-edc0-40dc-92e3-1f2ffde60cce</uuid>
<dpdk>
<process type="secon...
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
2010 Mar 12
1
Problem with libvirt migration
...0.960: debug : virEventUpdateHandleImpl:146 : Update handle w=12 e=3
The logs on vm2 (destination host) are:
08:19:29.566: debug : virDomainMigratePrepare2:3233 : dconn=0x2096d50, cookie=0x7ff72bf59dc0, cookielen=0x7ff72bf59dcc, uri_in=(null), uri_out=0x20839f0,flags=1, dname=(null), bandwidth=0, dom_xml=<domain type='kvm' id='1'>
<name>base32</name>
<uuid>2469118c-9b90-44e3-a6ce-01a08bfe28f5</uuid>
<memory>262144</memory>
<currentMemory>262144</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch=...
2010 Dec 31
1
livemigrate problems
...andleImpl:145 : Update handle w=9 e=1
17:07:54.834: debug : virEventInterruptLocked:635 : Skip interrupt, 1 -793020736
17:07:54.834: debug : virDomainMigratePrepare2:3071 : dconn=0xe60c3a0, cookie=0x423eaeb8, cookielen=0x423eaec4, uri_in=(null), uri_out=0xe5d8390,flags=1, dname=(null), bandwidth=0, dom_xml=<domain type='kvm' id='1'>
<name>one-66</name>
<uuid>0a875611-81ce-a47c-b8ba-cad50a3a1a9f</uuid>
<memory>262144</memory>
<currentMemory>262144</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch=...