1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Peter Rajnoha e8985c71bc config: add support for CFG_DISALLOW_INTERACTIVE flag to mark settings as not suitable for override in interactive mode
Some settings are not suitable for override in interactive/shell
mode because such settings may confuse the code and it may end
up with unexpected behaviour. This is because of the fact that
once we're in the interactive/shell mode, we have already applied
some settings for the shell itself and we can't override them
further because we're already using those settings to drive the
interactive/shell mode. Such settings would get ignored silently
or, in worse case, they would mess up the existing configuration.
2016-08-09 18:49:11 +02:00
..
config_settings.h config: add support for CFG_DISALLOW_INTERACTIVE flag to mark settings as not suitable for override in interactive mode 2016-08-09 18:49:11 +02:00
config.c config: add support for CFG_DISALLOW_INTERACTIVE flag to mark settings as not suitable for override in interactive mode 2016-08-09 18:49:11 +02:00
config.h config: add support for CFG_DISALLOW_INTERACTIVE flag to mark settings as not suitable for override in interactive mode 2016-08-09 18:49:11 +02:00
defaults.h lvcreate: raid0 needs default number of stripes 2016-07-20 17:20:15 +02:00