[libvirt] [PATCH 0/1] WIP: try to implement volume rename

Vasiliy Tolstov posted 1 patch 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180126184201.11058-1-v.tolstov@selfip.ru
include/libvirt/libvirt-storage.h      |  3 ++
m4/virt-storage-lvm.m4                 |  3 ++
src/libvirt-storage.c                  | 39 +++++++++++++++++++++
src/libvirt_private.syms               |  1 +
src/libvirt_public.syms                |  8 ++++-
src/remote/remote_driver.c             |  1 +
src/storage/storage_backend_fs.c       |  3 ++
src/storage/storage_backend_logical.c  | 27 +++++++++++++++
src/storage/storage_backend_rbd.c      | 28 +++++++++++++++
src/storage/storage_backend_vstorage.c |  1 +
src/storage/storage_driver.c           | 63 ++++------------------------------
src/storage/storage_util.c             | 13 +++++++
src/storage/storage_util.h             |  5 +++
src/util/virstoragefile.c              | 39 +++++++++++++++++++++
tools/virsh-volume.c                   | 53 ++++++++++++++++++++++++++++
15 files changed, 229 insertions(+), 58 deletions(-)
[libvirt] [PATCH 0/1] WIP: try to implement volume rename
Posted by Vasiliy Tolstov 6 years, 2 months ago
This is incomplete work for implementing volume rename in libvirt
I'm try to impelemnt it for some backends.
First missing part is remote rpc call, and second - tests.
If somebody can/want to help me, i'll very happy.

Vasiliy Tolstov (1):
  [WIP] implement vol rename

 include/libvirt/libvirt-storage.h      |  3 ++
 m4/virt-storage-lvm.m4                 |  3 ++
 src/libvirt-storage.c                  | 39 +++++++++++++++++++++
 src/libvirt_private.syms               |  1 +
 src/libvirt_public.syms                |  8 ++++-
 src/remote/remote_driver.c             |  1 +
 src/storage/storage_backend_fs.c       |  3 ++
 src/storage/storage_backend_logical.c  | 27 +++++++++++++++
 src/storage/storage_backend_rbd.c      | 28 +++++++++++++++
 src/storage/storage_backend_vstorage.c |  1 +
 src/storage/storage_driver.c           | 63 ++++------------------------------
 src/storage/storage_util.c             | 13 +++++++
 src/storage/storage_util.h             |  5 +++
 src/util/virstoragefile.c              | 39 +++++++++++++++++++++
 tools/virsh-volume.c                   | 53 ++++++++++++++++++++++++++++
 15 files changed, 229 insertions(+), 58 deletions(-)

-- 
2.14.3

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