My mistake. You are correct STARTD_JOB_ATTRS doesnât do what you want.
Iâm not sure that the is a knob that does. From: ervikrant06@xxxxxxxxx <ervikrant06@xxxxxxxxx> Hi John, Thanks for your response. As per the documentation it seems like that STARTD_JOB_ATTRS has different purpose, its advertising job classAD into machine classAD. In my case I want to advertise Machine classAD into Job classAD. When the machine is claimed by a remote user, the condor_startd can also advertise arbitrary attributes from the job ClassAd
in the machine ClassAd. List the attribute names to be advertised. NOTE: Since these are already ClassAd expressions, do not do anything unusual with strings. By default, the job ClassAd attributes JobUniverse, NiceUser, ExecutableSize and ImageSize
are advertised into the machine ClassAd. This setting was formerly called STARTD_JOB_EXPRS. The older name is still
supported, but support for the older name may be removed in a future version of HTCondor. Also checked STARTD_ATTRS also but doesn't seem to right candidate for this job as they are only adding classAD into machine classAD. Thought of doing hack on submit side but doesn't work hence discarded this idea. submit_attrs = $(submit_attrs) nodeempted But in job classAD nodeempted always come as False.
Thanks & Regards, Vikrant Aggarwal On Tue, Jun 2, 2020 at 8:33 PM John M Knoeller <johnkn@xxxxxxxxxxx> wrote:
|