]> sourceware.org Git - lvm2.git/commit
config: use proper unconfigured default values for use_lvmetad and use_lvmpolld settings
authorPeter Rajnoha <prajnoha@redhat.com>
Tue, 23 Jun 2015 12:13:12 +0000 (14:13 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Wed, 24 Jun 2015 09:13:38 +0000 (11:13 +0200)
commit74bf75a2f5f7b918e1fe7531766aa377de23191c
tree50493b1fc849a51eefa5305a11ab2f30a7045a46
parent1545ebf938d3eab5df5ab48b8258afc4f62b896b
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.
lib/config/config_settings.h
This page took 0.034649 seconds and 5 git commands to generate.