[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH 07/29] Planner: client side: Do not force OSSTEST_RESOURCE_PRIORITY
On Mon, 2015-09-07 at 17:08 +0100, Ian Jackson wrote: > This makes it possible to run mg-allocate with a different priority > simply by setting OSSTEST_RESOURCE_PRIORITY in its environment. > > Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > --- > v2: New patch > --- > mg-allocate | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mg-allocate b/mg-allocate > index 6dc7ddd..14c9088 100755 > --- a/mg-allocate > +++ b/mg-allocate > @@ -365,7 +365,7 @@ while (@ARGV && $ARGV[0] =~ m/^[-0-9]/) { > $2 eq 'm' ? 60 : > 1); > } elsif (s/^\-U/-/) { > - $ENV{OSSTEST_RESOURCE_PRIORITY}= -1000000; > + $ENV{OSSTEST_RESOURCE_PRIORITY} //= -1000000; > } else { > die "bad option \`$_'"; > } _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |