search for: virdomaindefcheckabistability

Displaying 7 results from an estimated 7 matches for "virdomaindefcheckabistability".

2014 Feb 11
0
Re: Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
...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 seeing is that the serial console checking in > libvirt/src/conf/domain_conf.c::virDomainDefCheckABIStability() is failing > even though we haven't touched the serial console XML: > > 2014-02-10 19:41:07.196 1264 ERROR nova.virt.libvirt.driver [-] [instance: > 42a841a8-034f-4565-937e-adb396a2ec48] Live Migration failure: unsupported > configuration: Target domain console count 1 does no...
2014 Feb 10
2
Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
...djustment 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 seeing is that the serial console checking in libvirt/src/conf/domain_conf.c::virDomainDefCheckABIStability() is failing even though we haven't touched the serial console XML: 2014-02-10 19:41:07.196 1264 ERROR nova.virt.libvirt.driver [-] [instance: 42a841a8-034f-4565-937e-adb396a2ec48] Live Migration failure: unsupported configuration: Target domain console count 1 does not match source 0 On...
2014 Feb 12
2
Re: Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
...d 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 seeing is that the serial console checking in >> libvirt/src/conf/domain_conf.c::virDomainDefCheckABIStability() is failing >> even though we haven't touched the serial console XML: > I think we will have to see the XML your passing before and after edit to > figure out what's going wrong. Also, showing all the arguments you are > invoking the migration APIs with. Okay, this is goi...
2016 Apr 18
2
Create multiple domains from single saved domain state (is UUID/name fixed?)
...in while it is running. I can obviously duplicate both the disks and the file to which I saved the domain state using "virsh save". But I seem unable to rename before I restore.. Any ideas? Could I do this with snapshots? I suspect not since I see virDomainSnapshotRedefinePrep() calling virDomainDefCheckABIStability which raises the error here: https://fossies.org/dox/libvirt-1.3.3/domain__conf_8c_source.html#l17991 Out of curiosity does anyone know what horrors might befall me if I were to remove the lines protecting against name and UUID changes? Then compile my own libvirt... The comment in the code says n...
2016 Apr 19
2
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...th the disks and the file to which I saved the >> domain state using "virsh save". >> But I seem unable to rename before I restore.. Any ideas? >> >> Could I do this with snapshots? I suspect not since I see >> virDomainSnapshotRedefinePrep() calling >> virDomainDefCheckABIStability which raises the error here: >> https://fossies.org/dox/libvirt-1.3.3/domain__conf_8c_source.html#l17991 >> >> Out of curiosity does anyone know what horrors might befall me if I were >> to remove the lines protecting against name and UUID changes? Then compile >> my o...
2016 Apr 18
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...n obviously duplicate both the disks and the file to which I saved the > domain state using "virsh save". > But I seem unable to rename before I restore.. Any ideas? > > Could I do this with snapshots? I suspect not since I see > virDomainSnapshotRedefinePrep() calling > virDomainDefCheckABIStability which raises the error here: > https://fossies.org/dox/libvirt-1.3.3/domain__conf_8c_source.html#l17991 > > Out of curiosity does anyone know what horrors might befall me if I were > to remove the lines protecting against name and UUID changes? Then compile > my own libvirt... > T...
2016 Apr 19
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...saved >>> the >>> domain state using "virsh save". >>> But I seem unable to rename before I restore.. Any ideas? >>> >>> Could I do this with snapshots? I suspect not since I see >>> virDomainSnapshotRedefinePrep() calling >>> virDomainDefCheckABIStability which raises the error here: >>> https://fossies.org/dox/libvirt-1.3.3/domain__conf_8c_source.html#l17991 >>> >>> Out of curiosity does anyone know what horrors might befall me if I were >>> to remove the lines protecting against name and UUID changes? Then >&...