1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/config
Peter Rajnoha 74bf75a2f5 config: use proper unconfigured default values for use_lvmetad and use_lvmpolld settings
Default value for lvmetad and lvmpolld has hooks in configure script,
the "lvmconfig --type default --unconfigured" should display:

   use_lvmetad = @DEFAULT_USE_LVMETAD@
   use_lvmpolld = @DEFAULT_USE_LVMPOLLD@

Note that these settings are not of string type. Recent change (the
DM_CONFIG_VALUE_FMT_STRING_NO_QUOTES formatting flag) makes it
possible to recognize that the setting is not of string type and if
there's unconfigured value defined for it, the enclosing " " is
automatically removed on output.
2015-06-24 11:13:38 +02:00
..
config_settings.h config: use proper unconfigured default values for use_lvmetad and use_lvmpolld settings 2015-06-24 11:13:38 +02:00
config.c config: add support for config value formatting flags 2015-06-24 11:13:37 +02:00
config.h config: add support for config value formatting flags 2015-06-24 11:13:37 +02:00
defaults.h config: cleanup default values for some configuration settings with array values 2015-06-24 11:13:38 +02:00