[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 1/6] Revert "ts-xen-build-prep: Run the backgrounded resize2fs with ionice"
This did not really help. We are going to do something different. This reverts commit ee31a32af1fc9a38ad08b4a36ee69e1c58ea0828. --- ts-xen-build-prep | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ts-xen-build-prep b/ts-xen-build-prep index 3684c0a..23c901b 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -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); } } -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |