1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-24 08:23:49 +03:00

filters: nodata option

When filter_nodata_only is set, a filter that uses
data is skipped.
This commit is contained in:
David Teigland
2020-10-19 16:46:20 -05:00
parent c601ec0d6e
commit c74ccd5201
5 changed files with 16 additions and 0 deletions

View File

@@ -182,6 +182,7 @@ struct cmd_context {
unsigned pvscan_recreate_hints:1; /* enable special case hint handling for pvscan --cache */
unsigned scan_lvs:1;
unsigned wipe_outdated_pvs:1;
unsigned filter_nodata_only:1; /* only use filters that do not require data from the dev */
/*
* Devices and filtering.