Cephfs hangs after a few writes #29
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following #28, using the following test from hut:
Causes the write to block, with this stack:
Same with ceph 17.2.5 and 18.2.0, both tests on the linux kernel 6.4.11.
Enabling the dynamic debug for the caps file in the ceph kernel module with:
Results in the following messages: dmesg.log
Reported upstream https://tracker.ceph.com/issues/62604
changed the description
It seems the ceph-fuse client is failing too, with another problem.
This problems seems to be caused by the root_squash option. Without it, both dd and fio tests run fine.
mentioned in issue #28