mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: fix kernal_at_least argument in aux.sh
This commit is contained in:
parent
5052970da3
commit
a39eaea27d
@ -843,7 +843,7 @@ prepare_backing_dev() {
|
||||
return 0
|
||||
elif test "${LVM_TEST_PREFER_BRD-1}" = "1" && \
|
||||
test ! -d /sys/block/ram0 && \
|
||||
kernel_at_least 4 16 && \
|
||||
kernel_at_least 4 16 0 && \
|
||||
test "$size" -lt 16384; then
|
||||
# try to use ramdisk if possible, but for
|
||||
# big allocs (>16G) do not try to use ramdisk
|
||||
|
Loading…
Reference in New Issue
Block a user