[libvirt] [PATCH] esx: Fix a bug in the XML code for storage pools

Eric Blake eblake at redhat.com
Wed Jul 16 21:59:43 UTC 2014


On 07/16/2014 03:50 PM, Geoff Hickey wrote:
> For ESX, the code that builds XML descriptions for attached storage pools was
> not setting the host count to anything when it returned a host name.
> ---
>  src/esx/esx_storage_backend_vmfs.c | 1 +
>  1 file changed, 1 insertion(+)

ACK; will push shortly.

> 
> diff --git a/src/esx/esx_storage_backend_vmfs.c b/src/esx/esx_storage_backend_vmfs.c
> index 6bed3ce..cf0da84 100644
> --- a/src/esx/esx_storage_backend_vmfs.c
> +++ b/src/esx/esx_storage_backend_vmfs.c
> @@ -488,6 +488,7 @@ esxStoragePoolGetXMLDesc(virStoragePoolPtr pool, unsigned int flags)
>          if (VIR_ALLOC_N(def.source.hosts, 1) < 0)
>              goto cleanup;
>          def.type = VIR_STORAGE_POOL_NETFS;
> +        def.source.nhost = 1;
>          def.source.hosts[0].name = nasInfo->nas->remoteHost;
>          def.source.dir = nasInfo->nas->remotePath;
>  
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

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


More information about the libvir-list mailing list