1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Peter Rajnoha 8bfcefe11a config: add CFG_SECTION_NO_CHECK flag
The CFG_SECTION_NO_CHECK flag can be used to mark a section
and its whole subtree as containing settings where checks
won't be made (lvmconfig --validate).

These are setting where we don't know the names and and type
in advance and they're recognized in runtime. As we don't know
the type and name in advance, we can't do any checks here
of course.

Use this flag with great care as it disables config checks
for the whole config subtree found under such section.

This flag is going to be used by subsequent patches from
Zdenek to support some cache settings...
2015-07-22 14:25:42 +02:00
..
config_settings.h config: add CFG_SECTION_NO_CHECK flag 2015-07-22 14:25:42 +02:00
config.c config: add CFG_SECTION_NO_CHECK flag 2015-07-22 14:25:42 +02:00
config.h config: add CFG_SECTION_NO_CHECK flag 2015-07-22 14:25:42 +02:00
defaults.h config: {thin,cache}_{check,repair}_options are never undefined 2015-07-14 10:13:41 +02:00