mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
tests: automatically set scan_lvs when using extend_filter
When using 'aux extend_filter' we always want to use LV as PV.
This commit is contained in:
parent
e3c4ab0cc7
commit
ddd68fbead
@ -1090,7 +1090,7 @@ extend_filter() {
|
||||
for rx in "$@"; do
|
||||
filter=$(echo "$filter" | sed -e "s:\\[:[ \"$rx\", :")
|
||||
done
|
||||
lvmconf "$filter"
|
||||
lvmconf "$filter" "devices/scan_lvs = 1"
|
||||
}
|
||||
|
||||
extend_filter_LVMTEST() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user