summaryrefslogtreecommitdiffstats
path: root/doc/example.conf.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-01-26 14:02:42 +0000
committerAlasdair Kergon <agk@redhat.com>2012-01-26 14:02:42 +0000
commita1991f101d5ed96fb1268b31cdf03135ce7981d5 (patch)
tree9e8b207648dc08ec65573083e0862536921fda00 /doc/example.conf.in
parentb475be8d77c4f4bc028ae8ce1b5b535708c172d9 (diff)
downloadlvm2-a1991f101d5ed96fb1268b31cdf03135ce7981d5.tar.gz
lvm2-a1991f101d5ed96fb1268b31cdf03135ce7981d5.tar.xz
lvm2-a1991f101d5ed96fb1268b31cdf03135ce7981d5.zip
pre-release
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 {