]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
do not do provisional allocation as it will deadlock
authorIan Jackson <iwj@woking.uk.xensource.com>
Thu, 28 Oct 2010 13:58:30 +0000 (14:58 +0100)
committerIan Jackson <iwj@woking.uk.xensource.com>
Thu, 28 Oct 2010 13:58:30 +0000 (14:58 +0100)
ts-hosts-allocate

index acc9bdbd5bd764809e2cbef78c6b099b73f8468c..2c34ff4196bc8436feebbde2d5f2346fc44a6f7c 100755 (executable)
@@ -555,7 +555,7 @@ END
 
             print DEBUG "HARRMFH ".scalar(@newprovs)."\n";
 
-            return 0 unless @newprovs; # keep what we have, and wait
+            return 0; # unless @newprovs; # keep what we have, and wait
 
             logm("host allocation: need to wait, rolling back");