
29 Jan
2016
29 Jan
'16
3:32 p.m.
On Thu, Jan 28, 2016 at 05:44:04PM -0500, John Ferlan wrote:
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 | 208 ++++++++++++++++++---------------- 1 file changed, 113 insertions(+), 95 deletions(-)
ACK