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:
Guillaume Raffy 2013-04-19 09:00:01 +00:00
parent 862f45ec7a
commit bf472a82f4
1 changed files with 1 additions and 0 deletions

View File

@ -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:
"""