]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: add session_timeout option support 37840/head
authorXiubo Li <xiubli@redhat.com>
Tue, 20 Oct 2020 05:26:33 +0000 (01:26 -0400)
committerNathan Cutler <ncutler@suse.com>
Tue, 27 Oct 2020 08:30:46 +0000 (09:30 +0100)
commit602a637f34100bb18b85b4463241f75f43aa2baf
treee93569af68332bb0e163d790aeb37484caa301da
parent2affc2ab81560c88f652f939ac06a4aa9a5b65a3
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>
(cherry picked from commit 0422673b6150df851a4ea1662637a77585cde52d)
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