[PATCH 0/5] storage: Implement 'checkPool' for 'disk' pools and various fixes

Peter Krempa posted 5 patches 2 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1642679117.git.pkrempa@redhat.com
src/conf/virstorageobj.c           | 23 ++++----------
src/storage/storage_backend_disk.c | 27 ++++++++++++++++
src/storage/storage_driver.c       | 51 ++++++++++++++++--------------
3 files changed, 61 insertions(+), 40 deletions(-)
[PATCH 0/5] storage: Implement 'checkPool' for 'disk' pools and various fixes
Posted by Peter Krempa 2 years, 2 months ago
Peter Krempa (5):
  storage: Add debug logs for storage pool config loading
  virStoragePoolObjLoadAllConfigs: Use automatic memory clearing
  storageDriverAutostartCallback: Refactor control flow
  virStoragePoolObjSourceFindDuplicateCb: Fix handling of
    VIR_STORAGE_POOL_ISCSI_DIRECT
  storage: Implement 'checkPool' method for 'disk' type pools

 src/conf/virstorageobj.c           | 23 ++++----------
 src/storage/storage_backend_disk.c | 27 ++++++++++++++++
 src/storage/storage_driver.c       | 51 ++++++++++++++++--------------
 3 files changed, 61 insertions(+), 40 deletions(-)

-- 
2.34.1

Re: [PATCH 0/5] storage: Implement 'checkPool' for 'disk' pools and various fixes
Posted by Ján Tomko 2 years, 2 months ago
On a Thursday in 2022, Peter Krempa wrote:
>Peter Krempa (5):
>  storage: Add debug logs for storage pool config loading
>  virStoragePoolObjLoadAllConfigs: Use automatic memory clearing
>  storageDriverAutostartCallback: Refactor control flow
>  virStoragePoolObjSourceFindDuplicateCb: Fix handling of
>    VIR_STORAGE_POOL_ISCSI_DIRECT
>  storage: Implement 'checkPool' method for 'disk' type pools
>
> src/conf/virstorageobj.c           | 23 ++++----------
> src/storage/storage_backend_disk.c | 27 ++++++++++++++++
> src/storage/storage_driver.c       | 51 ++++++++++++++++--------------
> 3 files changed, 61 insertions(+), 40 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano