Skip to content

Commit

Permalink
Merge pull request #596 from lizhuqi/update-config
Browse files Browse the repository at this point in the history
remove aufs hung check
  • Loading branch information
k8s-ci-robot authored Aug 12, 2021
2 parents aa5c7ec + fe09e41 commit f1aa82a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
6 changes: 0 additions & 6 deletions config/kernel-monitor-filelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@
"reason": "KernelOops",
"pattern": "divide error: 0000 \\[#\\d+\\] SMP"
},
{
"type": "permanent",
"condition": "KernelDeadlock",
"reason": "AUFSUmountHung",
"pattern": "task umount\\.aufs:\\w+ blocked for more than \\w+ seconds\\."
},
{
"type": "permanent",
"condition": "KernelDeadlock",
Expand Down
6 changes: 0 additions & 6 deletions config/kernel-monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@
"reason": "MemoryReadError",
"pattern": "CE memory read error .*"
},
{
"type": "permanent",
"condition": "KernelDeadlock",
"reason": "AUFSUmountHung",
"pattern": "task umount\\.aufs:\\w+ blocked for more than \\w+ seconds\\."
},
{
"type": "permanent",
"condition": "KernelDeadlock",
Expand Down
6 changes: 0 additions & 6 deletions deployment/node-problem-detector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ data:
"reason": "MemoryReadError",
"pattern": "CE memory read error .*"
},
{
"type": "permanent",
"condition": "KernelDeadlock",
"reason": "AUFSUmountHung",
"pattern": "task umount\\.aufs:\\w+ blocked for more than \\w+ seconds\\."
},
{
"type": "permanent",
"condition": "KernelDeadlock",
Expand Down
2 changes: 0 additions & 2 deletions pkg/util/metrics/testdata/sample_metrics.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ disk_weighted_io{device="sda8"} 160
host_uptime{kernel_version="4.14.127+",os_version="cos 73-11647.217.0"} 81
# HELP problem_counter Number of times a specific type of problem have occurred.
# TYPE problem_counter counter
problem_counter{reason="AUFSUmountHung"} 0
problem_counter{reason="ContainerdStart"} 1
problem_counter{reason="CorruptDockerImage"} 0
problem_counter{reason="CorruptDockerOverlay2"} 0
Expand All @@ -35,7 +34,6 @@ problem_counter{reason="TaskHung"} 0
problem_counter{reason="UnregisterNetDevice"} 0
# HELP problem_gauge Whether a specific type of problem is affecting the node or not.
# TYPE problem_gauge gauge
problem_gauge{reason="AUFSUmountHung",type="KernelDeadlock"} 0
problem_gauge{reason="CorruptDockerOverlay2",type="CorruptDockerOverlay2"} 0
problem_gauge{reason="DockerHung",type="KernelDeadlock"} 0
problem_gauge{reason="FilesystemIsReadOnly",type="ReadonlyFilesystem"} 0
Expand Down

0 comments on commit f1aa82a

Please sign in to comment.