Hello,
Over the weekend, I upgraded condor manager from 8.6.x to 8.8.9. The worker nodes are on version 8.8.8.
After the upgrade, I cannot get any of jobs running.
# condor_q -better 1329761
The Requirements _expression_ for job 1329761.000 is
(TARGET.Arch == "X86_64") && (TARGET.OpSys == "LINUX") && (TARGET.Disk >= RequestDisk) && (TARGET.Memory >= RequestMemory) &&
((TARGET.FileSystemDomain == MY.FileSystemDomain) || (TARGET.HasFileTransfer))
Job 1329761.000 defines the following attributes:
DiskUsage = 1
FileSystemDomain = "int10.physics.ox.ac.uk"
RequestDisk = DiskUsage
RequestMemory = 3000
The Requirements _expression_ for job 1329761.000 reduces to these conditions:
Slots
Step Matched Condition
----- -------- ---------
[0] 67 TARGET.Arch == "X86_64"
[1] 67 TARGET.OpSys == "LINUX"
[3] 67 TARGET.Disk >= RequestDisk
[5] 67 TARGET.Memory >= RequestMemory
[8] 67 TARGET.HasFileTransfer
1329761.000: Job has not yet been considered by the matchmaker.
1329761.000: Run analysis summary ignoring user priority. Of 25 machines,
0 are rejected by your job's requirements
1 reject your job because of their own requirements
0 match and are already running your jobs
0 match but are serving other users
24 are able to run your job
I skimmed trough mailing list posts and various documentation sources and I could not find anything that could help.
Any help is much appreciated.
Regards
Vip