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
ÂÂÂ 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
Â
Â
Â