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

Re: [HTCondor-users] Current ClassAd values in job files [.job.ad, .machine.ad] ?



Hi Thomas,

If you want to edit/add the attributes in the job classad then you should set wantIOProxy = True in the job submission and use condor_chirp to update the values in the job classad.

This update will get passed back to the schedd via the shadow.

Not sure what would happen if you tried to manually change the machine.ad.

Cheers, Iain
________________________________________
From: HTCondor-users [htcondor-users-bounces@xxxxxxxxxxx] on behalf of Thomas Hartmann [thomas.hartmann@xxxxxxx]
Sent: 13 April 2016 16:20
To: HTCondor-Users Mail List
Subject: [HTCondor-users] Current ClassAd values in job files [.job.ad, .machine.ad] ?

Hi all,

I stumbled over the job's ClassAd files
/var/lib/condor/execute/dir_PID/{.job.ad,.machine.ad}

Represent the files/ClassAds the current values of a jobs or do they
contain the values at start (with the current values in memory not
flushed to disk)? (*)

Cheers and thanks,
  Thomas

(*) what would happen, if one would try to manipulated the files' values
or try to add keys...?