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

[Condor-users] condor_rm doesn't work correctl when leave_in_queue = True is in submit script.



Hi,

My pal and i reported this a while ago..but it still is not fixxed in 6.7.6 it seems

Problem: condor_rm doesn;t remove a jobs which have
leave_in_queue = True
in the submit script.

The only way to remove a job which has this int eh submit script is to do condor_rm on the job and then do condor_rm jobId -forcex jobOwnerName

=======================================

Just doing  condor_rm jobId -forcex jobOwnerName will not work..
you must do both in order to remove the job.

Is this a bug or is this how COndor is supposed to behave?

JW