[libvirt] [PATCH] virsh: Do not ignore the specified flags for cmdSaveImageDefine

Osier Yang jyang at redhat.com
Thu Sep 22 12:25:37 UTC 2011


于 2011年09月22日 20:19, Eric Blake 写道:
> On 09/22/2011 06:40 AM, Osier Yang wrote:
>> ---
>> tools/virsh.c | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/tools/virsh.c b/tools/virsh.c
>> index 4b9e662..02db278 100644
>> --- a/tools/virsh.c
>> +++ b/tools/virsh.c
>> @@ -2346,7 +2346,7 @@ cmdSaveImageDefine(vshControl *ctl, const 
>> vshCmd *cmd)
>> if (virFileReadAll(xmlfile, 8192,&xml)< 0)
>> goto cleanup;
>>
>> - if (virDomainSaveImageDefineXML(ctl->conn, file, xml, 0)< 0) {
>> + if (virDomainSaveImageDefineXML(ctl->conn, file, xml, flags)< 0) {
>
> ACK. I'd also add to the commit message, to mention that the bug was 
> introduced in commit 42c52d53c
>

Pushed with commit message added. Thanks

Osier




More information about the libvir-list mailing list