mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: enable raid test on 4.3
With kernel -rc6 it's passing our raid tests again - so enable it in tests. Note: related only to Fedora rawhide kernels...
This commit is contained in:
parent
1a2d0a0c72
commit
2786cd27da
@ -1112,9 +1112,8 @@ have_raid() {
|
||||
# some kernels have broken mdraid bitmaps, don't use them!
|
||||
# may oops kernel, we know for sure all FC24 are currently broken
|
||||
# in general any 4.1, 4.2 is likely useless unless patched
|
||||
# hopefully 4.3 will be patched
|
||||
case "$(uname -r)" in
|
||||
4.[123].*fc24*) return 1 ;;
|
||||
4.[12].*fc24*) return 1 ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user