Image Deploy Job doesn't show up in image history and shows as 2020+ years duration in imaging report
-
Last night I queued up 3 computers to be re-imaged.
They all imaged but one of the hosts didn’t get an updated image history.The imaging log report looks like this for the 3 computers
The one that didn’t get a history update has a duration that is really just the time it started.
This may be related to my other ongoing post https://forums.fogproject.org/post/139217 I’m working with @Sebastian-Roth on, but this seems like a separate issue.
-
@JJ-Fullmer Did the deployment finish fine? Task in the web UI was gone?
-
@sebastian-roth Yes to both. It’s just the reporting and history that didn’t work.
-
@JJ-Fullmer Please run the following DB query and post results here:
SELECT ilID,ilHostID,ilStartTime,ilFinishTime FROM imagingLog WHERE ilHostID=(SELECT hostID FROM hosts WHERE hostName LIKE '%dr-wks-2943%');
-
MariaDB [fog]> SELECT ilID,ilHostID,ilStartTime,ilFinishTime FROM imagingLog WHERE ilHostID=(SELECT hostID FROM hosts WHERE hostName LIKE '%dr-wks-2943%'); +------+----------+---------------------+---------------------+ | ilID | ilHostID | ilStartTime | ilFinishTime | +------+----------+---------------------+---------------------+ | 987 | 1581 | 2017-11-06 16:43:25 | 2017-11-06 16:44:58 | | 1353 | 1581 | 2020-11-17 18:13:37 | 0000-00-00 00:00:00 | +------+----------+---------------------+---------------------+ 2 rows in set (0.07 sec)
-
@JJ-Fullmer Have had this on my list but still not sure how we should tackle this. Do you still see machines that do not report a finish time after imaging?
-
@sebastian-roth I have not, it seems to have just been that one time.