[libvirt] [PATCH v3 0/4] Some logical pool/volume changes

John Ferlan jferlan at redhat.com
Mon Feb 1 20:29:49 UTC 2016


v2: http://www.redhat.com/archives/libvir-list/2016-January/msg01249.html

Adjustments here

Patches 1-3 are based off of review comments from patch2 of v2. The changes
for patch2 of v2 are dropped.

Patch 4 is a combination of patches 3 and 6 (mostly).... A couple of minor
adjustments to utilize "attrs[0] == 'V'" and checking whether the 'devices'
field to be parsed is neither NULL nor an empty string.

Patches 4&5 from v2 are dropped.  The resulting output will then be:

<volume type='block'>
  <name>lv_test_thin</name>
  ...
  <source>
  </source>
  ...


John Ferlan (4):
  logical: Use VIR_APPEND_ELEMENT instead of VIR_REALLOC_N
  logical: Use 'stripes' value for mirror/raid segtype
  logical: Clean up allocation when building regex on the fly
  logical: Display thin lv's found in a libvirt managed volume group

 src/conf/storage_conf.h               |  2 +-
 src/storage/storage_backend_logical.c | 60 ++++++++++++++++++++++-------------
 2 files changed, 39 insertions(+), 23 deletions(-)

-- 
2.5.0




More information about the libvir-list mailing list