[root@fnpcsrv1 log]# condor_status -long fnpcsrv1
<clip>
Class = "IO"
Start = Class =!= UNDEFINED && Class == "IO"
---------------
In my job classad:
Requirements = ((TARGET.Class =!= UNDEFINED && TARGET.Class == "IO")) &&
(Arch == "INTEL") && (OpSys == "LINUX") && (Disk >= DiskUsage) && ((Memory
* 1024) >= ImageSize) && (TARGET.FileSystemDomain == MY.FileSystemDomain)
Class = "IO"
---------------------
What is happening at the moment is that the job is matching
with another machine in the pool that doesn't have Class=IO,
and failing.
What are we doing wrong here?