This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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? |