1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-17 06:04:23 +03:00

tests: accept also value 512

Older kernels provide fixed value 512 instead of 0.
This commit is contained in:
Zdenek Kabelac 2019-06-20 14:20:35 +02:00
parent 1e553159d5
commit 505c1d56e8

View File

@ -88,7 +88,8 @@ grep 'random_threshold=4' out
else
# When MQ is emulated by SMQ policy it does not hold settings.
# So just skip testing of param changes when sequential_threshold=0
grep 'sequential_threshold=0' out
# or some older kernel instancies show also value 512
grep 'sequential_threshold=0' out || grep 'sequential_threshold=512' out
fi
fi # have_cache 1 5 0