[libvirt] [PATCH] virsh: Fix a problem of buildPoolXML

Eric Blake eblake at redhat.com
Thu Jun 30 13:34:35 UTC 2011


On 06/30/2011 03:23 AM, Osier Yang wrote:
> It doesn't generate "<name>" and "<format>" nodes for "<source>"
> even if they are explictly specified. This patch fixes it.

s/explictly/explicitly/

> ---
>  tools/virsh.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/tools/virsh.c b/tools/virsh.c
> index d15d206..e82ddae 100644
> --- a/tools/virsh.c
> +++ b/tools/virsh.c
> @@ -6372,7 +6372,7 @@ static int buildPoolXML(const vshCmd *cmd, const char **retname, char **xml) {
>  
>      virBufferAsprintf(&buf, "<pool type='%s'>\n", type);
>      virBufferAsprintf(&buf, "  <name>%s</name>\n", name);
> -    if (srcHost || srcPath || srcDev) {
> +    if (srcHost || srcPath || srcDev || srcFormat || srcName) {

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

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


More information about the libvir-list mailing list