
26 Jan
2016
26 Jan
'16
1:44 p.m.
On Fri, Jan 22, 2016 at 05:21:03PM -0500, John Ferlan wrote:
When commit id '82c1740a' made changes to the output format (changing from using a ',' separator to '#'), the examples in the lvs output from the comments weren't changed.
Additionally, the two new fields added ('segtype' and 'stripes') were not included in the output, leaving it well confusing.
This patch fixes the sample output, adds a 'striped' example, and makes other comment related adjuments for long line and spacing between followup
s/adjuments/adjustments/
'NB' remarks (while I'm there).
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/storage/storage_backend_logical.c | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-)
ACK