Skip to content

Instantly share code, notes, and snippets.

@jiewei-ke
jiewei-ke / 0.1911392-ext4-deadlock
Last active April 17, 2023 06:45
This gist repo is about an ext4 deadlock issue which may be happened when OOM killer is triggered on CentOS 7 with version after 3.10.0-862.el7.
# ext4 deadlock issue
## 0. Background
This gist repo is about an ext4 deadlock issue which may be happened when OOM
killer is triggered on CentOS 7 with version after 3.10.0-862.el7.
See https://bugzilla.redhat.com/show_bug.cgi?id=1911392 for more details.
## 1. How to reproduce this issue?