Bug #3442
Certain old VM that are long gone are still listed by query_one_lite
Status:
Resolved
Priority:
Normal
Assignee:
Parag Mhashilkar
Start date:
02/07/2013
Due date:
% Done:
0%
Estimated time:
Description
This happens if the HISTORY_ETIME and/or HISTORY_STIME are nil. Ruby converts Integer(nil) to 0. Fix is to look for vm["STIME"] and vm["ETIME"] when HISTORY_STIME & HISTORY_ETIME are 0 or nil respectively