1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-30 20:23:49 +03:00

devices file: recommend removing filter

When the devices file is enabled and the filter is set,
recommand that the user remove the filter from lvm.conf
since it's ignored.
This commit is contained in:
David Teigland
2021-05-05 13:59:42 -05:00
parent 2419345b9d
commit 71933d3496
3 changed files with 22 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ void internal_filter_clear(void);
* r|.*| - reject everything else
*/
struct dev_filter *regex_filter_create(const struct dm_config_value *patterns);
struct dev_filter *regex_filter_create(const struct dm_config_value *patterns, int config_filter, int config_global_filter);
typedef enum {
FILTER_MODE_NO_LVMETAD,