[libvirt] [PATCH 0/3] Storage: Allow pool building while creating it

Osier Yang jyang at redhat.com
Wed Jul 11 14:27:37 UTC 2012


Patch 1/3 is just about the indention fix.

We tries to start the pool while creating a transicient pool,
if the pool target is not existed yet, we must fail on starting,
and thus we see many users raise up the problem on either list
or bugzilla. Patch 2/3 and 3/3 are to fix the problem by introducing
flags to allow the pool building for APIs virStoragePoolCreate
and virStoragePoolCreateXML, and expose the flags to commands
pool-create/pool-create-as/pool-start.

Osier Yang (3):
  Fix the indentions of libvirt.h.in
  storage: New flags to allow building the pool while creating it
  virsh: New options for the 3 pool commands to allow pool building

 include/libvirt/libvirt.h.in |  109 +++++++++++++++++++++++------------------
 src/libvirt.c                |    4 +-
 src/storage/storage_driver.c |   38 ++++++++++++++-
 tools/virsh.c                |  100 ++++++++++++++++++++++++++++++++++++--
 tools/virsh.pod              |   27 +++++++++-
 5 files changed, 217 insertions(+), 61 deletions(-)

Regards,
Osier
-- 
1.7.7.3





More information about the libvir-list mailing list