Skip to content

Commit f1aa82a

Browse files
authored
Merge pull request #596 from lizhuqi/update-config
remove aufs hung check
2 parents aa5c7ec + fe09e41 commit f1aa82a

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

config/kernel-monitor-filelog.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
"reason": "KernelOops",
4343
"pattern": "divide error: 0000 \\[#\\d+\\] SMP"
4444
},
45-
{
46-
"type": "permanent",
47-
"condition": "KernelDeadlock",
48-
"reason": "AUFSUmountHung",
49-
"pattern": "task umount\\.aufs:\\w+ blocked for more than \\w+ seconds\\."
50-
},
5145
{
5246
"type": "permanent",
5347
"condition": "KernelDeadlock",

config/kernel-monitor.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@
6363
"reason": "MemoryReadError",
6464
"pattern": "CE memory read error .*"
6565
},
66-
{
67-
"type": "permanent",
68-
"condition": "KernelDeadlock",
69-
"reason": "AUFSUmountHung",
70-
"pattern": "task umount\\.aufs:\\w+ blocked for more than \\w+ seconds\\."
71-
},
7266
{
7367
"type": "permanent",
7468
"condition": "KernelDeadlock",

deployment/node-problem-detector-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ data:
5050
"reason": "MemoryReadError",
5151
"pattern": "CE memory read error .*"
5252
},
53-
{
54-
"type": "permanent",
55-
"condition": "KernelDeadlock",
56-
"reason": "AUFSUmountHung",
57-
"pattern": "task umount\\.aufs:\\w+ blocked for more than \\w+ seconds\\."
58-
},
5953
{
6054
"type": "permanent",
6155
"condition": "KernelDeadlock",

pkg/util/metrics/testdata/sample_metrics.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ disk_weighted_io{device="sda8"} 160
1818
host_uptime{kernel_version="4.14.127+",os_version="cos 73-11647.217.0"} 81
1919
# HELP problem_counter Number of times a specific type of problem have occurred.
2020
# TYPE problem_counter counter
21-
problem_counter{reason="AUFSUmountHung"} 0
2221
problem_counter{reason="ContainerdStart"} 1
2322
problem_counter{reason="CorruptDockerImage"} 0
2423
problem_counter{reason="CorruptDockerOverlay2"} 0
@@ -35,7 +34,6 @@ problem_counter{reason="TaskHung"} 0
3534
problem_counter{reason="UnregisterNetDevice"} 0
3635
# HELP problem_gauge Whether a specific type of problem is affecting the node or not.
3736
# TYPE problem_gauge gauge
38-
problem_gauge{reason="AUFSUmountHung",type="KernelDeadlock"} 0
3937
problem_gauge{reason="CorruptDockerOverlay2",type="CorruptDockerOverlay2"} 0
4038
problem_gauge{reason="DockerHung",type="KernelDeadlock"} 0
4139
problem_gauge{reason="FilesystemIsReadOnly",type="ReadonlyFilesystem"} 0

0 commit comments

Comments
 (0)