]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
Revert "ts-xen-build-prep: Run the backgrounded resize2fs with ionice"
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 11 Jun 2014 17:10:43 +0000 (18:10 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 18 May 2015 14:53:42 +0000 (15:53 +0100)
This did not really help.  We are going to do something different.

This reverts commit ee31a32af1fc9a38ad08b4a36ee69e1c58ea0828.

ts-xen-build-prep

index 3684c0a5372361cf68a358fb685556de1b2af1dc..23c901b76361c391e32d6876846f4c058fee2d97 100755 (executable)
@@ -159,10 +159,7 @@ sub lvextend1 ($$$) {
     if (!$background) {
        target_cmd_root($ho, $cmd, $timeout);
     } else {
-       target_cmd_root($ho,
-                       "ionice -cBest-Effort -n7 ".
-                       "$cmd >>resizefs.log 2>&1 </dev/null &",
-                       30);
+       target_cmd_root($ho, "$cmd >>resizefs.log 2>&1 </dev/null &", 30);
     }
 }