1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Peter Rajnoha 8b6b90b073 config: consolidate CFG_UNSUPPORTED and CFG_ADVANCED settings
These settings are in the "unsupported" group:

devices/loopfiles
log/activate_file
metadata/disk_areas (section)
metadata/disk_areas/<disk_area> (section)
metadata/disk_areas/<disk_area>/size
metadata/disk_areas/<disk_area>/id

These settings are in the "advanced" group:

devices/dir
devices/scan
devices/types
global/proc
activation/missing_stripe_filler
activation/mlock_filter
metadata/pvmetadatacopies
metadata/pvmetadataignore
metadata/stripesize
metadata/dirs

Also, this patch causes the --ignoreunsupported and --ignoreadvanced
switches to be honoured for all config types (lvmconfig --type).

By default, the --type current and --type diff display unsupported
settings, the other types ignore them - this patch also introduces
--showunsupported switch for all these other types to display even
unsupported settings in their output if needed.
2015-04-29 16:31:47 +02:00
..
config_settings.h config: consolidate CFG_UNSUPPORTED and CFG_ADVANCED settings 2015-04-29 16:31:47 +02:00
config.c config: consolidate CFG_UNSUPPORTED and CFG_ADVANCED settings 2015-04-29 16:31:47 +02:00
config.h config: consolidate CFG_UNSUPPORTED and CFG_ADVANCED settings 2015-04-29 16:31:47 +02:00
defaults.h config: fix check_options array 2015-04-23 10:35:34 -05:00