[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/6] Revert "ts-xen-build-prep: Run the backgrounded resize2fs with ionice"
On Wed, 2014-06-11 at 21:47 +0100, Ian Jackson wrote: FYI this series looked mostly fine. I had a few minor quibbles on individual patches. > 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); > } > } > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |