[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] pool drainoff
- Date: Mon, 28 Apr 2008 13:09:09 -0700
- From: Michael Thomas <thomas@xxxxxxxxxxxxxxx>
- Subject: [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.
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.
--Mike