]> git.ipfire.org Git - thirdparty/libvirt.git/commit
logical: Create helper virStorageBackendLogicalParseVolExtents
authorJohn Ferlan <jferlan@redhat.com>
Fri, 22 Jan 2016 17:02:18 +0000 (12:02 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 29 Jan 2016 19:13:14 +0000 (14:13 -0500)
commit63e15ad5e093d747db99400c269f71e95bda4bbe
treebf5b7dd58184637b6ed682b34fed988ceacc3c03
parent84678267e4bf292123250b9fe363485db3848360
logical: Create helper virStorageBackendLogicalParseVolExtents

Create a helper routine in order to parse any extents information
including the extent size, length, and the device string contained
within the generated 'lvs' output string.

A future patch would then be able to avoid the code more cleanly

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/storage/storage_backend_logical.c