]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Merge branch 'specifiedsite' into 'master'
authorJohn Dilley <john.dilley@citrix.com>
Thu, 19 Nov 2015 09:32:24 +0000 (01:32 -0800)
committerJohn Dilley <john.dilley@citrix.com>
Thu, 19 Nov 2015 09:32:24 +0000 (01:32 -0800)
Only schedule a machines specified job if all the machines are in the same site

At the moment you can submit a job specifying machines across sites - while they are all allocated to the job, those machines not in the same site as the first machine will not be useable by XenRT, thus leading to confusing results.

This change therefore modifies the behaviour so we reject any specified machines in a different site to the first one.

See merge request !136


Trivial merge