]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: add ploop volume type
authorOlga Krishtal <okrishtal@virtuozzo.com>
Mon, 11 Apr 2016 16:16:19 +0000 (19:16 +0300)
committerJán Tomko <jtomko@redhat.com>
Fri, 15 Apr 2016 15:27:32 +0000 (17:27 +0200)
commitee36975597bf9153eb82d2d83bd47d1b6b7499ab
tree388cc562bbacd180224e26cdf43dc579f12de99a
parent294d22c8d6678c9fee6a68f9c2acd40b4eab9a4f
storage: add ploop volume type

Ploop image consists of directory with two files: ploop image itself,
called root.hds and DiskDescriptor.xml that contains information about
ploop device: https://openvz.org/Ploop/format.
Such volume are difficult to manipulate in terms of existing volume types
because they are neither a single files nor a directory.
This patch introduces new volume type - ploop. This volume type is used
by ploop volume's exclusively.

Signed-off-by: Olga Krishtal <okrishtal@virtuozzo.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
docs/formatstorage.html.in
include/libvirt/libvirt-storage.h
src/conf/storage_conf.c
src/storage/storage_backend_fs.c
tools/virsh-volume.c