All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] Revert "ts-xen-build-prep: Run the backgrounded resize2fs with ionice"
@ 2014-06-11 20:47 Ian Jackson
  2014-06-11 20:47 ` [PATCH 2/6] ts-xen-build-prep: Abolish "background" parameter to lvextend Ian Jackson
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ian Jackson @ 2014-06-11 20:47 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell, Ian Jackson

This did not 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 05a7857..0e68cd3 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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-06-12  8:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11 20:47 [PATCH 1/6] Revert "ts-xen-build-prep: Run the backgrounded resize2fs with ionice" Ian Jackson
2014-06-11 20:47 ` [PATCH 2/6] ts-xen-build-prep: Abolish "background" parameter to lvextend Ian Jackson
2014-06-12  8:26   ` Ian Campbell
2014-06-11 20:47 ` [PATCH 3/6] TestSupport: break out lv_dev_mapper Ian Jackson
2014-06-12  8:27   ` Ian Campbell
2014-06-11 20:47 ` [PATCH 4/6] ts-xen-build-prep: Break out determine_vg_lv Ian Jackson
2014-06-11 20:47 ` [PATCH 5/6] ts-xen-build-prep: mkfs a new /home/osstest, don't resize2fs Ian Jackson
2014-06-12  8:32   ` Ian Campbell
2014-06-11 20:47 ` [PATCH 6/6] Revert "ts-logs-capture: collect resize2fs.log" Ian Jackson
2014-06-12  8:33 ` [PATCH 1/6] Revert "ts-xen-build-prep: Run the backgrounded resize2fs with ionice" Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.