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:
parent
1e553159d5
commit
505c1d56e8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user