Hello!
We are running a HTCondor 9.0 pool on Rocky Linux. Recently, we are finding some held jobs are impossible to remove. As an example, hereâs what we get:
$ condor_rm 3814
Couldn't find/remove all jobs in cluster 3814
$ condor_rm 3814.0
Permission denied to remove job 3814.0
Same responses for condor_release.
Our configuration on the submitting machine is like this:
In 00-htcondor-9.0.config
# use security:host_based
use security:recommended_v9_0
and in 01-submit.config
# For details, run condor_config_val use role:get_htcondor_submit
use role:get_htcondor_submit
We do not have a ALLOW_ADMINISTRATORS knob dialed in. Should we allow $(IP_ADDRESS)? Any other permissions come to mind?
Many thanks
Mike