condor_drain(1) | General Commands Manual | condor_drain(1) |
condor_drain Control - draining of an execute machine
condor_drain [-help]
condor_drain[-debug] [-pool pool-name] [-graceful |-quick |-fast] [-resume-on-completion] [-check expr] machine-name
condor_drain[-debug] [-pool pool-name] -cancel[-request-id id] machine-name
condor_drainis an administrative command used to control the draining of all slots on an execute machine. When a machine is draining, it will not accept any new jobs. Which machine to drain is specified by the argument machine-name, and will be the same as the machine ClassAd attribute Machine.
How currently running jobs are treated depends on the draining schedule that is chosen with a command-line option:
-graceful
-quick
-fast
Once draining is complete, the machine will enter the Drained/Idle state. To resume normal operation (negotiation) at that time or any previous time during draining, the -canceloption may be used. The -resume-on-completionoption results in automatic resumption of normal operation once draining has completed, and may be used when initiating draining. This is useful for forcing a machine with a partitionable slots to join all of the resources back together into one machine, facilitating de-fragmentation and whole machine negotiation.
-help
-debug
-pool pool-name
-graceful
-quick
-fast
-resume-on-completion
-check expr
-cancel
-request-id id
condor_drainwill exit with a non-zero status value if it fails and zero status if it succeeds.
Center for High Throughput Computing, University of Wisconsin-Madison
Copyright (C) 1990-2016 Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0.
May 2022 |