Displaying 4 results from an estimated 4 matches for "virdomainsnapshotredefineprep".
2016 Apr 18
2
Create multiple domains from single saved domain state (is UUID/name fixed?)
...ved.
Nor do I seem able to rename a domain 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 l...
2016 Apr 19
2
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...g.
>>
>> 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...
2016 Apr 18
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...a domain 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 change...
2016 Apr 19
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...sly 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...