]> git.ipfire.org Git - thirdparty/libvirt.git/commit
add ploop fs driver type
authorDmitry Guryanov <dguryanov@parallels.com>
Tue, 13 Jan 2015 11:27:36 +0000 (14:27 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 16 Jan 2015 13:07:46 +0000 (14:07 +0100)
commitc8a6f844c309d6732dd0c51b79c3133894d62e87
tree9e108443d7b86a8b613b10c01fd1ecd185b1f36a
parent6514c04c182f0c59ce8d491c37f0dc4b73703311
add ploop fs driver type

Ploop is a pseudo device which makeit possible to access
to an image in a file as a block device. Like loop devices,
but with additional features, like snapshots, write tracker
and without double-caching.

It used in PCS for containers and in OpenVZ. You can manage
ploop devices and images with ploop utility
(http://git.openvz.org/?p=ploop).

Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
docs/schemas/storagecommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
tests/domainschemadata/domain-parallels-ct-simple.xml