OCP ワーカーノードに [xfs-xxx/dm-y] というプロセスが多数存在するのはなぜですか?
Issue
- ワーカーノードの 1 つで、スリープ状態のプロセスが大量に表示されます。合計は 3330 です。クラスター内にある他の全ノードの数は 600 未満です。これらは docker プロセスであり、何が原因であるかわかりません。
- これらのプロセスは、
$ps -auxでは以下のように表示されます。
root 71184 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-buf/dm-6]
root 71185 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-data/dm-6]
root 71186 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-conv/dm-6]
root 71187 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-cil/dm-6]
root 71188 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-reclaim/dm-]
root 71189 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-log/dm-6]
root 71191 0.0 0.0 0 0 ? S Jan08 0:00 [xfsaild/dm-6]
root 71343 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-buf/dm-7]
root 71344 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-data/dm-7]
root 71345 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-conv/dm-7]
root 71346 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-cil/dm-7]
root 71347 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-reclaim/dm-]
root 71348 0.0 0.0 0 0 ? S< Jan08 0:00 [xfs-log/dm-7]
root 71350 0.0 0.0 0 0 ? S Jan08 0:00 [xfsaild/dm-7]
- これが正常なものかどうかを確認していただけないでしょうか。
Environment
- Red Hat OpenShift Container Platform 3 以降
- RHEL 7 以降
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.