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

Re: [Condor-users] pool drainoff



> How can I put a single node in a condor pool into a 
> 'drainoff' state, that is, let any jobs currently running on 
> the node finish, but don't accept new jobs.

It should be:

	condor_off -peaceful

In theory that will shut down the machines once all the running jobs
leave. In practice I find if one job takes an incredibly long time to
run new jobs keep getting assigned to the machine and a peaceful point
to shut down is never reached. That's with 6.8.6 (yea, Condor guys, I
know: why don't I tell you about these things? Sometimes it just slips
my mind... :) ).
 
> I thought I could do this by setting 'START=False' in the 
> node-specific condor_config.local, followed by 
> 'condor_reconfig -subsystem startd' on the node, but that 
> doesn't seem to have worked.  The node is still starting new jobs.

Hmm...try:

	condor_reconfig -startd -full

But my gut feeling that is that START = False is going to immediately
vacate the running jobs.

- Ian


Confidentiality Notice.  This message may contain information that is confidential or otherwise protected from disclosure.
If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution, 
or copying of this message, or any attachments, is strictly prohibited.  If you have received this message in error, 
please advise the sender by reply e-mail, and delete the message and any attachments.  Thank you.