Displaying 4 results from an estimated 4 matches for "domain__conf_8c_sourc".
Did you mean:
domain__conf_8c_source
2016 Apr 18
2
Create multiple domains from single saved domain state (is UUID/name fixed?)
...he
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 name can be changed, but I'm guessing I would
have to change the UUID too. Does anyone...
2016 Apr 19
2
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...; 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 name can be changed, but I'm guessing I wo...
2016 Apr 18
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...irsh 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 name can be changed, but I'm guessing I would
> have to cha...
2016 Apr 19
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...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 name can be c...