From bf472a82f43d9c5ed32da3f3ab89529c11b4ad78 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Fri, 19 Apr 2013 09:00:01 +0000 Subject: [PATCH] =?UTF-8?q?correction=20d'un=20probl=C3=A8me=20qui=20faisa?= =?UTF-8?q?it=20que=20clustercontroller=20ainsi=20que=20la=20page=20web=20?= =?UTF-8?q?clusterstatus=20plantait=20losque'une=20machine=20=C3=A9tait=20?= =?UTF-8?q?r=C3=A9affect=C3=A9e=20=C3=A0=20une=20autre=20queue=20(et=20don?= =?UTF-8?q?c=20qu'une=20queuemachine=20=C3=A9tait=20marqu=C3=A9e=20comme?= =?UTF-8?q?=20obsol=C3=A8te)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ClusterController/QueueMachine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ClusterController/QueueMachine.py b/ClusterController/QueueMachine.py index d281131..6b02292 100644 --- a/ClusterController/QueueMachine.py +++ b/ClusterController/QueueMachine.py @@ -4,6 +4,7 @@ class QueueMachineStateFlags: # ALARM=2 # the queue machine is in alarm state (see man qstat) UNKNOWN=4 # the queue machine is in unknown state because sge_execd cannot be contected (see man qstat) ERROR=8 # the queue is in error state + OBSOLETE=16 # the queue no longer exists but it is still visible because it still contains running jobs class QueueMachine: """