]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Introduce Virtuozzo vstorage backend
authorOlga Krishtal <okrishtal@virtuozzo.com>
Tue, 17 Jan 2017 14:10:55 +0000 (17:10 +0300)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 26 Jan 2017 15:43:42 +0000 (10:43 -0500)
commite590d5301e6bdcc74b733071b15745d44f58ecf4
tree0fb18382c8011fdd4e8f3984c244dfbcafec8598
parent1452c85fb7391babe58b691838aef8c8868c8e10
storage: Introduce Virtuozzo vstorage backend

Added general definitions for vstorage pool backend including
the build options to add --with-storage-vstorage checking.
In order to use vstorage as a backend for a storage pool
vstorage tools (vstorage and vstorage-mount) need to be installed.

Signed-off-by: Olga Krishtal <okrishtal@virtuozzo.com>
12 files changed:
configure.ac
include/libvirt/libvirt-storage.h
m4/virt-storage-vstorage.m4 [new file with mode: 0644]
src/Makefile.am
src/conf/storage_conf.c
src/conf/storage_conf.h
src/storage/storage_backend.c
src/storage/storage_backend_vstorage.c [new file with mode: 0644]
src/storage/storage_backend_vstorage.h [new file with mode: 0644]
src/storage/storage_driver.c
tools/virsh-pool.c
tools/virsh.c