]> xenbits.xensource.com Git - people/liuw/osstest.git/commit
ts-xen-build-prep: Run the backgrounded resize2fs with ionice
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 4 Jun 2014 11:24:06 +0000 (12:24 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 4 Jun 2014 11:26:59 +0000 (12:26 +0100)
commitee31a32af1fc9a38ad08b4a36ee69e1c58ea0828
treecb7a6de1bb98af5292c369b978abe0e22076f36f
parent3b59d6f0599346b863e3db0c8ba30e088fa37c48
ts-xen-build-prep: Run the backgrounded resize2fs with ionice

We wrap this in
  ionice -cBest-Effort -n7

This is an attempt to stop resize2fs from starving builds of IO
bandwidth.  We have been seeing that some IO-intensive build steps
(notably, configure) can take unreasonable amounts of time and we
suspect resize2fs as the culprit.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
ts-xen-build-prep