Message752

Author rader
Recipients dan, rader
Date 2007.01.22 13:20
Content
> The condor status graphs should be fixed so that when the 
 > "GeneralPurposeVM" is unclaimed, it reports the status of the 
 > "SuspendVM" instead.  Without this, our reports of GLOW utilization are 
 > not showing the full utilization that really exists.
 > 
 > Here's an example of a condor_status query that does the right thing.  
 > It shows the state of each general purpose VM or, if unclaimed, the 
 > state of the corresponding suspension VM.
 > 
 > condor_status -pool glow.cs.wisc.edu -constraint 'IsGeneralPurposeVM && 
 > OpSys == "LINUX"' -f "%s\n" 
 > 'ifThenElse(State=?="Unclaimed",ifThenElse(SuspendVMClaimed,"Claimed","Unclaimed"),State)'

So change

 -constraint 'IsGeneralPurposeVM =?= True'

to that crazy one above, right?



 > We should also change the graph to report the "Backfill" state.

Tell me more.  I don't know about the backfill state!



 > Also note that the description of the condor_status query in the 
 > following web page is slightly wrong (probably my fault).
 > 
 > http://noc.hep.wisc.edu/nrg/condor/pools/GLOW-condor-pool.cgi
 > 
 > It should have OpSys == "LINUX" rather than Arch == "LINUX".

Fixed.

steve
- - -
History
Date User Action Args
2007-01-22 13:20:14radersetrecipients: + rader, dan
2007-01-22 13:20:14raderlinkissue4164 messages
2007-01-22 13:20:14radercreate