From 7199d10ad9ac8b9cbddbe8ef3efe84e4fe945a04 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Mon, 19 Aug 2019 15:45:43 +0200 Subject: [PATCH] Changed downtime policy --- pages/merlin6/05 announcements/downtimes.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pages/merlin6/05 announcements/downtimes.md b/pages/merlin6/05 announcements/downtimes.md index cea7722..72ee55c 100644 --- a/pages/merlin6/05 announcements/downtimes.md +++ b/pages/merlin6/05 announcements/downtimes.md @@ -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 | ---