From da15eb9afef55f369e11b7b365279c55e9ef6ad3 Mon Sep 17 00:00:00 2001 From: michelletandya Date: Wed, 28 Apr 2021 00:59:49 +0000 Subject: [PATCH] Detect containerD errors and failures. --- config/windows-containerd-monitor-filelog.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/windows-containerd-monitor-filelog.json b/config/windows-containerd-monitor-filelog.json index b6f94d77a..4c92e20aa 100644 --- a/config/windows-containerd-monitor-filelog.json +++ b/config/windows-containerd-monitor-filelog.json @@ -13,13 +13,13 @@ "rules": [ { "type": "temporary", - "reason": "MissingPigz", - "pattern": "unpigz not found.*" + "reason": "ContainerCreationFailed", + "pattern": ".*failed to create containerd container.*error unpacking image.*wrong diff id calculated on extraction.*" }, { "type": "temporary", - "reason": "IncompatibleContainer", - "pattern": ".*CreateComputeSystem.*" + "reason": "CorruptContainerImageLayer", + "pattern": ".*failed to pull and unpack image.*failed to extract layer.*archive/tar: invalid tar header.*" } ] }