Replies: 1 comment
|
@remram44 Processes stuck in From what you've described, this doesn't immediately point to a ceph-csi bug. Instead, I'd first suspect one of:
A few things I'd recommend checking when this happens:
One question that would help narrow it down:
If the cluster remains healthy while only a single client gets stuck in If this solves your problem, feel free to mark it as the accepted answer so others can find it easily. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I tried benchmarking RBD volumes by running
fioin a Pod. Unfortunately, multiple timesfiogot stuck, and trying to terminate it left its worker subprocesses indisk sleepforever. In this situation I am unable to stop the processes or the container (staysTerminating,cannot stop container: tried to kill container, but did not receive an exit event). My only move is to reboot the whole node, which is very disruptive.I should add that the mount is not completely broken in that situation, I can still issue writes to other files without hanging. But the hung processes never recover or exit.
I am very worried about running production workloads on the cluster if enough sustained disk operations can apparently crash the node.
How can I recover when this happens? How can I prevent it from happening?
I am using Ubuntu 20.04, Linux 5.4.0-109
All reactions