File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 7
7
"lookback" : " 5m" ,
8
8
"bufferSize" : 10 ,
9
9
"source" : " docker-monitor" ,
10
- "conditions" : [],
10
+ "conditions" : [
11
+ {
12
+ "type" : " CorruptDockerOverlay2" ,
13
+ "reason" : " NoCorruptDockerOverlay2" ,
14
+ "message" : " docker overlay2 is functioning properly"
15
+ }
16
+ ],
11
17
"rules" : [
12
18
{
13
19
"type" : " temporary" ,
14
20
"reason" : " CorruptDockerImage" ,
15
21
"pattern" : " Error trying v2 registry: failed to register layer: rename /var/lib/docker/image/(.+) /var/lib/docker/image/(.+): directory not empty.*"
22
+ },
23
+ {
24
+ "type" : " permanent" ,
25
+ "condition" : " CorruptDockerOverlay2" ,
26
+ "reason" : " CorruptDockerOverlay2" ,
27
+ "pattern" : " returned error: readlink /var/lib/docker/overlay2.*: invalid argument.*"
16
28
}
17
29
]
18
30
}
You can’t perform that action at this time.
0 commit comments