]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: add session_timeout option support 37629/head
authorXiubo Li <xiubli@redhat.com>
Tue, 20 Oct 2020 05:26:33 +0000 (01:26 -0400)
committerXiubo Li <xiubli@redhat.com>
Fri, 23 Oct 2020 06:27:37 +0000 (14:27 +0800)
commit0422673b6150df851a4ea1662637a77585cde52d
tree86ac4f4ec6a0249ee6ed6c2b805501d84cb1784a
parentcb8081ce7f4e0897cb2047d409ac2865afb3227c
qa/cephfs: add session_timeout option support

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>
qa/cephfs/overrides/session_timeout.yaml [new file with mode: 0644]
qa/suites/fs/basic_workload/overrides/session_timeout.yaml [new symlink]
qa/suites/fs/thrash/overrides/session_timeout.yaml [new symlink]
qa/suites/fs/verify/overrides/session_timeout.yaml [new symlink]
qa/tasks/ceph.py
qa/tasks/cephfs/filesystem.py
qa/tasks/vstart_runner.py