From c54998209d2b2c51981315522b2ddb6a68f843a2 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 20 Jan 2012 16:59:58 +0000 Subject: 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. --- doc/example.conf.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/example.conf.in') 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 ' 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 { -- cgit