summaryrefslogtreecommitdiff
path: root/conf/example.conf.in
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2013-08-06 14:13:55 -0500
committerJonathan Brassow <jbrassow@redhat.com>2013-08-06 14:13:55 -0500
commit7e1083c985fd130b240c2471643350cc5c0f05cf (patch)
treef04d94c7272065df24943502dfb2e38ea314bf3c /conf/example.conf.in
parentf74e8fe04471a44fe1ab0645e48c9cb06ef6fb4f (diff)
downloadlvm2-7e1083c985fd130b240c2471643350cc5c0f05cf.tar.gz
RAID: Make "raid1" the default mirror segment type
Diffstat (limited to 'conf/example.conf.in')
-rw-r--r--conf/example.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 0e313c8fd..c3ba2b92b 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -512,7 +512,7 @@ global {
#
# Specify the '--type <mirror|raid1>' option to override this default
# setting.
- mirror_segtype_default = "mirror"
+ mirror_segtype_default = "raid1"
# 'raid10_segtype_default' determines the segment types used by default
# when the '--stripes/-i' and '--mirrors/-m' arguments are both specified