]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commit
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)
commit43396f6143bcf7d2240a876200fe6b5268a8b4fb
tree482fcb71b43e3376f46f0afe8cb9ec04ca445b84
parent9f19e92493bf2d07c76277b8fadf3470c1c11117
parent43202e9af47a6844313a217837b1899516f4eb87
Merge branch 'specifiedsite' into 'master'

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