correction d'un problème qui faisait que clustercontroller ainsi que la page web clusterstatus plantait losque'une machine était réaffectée à une autre queue (et donc qu'une queuemachine était marquée comme obsolète)
This commit is contained in:
parent
862f45ec7a
commit
bf472a82f4
|
@ -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:
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue