]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "qa: add an fsx run which turns on kernel debugging"
authorGreg Farnum <greg@inktank.com>
Wed, 9 Jul 2014 17:49:59 +0000 (10:49 -0700)
committerGreg Farnum <greg@inktank.com>
Wed, 9 Jul 2014 17:49:59 +0000 (10:49 -0700)
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 <greg@inktank.com>
qa/workunits/suites/fsx_debug.sh [deleted file]

diff --git a/qa/workunits/suites/fsx_debug.sh b/qa/workunits/suites/fsx_debug.sh
deleted file mode 100755 (executable)
index 0d16d82..0000000
+++ /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