[libvirt] [PATCH 1/7] storage: added ploop volume type

Ján Tomko jtomko at redhat.com
Fri Apr 15 13:16:23 UTC 2016


On Mon, Apr 11, 2016 at 07:16:19PM +0300, Olga Krishtal wrote:
> 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 at virtuozzo.com>
> ---
>  include/libvirt/libvirt-storage.h | 1 +
>  src/conf/storage_conf.c           | 3 ++-
>  src/storage/storage_backend_fs.c  | 3 +++
>  tools/virsh-volume.c              | 3 ++-
>  4 files changed, 8 insertions(+), 2 deletions(-)
> 

ACK

Jan




More information about the libvir-list mailing list