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.