[libvirt] [PATCH 2/2] virsh: Use inactive definition when removing disk from config

Peter Krempa pkrempa at redhat.com
Wed Jan 8 09:02:24 UTC 2014


On 01/07/14 18:47, Eric Blake wrote:
> On 01/07/2014 10:12 AM, Peter Krempa wrote:
>> https://bugzilla.redhat.com/show_bug.cgi?id=1049529
>>
>> The 'detach-disk' command in virsh used the active XML definition of a
>> domain even when attempting to remove a disk from the config only. If
>> the disk was only in the inactive definition the operation failed. Fix
>> this by using the inactive XML in case that only the config is affected.
>> ---
>>  tools/virsh-domain.c | 7 ++++++-
>>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> ACK.
> 
>>
>> -    if (!(doc = virDomainGetXMLDesc(dom, 0)))
>> +    if (flags == VIR_DOMAIN_AFFECT_CONFIG)
> 
> Might be a bit more robust as:
> (flags & (VIR_DOMAIN_AFFECT_LIVE | VIR_DOMAIN_AFFECT_CONFIG)) ==
> VIR_DOMAIN_AFFECT_CONFIG
> in case we have other flags set for other reasons; but right now we
> don't so this works.
> 

Thanks; Series pushed.

Peter

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140108/c538b882/attachment-0001.sig>


More information about the libvir-list mailing list