From ae6fae9b26b61bcd9cc031ec021224cb4ac28cba Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Fri, 22 Feb 2013 12:36:03 +0100 Subject: [PATCH] conf: add missing '=' for raid10_segtype_default --- doc/example.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' 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.