]> sourceware.org Git - lvm2.git/commit
RAID: Add new 'raid10_segtype_default' setting in lvm.conf
authorJonathan Brassow <jbrassow@redhat.com>
Wed, 20 Feb 2013 21:10:04 +0000 (15:10 -0600)
committerJonathan Brassow <jbrassow@redhat.com>
Wed, 20 Feb 2013 21:10:04 +0000 (15:10 -0600)
commit70f57996b3b9ba126a9cbf69afed79a7d66c793c
tree77ecfb083c6174ce8e23f11368ca68383fc1ed6c
parentdc2ce71313cef15efa2ba0addfb0f4115af80ca6
RAID:  Add new 'raid10_segtype_default' setting in lvm.conf

If '--mirrors/-m' and '--stripes/-i' are used together when creating
a logical volume, mirrors-over-stripes is currently chosen.  The user
can override this by using the '--type raid10' option on creation.
However, we want a place where we can set the default behavior to
'raid10' explicitly - similar to the "mirror" and "raid1" tunable,
mirror_segtype_default.

A follow-on patch should use this new setting to change the default
from "mirror" to "raid10", as this is the preferred segment type.
doc/example.conf.in
lib/config/defaults.h
tools/lvcreate.c
This page took 0.037925 seconds and 5 git commands to generate.