Displaying 4 results from an estimated 4 matches for "l17991".
2016 Apr 18
2
Create multiple domains from single saved domain state (is UUID/name fixed?)
...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 see how that...
2016 Apr 19
2
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...e 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
>>...
2016 Apr 18
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...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...
2016 Apr 19
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...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...