]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/suites/krbd: add msgr2 modes to most subsuites 39078/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 20 Jan 2021 15:00:18 +0000 (16:00 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 26 Jan 2021 12:38:56 +0000 (13:38 +0100)
commit44be5232a99d86261c21f99468f9412dd906c98c
treebfd8ff831b7a597cd87260c986c444efd0f1ad57
parentddb04aa2cb7c7f4ea121a8bcee7661078066a227
qa/suites/krbd: add msgr2 modes to most subsuites

basic, rbd and rbd-nomount subsuites are expanded to run with each
of ms_mode=legacy, ms_mode=crc and ms_mode=secure.  This increases
the total number of jobs in the suite from 100 to 220.

fsx, singleton and thrash subsuites choose ms_mode at random (from
the above plus ms_mode=prefer-crc).

unmap and wac subsuites remain msgr1-only.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 65948736a41f424d8152b208d013419f8d6038a4)
28 files changed:
qa/suites/krbd/basic/ms_mode/.qa [new symlink]
qa/suites/krbd/basic/ms_mode/crc.yaml [new file with mode: 0644]
qa/suites/krbd/basic/ms_mode/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/basic/ms_mode/secure.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/conf.yaml
qa/suites/krbd/fsx/ms_mode$/.qa [new symlink]
qa/suites/krbd/fsx/ms_mode$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/ms_mode$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/ms_mode$/prefer-crc.yaml [new file with mode: 0644]
qa/suites/krbd/fsx/ms_mode$/secure.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/ms_mode/.qa [new symlink]
qa/suites/krbd/rbd-nomount/ms_mode/crc.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/ms_mode/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/rbd-nomount/ms_mode/secure.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/ms_mode/.qa [new symlink]
qa/suites/krbd/rbd/ms_mode/crc.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/ms_mode/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/rbd/ms_mode/secure.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/ms_mode$/.qa [new symlink]
qa/suites/krbd/singleton/ms_mode$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/ms_mode$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/ms_mode$/prefer-crc.yaml [new file with mode: 0644]
qa/suites/krbd/singleton/ms_mode$/secure.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/ms_mode$/.qa [new symlink]
qa/suites/krbd/thrash/ms_mode$/crc.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/ms_mode$/legacy.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/ms_mode$/prefer-crc.yaml [new file with mode: 0644]
qa/suites/krbd/thrash/ms_mode$/secure.yaml [new file with mode: 0644]