]> sourceware.org Git - lvm2.git/commit
lvmconfig: add --type full to display full tree of settings
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 25 Jun 2015 08:51:30 +0000 (10:51 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Thu, 25 Jun 2015 11:33:52 +0000 (13:33 +0200)
commitc794c163b5800625a116ee53711f4d8db786ff30
treebd5f3d7aae8cf48d107d3207cac8347a59bb9a4c
parentf6de196c21a193db5400220f3636fad0875f6d5a
lvmconfig: add --type full to display full tree of settings

The lvmconfig --type full is actually a combination of --type current
and --type missing together with --mergedconfig options used.

The overall outcome is a configuration tree with settings as LVM sees
it when it looks for the values - that means, if the setting is defined
in some config source (lvm.conf, --config, lvmlocal.conf or any profile
that is used), the setting is used. Otherwise, if the setting is not
defined in any part of the config cascade, the defaults are used.

The --type full displays exactly this final tree with all the values
defined, either coming from configuration tree or from defaults.
WHATS_NEW
lib/config/config.c
lib/config/config.h
man/lvmconfig.8.in
tools/commands.h
tools/dumpconfig.c
This page took 0.036025 seconds and 5 git commands to generate.