Whamcloud - gitweb
b=21370 sanity 27x: double the qos_maxage timeout
authorJames Simmons <simmonsja@ornl.gov>
Mon, 18 Jan 2010 17:36:07 +0000 (18:36 +0100)
committerJohann Lombardi <johann@sun.com>
Mon, 18 Jan 2010 17:36:07 +0000 (18:36 +0100)
i=adilger

lustre/tests/sanity.sh

index 7973874..fc51195 100644 (file)
@@ -944,7 +944,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 | awk '{print $1 + 2}')
+        local DELAY=$(do_facet mds lctl get_param -n lov.*.qos_maxage | awk '{print $1 * 2}')
         sleep $DELAY
 }