On Mon, Feb 01, 2016 at 03:29:51PM -0500, John Ferlan wrote:
The 'stripes' value is described as the "Number of
stripes or mirrors in
a logical volume". So add "mirror" and anything that starts with
"raid"
to the list of segtypes that can have an 'nextents' value greater than one.
Use of raid segtypes (raid1, raid4, raid5*, raid6*, and raid10) is favored
over mirror in more recent lvm code.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/storage/storage_backend_logical.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
ACK