[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] DAG setting OpSysAndVer without ' " ' (bug ?)



Hi,

in 

$CondorVersion: 23.0.8 2024-04-11 BuildID: 726317 PackageID: 23.0.8-1 $

We experience a problem with 'OpSysAndVer' being set to a value without ' " ' (OpSysAndVer = RedHat9) which then does not match with the 'SysDefaultOS' that is set correctly (SysDefaultOS = "RedHat9")

Here is the relevant part of the job classadd 

AutoClusterAttrs = "DESYAcctGroup,FirstUpdateUptimeGPUsSeconds,GROUPSToDrain,IgnoreMaintenance,IsJupyterJob,LastUpdateUptimeGPUsSeconds,MachineLastMatchTime,Project,RemoteOwner,RequestCpus,RequestDisk,RequestGPUs,RequestMemory,RequestRuntime,StartOfJobUptimeGPUsSeconds,TotalJobRuntime,UptimeGPUsSeconds,ConcurrencyLimits,FlockTo,Rank,Requirements,GROUPS_DOWN,NODE_IS_HEALTHY,START_NOTEBOOK,Base0Requirements,Base1Requirements,Base2Requirements,BIRD_Resource,FileSystemDomain,MachineAttrMachine1,MachineAttrMachine2,MachineAttrMachine3,MachineAttrMachine4,MachineAttrMachine5,MachineAttrMachine6,OpSysAndVer,RedHat9,SysDefaultOS"
Base1Requirements = Base0Requirements && (OpSysAndVer =?= SysDefaultOS)
<snip>
CondorPlatform = "$CondorPlatform: x86_64_AlmaLinux9 $"
<snip>
OpSysAndVer = RedHat9
<snip>
SubmitEventNotes = "DAG Node: A"
SysDefaultOS = "RedHat9"

We can currently encourage users to set it correctly during submit time (OpSysAndVer= "RedHat9") which fixes the issue but ... ;) 

Is there another fix for this ? 

Best
christoph

-- 
Christoph Beyer
DESY Hamburg
IT-Department

Notkestr. 85
Building 02b, Room 009
22607 Hamburg

phone:+49-(0)40-8998-2317
mail: christoph.beyer@xxxxxxx