[libvirt] [PATCH v3 0/2] Couple of storage driver improvements

Michal Privoznik posted 2 patches 5 years, 1 month ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1552722341.git.mprivozn@redhat.com
src/storage/storage_backend_iscsi_direct.c | 26 ++++++++++++----------
src/storage/storage_driver.c               | 15 ++++++++-----
2 files changed, 24 insertions(+), 17 deletions(-)
[libvirt] [PATCH v3 0/2] Couple of storage driver improvements
Posted by Michal Privoznik 5 years, 1 month ago
v3 of:

https://www.redhat.com/archives/libvir-list/2019-March/msg00326.html

diff to v2:
- Patches acked in v2 are pushed now,
- Patch 1/2 is a resurrection of patch 1/6 from v1. As Pavel found out
  we can't use writesame(), so let's simplify write() at least.
- Patch 2/2 now checks for VSTORAGE too.

Michal Prívozník (2):
  storage_backend_iscsi_direct: Simplify vol zeroing
  storageVolWipePattern: Don't take shortcut to refreshPool()

 src/storage/storage_backend_iscsi_direct.c | 26 ++++++++++++----------
 src/storage/storage_driver.c               | 15 ++++++++-----
 2 files changed, 24 insertions(+), 17 deletions(-)

-- 
2.19.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v3 0/2] Couple of storage driver improvements
Posted by Pavel Hrdina 5 years, 1 month ago
On Sat, Mar 16, 2019 at 08:47:57AM +0100, Michal Privoznik wrote:
> v3 of:
> 
> https://www.redhat.com/archives/libvir-list/2019-March/msg00326.html
> 
> diff to v2:
> - Patches acked in v2 are pushed now,
> - Patch 1/2 is a resurrection of patch 1/6 from v1. As Pavel found out
>   we can't use writesame(), so let's simplify write() at least.
> - Patch 2/2 now checks for VSTORAGE too.
> 
> Michal Prívozník (2):
>   storage_backend_iscsi_direct: Simplify vol zeroing
>   storageVolWipePattern: Don't take shortcut to refreshPool()

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list