summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2013-02-22 12:36:03 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2013-02-22 12:36:03 +0100
commitae6fae9b26b61bcd9cc031ec021224cb4ac28cba (patch)
tree8e938351b7971f7ae451d4171e01598036deba5d /doc
parentbbc6378b73246d7ef00c16274fea38118531ae95 (diff)
downloadlvm2-ae6fae9b26b61bcd9cc031ec021224cb4ac28cba.tar.gz
conf: add missing '=' for raid10_segtype_default
Diffstat (limited to 'doc')
-rw-r--r--doc/example.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index e6494e545..ab83c0c7c 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -513,7 +513,7 @@ global {
# this setting is not advised.
# Specify the '--type <raid10|mirror>' option to override this default
# setting.
- raid10_segtype_default "mirror"
+ raid10_segtype_default = "mirror"
# The default format for displaying LV names in lvdisplay was changed
# in version 2.02.89 to show the LV name and path separately.