1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Peter Rajnoha bea003e94c config: improve config validation to check if setting with string value can be empty.
For example, with dmeventd/executable set to "" which is not allowed for
this setting, the config validation now ends up with:

$ lvm dumpconfig --validate
  Configuration setting "dmeventd/executable" invalid. It cannot be set to an empty value.
  LVM configuration invalid.

This check for empty values for string config settings was not
done before (we only checked empty arrays, but not scalar strings).
2015-01-21 16:44:02 +01:00
..
config_settings.h thin: errrorwhenfull support 2015-01-14 14:52:05 +01:00
config.c config: improve config validation to check if setting with string value can be empty. 2015-01-21 16:44:02 +01:00
config.h cleanup: use unsigned 1bit elements 2014-08-26 14:13:06 +02:00
defaults.h thin: errrorwhenfull support 2015-01-14 14:52:05 +01:00