Changed downtime policy
This commit is contained in:
parent
fe3a709c79
commit
7199d10ad9
@ -28,10 +28,9 @@ but jobs already queued on the partition may be allocated to nodes and run.
|
||||
|
||||
Unless explicitly specified, the default draining policy for each partition will be the following:
|
||||
|
||||
* The **general** partition will be soft drained on the previous Friday from 8am.
|
||||
* The **daily** partition will be soft drained on the previous day from 8am.
|
||||
* The **hourly** partition will be soft drained on the same Monday from 7am.
|
||||
* The **gpu** partition will be soft drained on the same Monday from 7am.
|
||||
* The **daily** and **general** partition will be soft drained 24h before the downtime.
|
||||
* The **hourly** partition will be soft drained 1 hour before the downtime.
|
||||
* The **gpu** partition will be soft drained 1 hour before the downtime.
|
||||
|
||||
Finally, **remaining running jobs will be killed** by default when the downtime starts. In some specific rare cases jobs will be
|
||||
just *paused* and *resumed* back when the downtime finished.
|
||||
@ -42,10 +41,10 @@ The following table contains a summary of the draining policies during a Schedul
|
||||
|
||||
| **Partition** | **Drain Policy** | **Default Drain Type** | **Default Job Policy** |
|
||||
|:---------------:| -----------------:| ----------------------:| --------------------------------:|
|
||||
| **general** | 72h before the SD | soft drain | Kill running jobs when SD starts |
|
||||
| **general** | 24h before the SD | soft drain | Kill running jobs when SD starts |
|
||||
| **daily** | 24h before the SD | soft drain | Kill running jobs when SD starts |
|
||||
| **hourly** | 1h before the SD | soft drain | Kill running jobs when SD starts |
|
||||
| **gpu** | 72h before the SD | soft drain | Kill running jobs when SD starts |
|
||||
| **gpu** | 1h before the SD | soft drain | Kill running jobs when SD starts |
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user