summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-01-20 16:59:58 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-01-20 16:59:58 +0000
commitc54998209d2b2c51981315522b2ddb6a68f843a2 (patch)
tree138fafd82fb3c5088ca018c65b1a03d695ee4d70 /doc
parent9ab9d4ac0aca3dd79a89f442011c2e01a6c300ee (diff)
downloadlvm2-c54998209d2b2c51981315522b2ddb6a68f843a2.tar.gz
lvm2-c54998209d2b2c51981315522b2ddb6a68f843a2.tar.xz
lvm2-c54998209d2b2c51981315522b2ddb6a68f843a2.zip
Update lvdisplay to show more info about thin LVs
Reformat name and path how the LV is represented with lvm1 compatible option, to switch to the old way - which had number of problem - i.e. many links do not exist - since for private devices we are not creating them. Add more info about thin pools and volumes.
Diffstat (limited to 'doc')
-rw-r--r--doc/example.conf.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index 5dbe15d9..00ff3421 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -445,6 +445,11 @@ global {
# Specify the '--type <mirror|raid1>' option to override this default
# 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
}
activation {