mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
test/t-topology-support.sh requires scsi_debug from >= 2.6.31
This commit is contained in:
parent
c75ebae789
commit
cf760281f0
@ -10,6 +10,11 @@
|
||||
|
||||
which mkfs.ext3 || exit 200
|
||||
|
||||
# Get linux minor version
|
||||
linux_minor=$(echo `uname -r` | cut -d'.' -f3 | cut -d'-' -f1)
|
||||
|
||||
test $linux_minor -ge 31 || exit 200
|
||||
|
||||
. ./test-utils.sh
|
||||
|
||||
check_logical_block_size()
|
||||
|
Loading…
Reference in New Issue
Block a user