From: Jeff Layton Date: Thu, 5 Aug 2021 18:10:02 +0000 (-0400) Subject: qa: test the "ms_mode" options in kclient workflows X-Git-Tag: v17.1.0~993^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cd41b1c1509f82eb81384a7b2bbfe0fb3b72f69e;p=ceph.git qa: test the "ms_mode" options in kclient workflows Note that I didn't bother adding the prefer-* options, as I figure it's better to be definite. Fixes: https://tracker.ceph.com/issues/52068 Signed-off-by: Jeff Layton --- diff --git a/qa/suites/fs/workload/ms_mode/$ b/qa/suites/fs/workload/ms_mode/$ new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qa/suites/fs/workload/ms_mode/crc.yaml b/qa/suites/fs/workload/ms_mode/crc.yaml new file mode 100644 index 000000000000..7efada467b33 --- /dev/null +++ b/qa/suites/fs/workload/ms_mode/crc.yaml @@ -0,0 +1,3 @@ +overrides: + kclient: + mntopts: ["ms_mode=crc"] diff --git a/qa/suites/fs/workload/ms_mode/legacy.yaml b/qa/suites/fs/workload/ms_mode/legacy.yaml new file mode 100644 index 000000000000..8a68a7756681 --- /dev/null +++ b/qa/suites/fs/workload/ms_mode/legacy.yaml @@ -0,0 +1,3 @@ +overrides: + kclient: + mntopts: ["ms_mode=legacy"] diff --git a/qa/suites/fs/workload/ms_mode/secure.yaml b/qa/suites/fs/workload/ms_mode/secure.yaml new file mode 100644 index 000000000000..b4a4221d51dd --- /dev/null +++ b/qa/suites/fs/workload/ms_mode/secure.yaml @@ -0,0 +1,3 @@ +overrides: + kclient: + mntopts: ["ms_mode=secure"]