Skip to content

Commit d52844a

Browse files
committed
Add HCS empty layer error reporting.
1 parent fae6181 commit d52844a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/windows-containerd-monitor-filelog.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"type": "temporary",
2121
"reason": "CorruptContainerImageLayer",
2222
"pattern": ".*failed to pull and unpack image.*failed to extract layer.*archive/tar: invalid tar header.*"
23+
},
24+
{
25+
"type": "temporary",
26+
"reason": "HCSEmptyLayerchain",
27+
"pattern": ".*Failed to unmarshall layerchain json - invalid character '\\x00' looking for beginning of value*"
2328
}
2429
]
2530
}

0 commit comments

Comments
 (0)