From: Greg Farnum Date: Wed, 9 Jul 2014 17:49:59 +0000 (-0700) Subject: Revert "qa: add an fsx run which turns on kernel debugging" X-Git-Tag: v0.84~133 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c15e524169edac91abddecb75e2c57dceb0fb0c3;p=ceph.git Revert "qa: add an fsx run which turns on kernel debugging" This reverts commit 29c33f0c057acc4e0f4e5022c97553a2dc095b21. We don't need the debugging any more, and having two separate fsx runners already caused one update-in-the-wrong-place issue. Signed-off-by: Greg Farnum --- diff --git a/qa/workunits/suites/fsx_debug.sh b/qa/workunits/suites/fsx_debug.sh deleted file mode 100755 index 0d16d82b5598..000000000000 --- a/qa/workunits/suites/fsx_debug.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -x - -p() { - echo "$*" > /sys/kernel/debug/dynamic_debug/control -} - -echo 9 > /proc/sysrq-trigger -p 'module ceph +p' -p 'module libceph +p' -p 'module rbd +p' - -set -e - -git clone git://ceph.newdream.net/git/xfstests.git -make -C xfstests -cp xfstests/ltp/fsx . - -./fsx 1MB -N 50000 -p 10000 -l 1048576 -./fsx 10MB -N 50000 -p 10000 -l 10485760 -./fsx 100MB -N 50000 -p 10000 -l 104857600 - -echo 9 > /proc/sysrq-trigger -p 'module ceph +p' -p 'module libceph +p' -p 'module rbd +p' \ No newline at end of file