| Mailing List ArchivesAuthenticated access |  | ![[Computer Systems Lab]](http://www.cs.wisc.edu/pics/csl_logo.gif)  | 
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Preventing job submission without killing existing	jobs?
- Date: Wed, 2 Mar 2005 12:30:28 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Preventing job submission without killing existing	jobs?
On Wed, Mar 02, 2005 at 09:16:04AM -0600, Chris Green wrote:
> Hi,
> 
> I wish to prevent further submissions on a machine in the condor pool 
> without affecting (vanilla) jobs already in the queue on that machine. Can 
> this be done easily? I already have START=0 in the configuration 
> preventing new jobs *executing*, but this isn't quite the same thing.
> 
Not really. There is no way to tell the schedd to stop accepting new jobs.
You could remove condor_submit, or wrap it in a shell script or something,
but if someone can find another copy of condor_submit they'd still be
able to submit a job. 
-Erik