From: Ian Campbell Date: Wed, 1 Apr 2015 16:49:35 +0000 (+0100) Subject: ts-hosts-allocate-Executive: Add the requesting Job to the booking X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1179bc35826837a96bbfc9a8d49400c606318401;p=people%2Fiwj%2Fosstest.git ts-hosts-allocate-Executive: Add the requesting Job to the booking Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- diff --git a/ts-hosts-allocate-Executive b/ts-hosts-allocate-Executive index 7a9411d2..65831910 100755 --- a/ts-hosts-allocate-Executive +++ b/ts-hosts-allocate-Executive @@ -669,6 +669,7 @@ sub compute_booking_list () { Shares => $sel->{SharedMaxTasks}, }) : ()), }; + $book->{Job}= "$flight.$job"; $book->{Reso}= "$sel->{restype} $sel->{resname}"; $book->{Xinfo}= $hid->{Ident}; $book->{Start}= $best->{Start},