[libvirt] [PATCH 0/3 v4] Add filesystem pool formatting

Osier Yang jyang at redhat.com
Wed Aug 31 14:34:45 UTC 2011


The following patches add the ability to format filesystem pools when
the appropriate flags are passed to pool build. This patch set introduces
two new flags:

VIR_STORAGE_POOL_BUILD_NO_OVERWRITE causes the build to probe for an
existing pool of the requested type.  The build operation formats the
filesystem if it does not find an existing filesystem of that type.

VIR_STORAGE_POOL_BUILD_OVERWRITE causes the build to format unconditionally.

This patch set is mainly based on v3 by Dave Allan.

http://www.redhat.com/archives/libvir-list/2010-June/msg00042.html

[PATCH 1/3] storage: Add mkfs and libblkid to build system
[PATCH 2/3] storage: Add fs pool formatting
[PATCH 3/3] storage: Add virsh support for fs pool formating

Regards,
Osier




More information about the libvir-list mailing list