1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Peter Rajnoha bfde83eb34 config: add override_config_tree_from_profile fn to add the profile to a configuration cascade
When placing the profile in a configuration cascade, this sequence is
used exactly:

CONFIG_STRING -> CONFIG_PROFILE -> CONFIG_FILE/MERGED_FILES

So if the profile is used, it overloads the lvm.conf (and any
existing tag configs). However, if "--config" is used to define
a custom configuration on command line, this overloads even the
profile config!
2013-07-02 15:19:08 +02:00
..
config_settings.h config: add support for loading profiles 2013-07-02 15:19:08 +02:00
config.c config: add override_config_tree_from_profile fn to add the profile to a configuration cascade 2013-07-02 15:19:08 +02:00
config.h config: add override_config_tree_from_profile fn to add the profile to a configuration cascade 2013-07-02 15:19:08 +02:00
defaults.h config: make DEFAULT_MAX_HISTORY unconditional 2013-03-06 12:47:23 +01:00