Whamcloud - gitweb
b=21370 Double qos maxage timeout
authorRobert Read <rread@sun.com>
Sat, 23 Jan 2010 00:52:51 +0000 (16:52 -0800)
committerRobert Read <rread@sun.com>
Sat, 23 Jan 2010 00:52:51 +0000 (16:52 -0800)
a=simmonsja@ornl.gov
i=adilger

lustre/tests/sanity.sh

index b5e58c9..be74422 100644 (file)
@@ -985,7 +985,7 @@ test_27m() {
 run_test 27m "create file while OST0 was full =================="
 
 sleep_maxage() {
-        local DELAY=$(do_facet mds lctl get_param -n lov.*.qos_maxage | head -n 1 | awk '{print $1 + 5}')
+        local DELAY=$(do_facet mds lctl get_param -n lov.*.qos_maxage | head -n 1 | awk '{print $1 * 2}')
         sleep $DELAY
 }