[PATCH 0/4] storage pool define: add support for validation against schema

Kristina Hanicova khanicov at redhat.com
Tue Aug 24 14:51:07 UTC 2021


Kristina Hanicova (4):
  api: add virStoragePoolDefineFlags
  storage_conf: add validation against schema in pool define
  storage_driver & test_driver: allow VIR_STORAGE_POOL_DEFINE_VALIDATE
    flag
  virsh: add support for '--validate' option in define storage pool

 docs/manpages/virsh.rst           |  4 +++-
 include/libvirt/libvirt-storage.h |  4 ++++
 src/conf/domain_conf.c            |  2 +-
 src/conf/storage_conf.c           | 13 ++++++++-----
 src/conf/storage_conf.h           |  3 ++-
 src/libvirt-storage.c             |  2 +-
 src/storage/storage_driver.c      |  6 +++---
 src/test/test_driver.c            |  6 +++---
 tools/virsh-pool.c                | 11 +++++++++--
 9 files changed, 34 insertions(+), 17 deletions(-)

-- 
2.31.1




More information about the libvir-list mailing list