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

Re: [HTCondor-users] condor_rm and docker universe



Hi All,
Adding removekillsig to the job file will solve it.

RemoveKillSig = SIGKILL 

I'm running a script inside the docker so the signal does not propagate correctly.

Thanks
David.

From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of duduhandelman@xxxxxxxxxxx <duduhandelman@xxxxxxxxxxx>
Sent: 05 May 2021 15:09
To: htcondor-users@xxxxxxxxxxx <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] condor_rm and docker universe
 
HI All,
While testing condor 9 I noticed that condor_rm of docker universe takes a lot of time to remove the job.
The starter is using "docker kill --signal 15 <container_name>" which apparently will not stop the container, prior to 8.9 the command was just "docker kill <container_name>".

Is there any configuration to change the kill signal?

Tested on docker ce 19 and 20.
Thanks
David