1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

tests: more fedora kernels unusable for testing raid456

This commit is contained in:
Zdenek Kabelac 2014-03-17 18:38:59 +01:00
parent 599a05f658
commit 81166a84be

View File

@ -682,6 +682,8 @@ raid456_replace_works() {
# so we need to put here exlusion for kernes which do trace SLUB
#
case $(uname -r) in
3.6.*.fc18.i686*|3.6.*.fc18.x86_64) return 1 ;;
3.9.*.fc19.i686*|3.9.*.fc19.x86_64) return 1 ;;
3.1[0123].*.fc18.i686*|3.1[0123].*.fc18.x86_64) return 1 ;;
3.1[0123].*.fc19.i686*|3.1[0123].*.fc19.x86_64) return 1 ;;
3.13.*.fc20.i686*|3.13.*.fc20.x86_64) return 1 ;;