mirror of
https://github.com/ceph/ceph
synced 2024-12-22 19:34:30 +00:00
0422673b61
When the mds revoking the Fwbl caps, the clients need to flush the dirty data back to the OSDs, but the flush may make the OSDs to be overloaded and slow, which may take more than 60 seconds to finish. Then the MDS daemons will report the WRN messages. For the teuthology test cases, let's just increase the timeout value to make it work. Fixes: https://tracker.ceph.com/issues/47565 Signed-off-by: Xiubo Li <xiubli@redhat.com>
5 lines
58 B
YAML
5 lines
58 B
YAML
overrides:
|
|
ceph:
|
|
cephfs:
|
|
session_timeout: 300
|