US ATLAS / HTCondor meeting 2
→
US/Eastern
Introductions / news
Some topics of discussion:
Anything else of interest / open discussion
Ways to kill job without killing pilot using cgroup subgroups - Fred and team working on this with Greg
Opensearch v2 support included in condor 24.0.3+
Condor ssh to job:
Condor_starter creates sshd subprocess (magic) sends traffic through starter/shadow connection. Security for this is condor security (Greg is expert on this)
Pnfs issue:
Pnfs inaccessible from within job: looks like user’s jdf was missing something required for the auth (X509UserProxy)
Job router:
HTCondor-CE job router conversion tool: problem when running from versions of condor that are too low (no output). Confirmed working in condor 24
condor_transform_ads -convert:file old_route_file > new_route_file
I found in some cases the “JOB_ROUTER_ROUTE_NAMES = <names>” line was omitted from the converted file, so I needed to include that line in the final version of the file. Names should be listed in order they are evaluated, order of the route blocks themselves does not matter.