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

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



On Mar 29, 2005, at 6:52 PM, John Wheez wrote:

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?

Yes, you have to run condor_rm twice: first without -forcex, then with -forcex. Note that you can use the jobid with -forcex.


+----------------------------------+---------------------------------+
|            Jaime Frey            |  Public Split on Whether        |
|        jfrey@xxxxxxxxxxx         |  Bush Is a Divider              |
|  http://www.cs.wisc.edu/~jfrey/  |         -- CNN Scrolling Banner |
+----------------------------------+---------------------------------+