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

Re: [HTCondor-users] Worker node should only accept jobs with rhel9



Todd, thanks for your help.Â

Some further investigation in my case helped me to confirm that it's related to versioning.Â

Created master with 24.0.3 version, added the problematic 24.0.3 node in the new cluster. It started accepting jobs with the condition that it was not working with 9.0.17 master.Â

Then I used a 9.0.17 worker node with the same version master node using the same condition and it worked.Â

This is making me lean towards the version compatibility issue.Â

Strangely it happens only for OSVERSION usage. With owner usage or putting regex on global jobid it works absolutely fine.Â
Â

Thanks & Regards,
Vikrant Aggarwal


On Wed, Mar 12, 2025 at 2:55âPM Todd L Miller <tlmiller@xxxxxxxxxxx> wrote:
> Workernode is running 24.0.3 and submitter node running 9.0.17 (again
> version should also not cause any issue)

    We stopped supporting 9.0 quite some time ago, and I can't
reproduce the problem locally; I don't know what to tell you. You could
try wrapping the `Osversion` _expression_ in `debug()` and adding
D_FULLDEBUG to the negotiator and schedd to see when it's being evaluated
and to what.

-- ToddM