summaryrefslogtreecommitdiffstats
path: root/doc/example.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/example.conf.in')
-rw-r--r--doc/example.conf.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index 00ff3421..7866474d 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -446,10 +446,13 @@ global {
# setting.
mirror_segtype_default = "mirror"
- # Whether to lvdisplay LV name in lvm1 compatible format /dev/vgname/lvname
- # Default is now to display LV name and path (if exists) separately.
- # If the old behavior is preffered use set to 1.
- # lvm1_compatible_display = 1
+ # The default format for displaying LV names in lvdisplay was changed
+ # in version 2.02.89 to show the LV name and path separately.
+ # Previously this was always shown as /dev/vgname/lvname even when that
+ # was never a valid path in the /dev filesystem.
+ # Set to 1 to reinstate the previous format.
+ #
+ # lvdisplay_shows_full_device_path = 0
}
activation {