[libvirt] [PATCH 0/5] esx: implement virConnectListAllStoragePools

Pino Toscano posted 5 patches 4 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20191113124611.12076-1-ptoscano@redhat.com
docs/news.xml                       |   9 ++
src/esx/esx_storage_backend_iscsi.c | 104 +++++++++++++--
src/esx/esx_storage_backend_vmfs.c  | 192 +++++++++++++++++++++++-----
src/esx/esx_storage_driver.c        |  68 ++++++++++
4 files changed, 332 insertions(+), 41 deletions(-)
[libvirt] [PATCH 0/5] esx: implement virConnectListAllStoragePools
Posted by Pino Toscano 4 years, 5 months ago
Make the virConnectListAllStoragePools API work for esx storage pools by
implementing the internal connectListAllStoragePools storage API.

Pino Toscano (5):
  esx: split datastoreToStoragePoolPtr helper
  esx: split datastorePoolType helper
  esx: split targetToStoragePool helper
  esx: implement connectListAllStoragePools
  docs: document virConnectListAllStoragePools in esx

 docs/news.xml                       |   9 ++
 src/esx/esx_storage_backend_iscsi.c | 104 +++++++++++++--
 src/esx/esx_storage_backend_vmfs.c  | 192 +++++++++++++++++++++++-----
 src/esx/esx_storage_driver.c        |  68 ++++++++++
 4 files changed, 332 insertions(+), 41 deletions(-)

-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 0/5] esx: implement virConnectListAllStoragePools
Posted by Pino Toscano 4 years, 5 months ago
On Wednesday, 13 November 2019 13:46:06 CET Pino Toscano wrote:
> Make the virConnectListAllStoragePools API work for esx storage pools by
> implementing the internal connectListAllStoragePools storage API.
> 
> Pino Toscano (5):
>   esx: split datastoreToStoragePoolPtr helper
>   esx: split datastorePoolType helper
>   esx: split targetToStoragePool helper
>   esx: implement connectListAllStoragePools
>   docs: document virConnectListAllStoragePools in esx
> 
>  docs/news.xml                       |   9 ++
>  src/esx/esx_storage_backend_iscsi.c | 104 +++++++++++++--
>  src/esx/esx_storage_backend_vmfs.c  | 192 +++++++++++++++++++++++-----
>  src/esx/esx_storage_driver.c        |  68 ++++++++++
>  4 files changed, 332 insertions(+), 41 deletions(-)

I added more esx-related changes, so I will submit a v2 of this series.

-- 
Pino Toscano--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list