Changed downtime policy

This commit is contained in:
caubet_m 2019-08-19 15:45:43 +02:00
parent fe3a709c79
commit 7199d10ad9

View File

@ -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: 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** and **general** partition will be soft drained 24h before the downtime.
* The **daily** partition will be soft drained on the previous day from 8am. * The **hourly** partition will be soft drained 1 hour before the downtime.
* The **hourly** partition will be soft drained on the same Monday from 7am. * The **gpu** partition will be soft drained 1 hour before the downtime.
* The **gpu** partition will be soft drained on the same Monday from 7am.
Finally, **remaining running jobs will be killed** by default when the downtime starts. In some specific rare cases jobs will be 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. 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** | | **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 | | **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 | | **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 |
--- ---