From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- qa/cephfs/mount/kclient/% | 0 qa/cephfs/mount/kclient/.qa | 1 + qa/cephfs/mount/kclient/mount-syntax/$ | 0 qa/cephfs/mount/kclient/mount-syntax/v1.yaml | 3 +++ qa/cephfs/mount/kclient/mount-syntax/v2.yaml | 3 +++ qa/cephfs/mount/kclient/mount.yaml | 16 ++++++++++++++++ qa/cephfs/mount/kclient/overrides/% | 0 qa/cephfs/mount/kclient/overrides/.qa | 1 + qa/cephfs/mount/kclient/overrides/distro/.qa | 1 + qa/cephfs/mount/kclient/overrides/distro/stock/% | 0 qa/cephfs/mount/kclient/overrides/distro/stock/.qa | 1 + .../mount/kclient/overrides/distro/stock/k-stock.yaml | 4 ++++ .../mount/kclient/overrides/distro/stock/rhel_8.yaml | 1 + qa/cephfs/mount/kclient/overrides/distro/testing/.qa | 1 + .../kclient/overrides/distro/testing/k-testing.yaml | 4 ++++ qa/cephfs/mount/kclient/overrides/ms-die-on-skipped.yaml | 5 +++++ 16 files changed, 41 insertions(+) create mode 100644 qa/cephfs/mount/kclient/% create mode 120000 qa/cephfs/mount/kclient/.qa create mode 100644 qa/cephfs/mount/kclient/mount-syntax/$ create mode 100644 qa/cephfs/mount/kclient/mount-syntax/v1.yaml create mode 100644 qa/cephfs/mount/kclient/mount-syntax/v2.yaml create mode 100644 qa/cephfs/mount/kclient/mount.yaml create mode 100644 qa/cephfs/mount/kclient/overrides/% create mode 120000 qa/cephfs/mount/kclient/overrides/.qa create mode 120000 qa/cephfs/mount/kclient/overrides/distro/.qa create mode 100644 qa/cephfs/mount/kclient/overrides/distro/stock/% create mode 120000 qa/cephfs/mount/kclient/overrides/distro/stock/.qa create mode 100644 qa/cephfs/mount/kclient/overrides/distro/stock/k-stock.yaml create mode 120000 qa/cephfs/mount/kclient/overrides/distro/stock/rhel_8.yaml create mode 120000 qa/cephfs/mount/kclient/overrides/distro/testing/.qa create mode 100644 qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml create mode 100644 qa/cephfs/mount/kclient/overrides/ms-die-on-skipped.yaml (limited to 'qa/cephfs/mount/kclient') diff --git a/qa/cephfs/mount/kclient/% b/qa/cephfs/mount/kclient/% new file mode 100644 index 000000000..e69de29bb diff --git a/qa/cephfs/mount/kclient/.qa b/qa/cephfs/mount/kclient/.qa new file mode 120000 index 000000000..a602a0353 --- /dev/null +++ b/qa/cephfs/mount/kclient/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/mount-syntax/$ b/qa/cephfs/mount/kclient/mount-syntax/$ new file mode 100644 index 000000000..e69de29bb diff --git a/qa/cephfs/mount/kclient/mount-syntax/v1.yaml b/qa/cephfs/mount/kclient/mount-syntax/v1.yaml new file mode 100644 index 000000000..84d5d43b2 --- /dev/null +++ b/qa/cephfs/mount/kclient/mount-syntax/v1.yaml @@ -0,0 +1,3 @@ +overrides: + kclient: + syntax: 'v1' diff --git a/qa/cephfs/mount/kclient/mount-syntax/v2.yaml b/qa/cephfs/mount/kclient/mount-syntax/v2.yaml new file mode 100644 index 000000000..ef7d30424 --- /dev/null +++ b/qa/cephfs/mount/kclient/mount-syntax/v2.yaml @@ -0,0 +1,3 @@ +overrides: + kclient: + syntax: 'v2' diff --git a/qa/cephfs/mount/kclient/mount.yaml b/qa/cephfs/mount/kclient/mount.yaml new file mode 100644 index 000000000..a130ff9d5 --- /dev/null +++ b/qa/cephfs/mount/kclient/mount.yaml @@ -0,0 +1,16 @@ +teuthology: + postmerge: + - local function is_kupstream() + return yaml.ktype == 'upstream' + end + - local function is_kdistro() + return yaml.ktype == 'distro' + end + - local function is_fuse() + return false + end + - local function syntax_version() + return yaml.overrides.kclient.syntax + end +tasks: +- kclient: diff --git a/qa/cephfs/mount/kclient/overrides/% b/qa/cephfs/mount/kclient/overrides/% new file mode 100644 index 000000000..e69de29bb diff --git a/qa/cephfs/mount/kclient/overrides/.qa b/qa/cephfs/mount/kclient/overrides/.qa new file mode 120000 index 000000000..a602a0353 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/.qa b/qa/cephfs/mount/kclient/overrides/distro/.qa new file mode 120000 index 000000000..a602a0353 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/stock/% b/qa/cephfs/mount/kclient/overrides/distro/stock/% new file mode 100644 index 000000000..e69de29bb diff --git a/qa/cephfs/mount/kclient/overrides/distro/stock/.qa b/qa/cephfs/mount/kclient/overrides/distro/stock/.qa new file mode 120000 index 000000000..a602a0353 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/stock/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/stock/k-stock.yaml b/qa/cephfs/mount/kclient/overrides/distro/stock/k-stock.yaml new file mode 100644 index 000000000..ca2d688bb --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/stock/k-stock.yaml @@ -0,0 +1,4 @@ +kernel: + client: + sha1: distro +ktype: distro diff --git a/qa/cephfs/mount/kclient/overrides/distro/stock/rhel_8.yaml b/qa/cephfs/mount/kclient/overrides/distro/stock/rhel_8.yaml new file mode 120000 index 000000000..133acf27b --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/stock/rhel_8.yaml @@ -0,0 +1 @@ +.qa/distros/all/rhel_8.yaml \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/testing/.qa b/qa/cephfs/mount/kclient/overrides/distro/testing/.qa new file mode 120000 index 000000000..a602a0353 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/testing/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml b/qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml new file mode 100644 index 000000000..2ee219125 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml @@ -0,0 +1,4 @@ +kernel: + client: + branch: testing +ktype: upstream diff --git a/qa/cephfs/mount/kclient/overrides/ms-die-on-skipped.yaml b/qa/cephfs/mount/kclient/overrides/ms-die-on-skipped.yaml new file mode 100644 index 000000000..30da870b2 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/ms-die-on-skipped.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + global: + ms die on skipped message: false -- cgit v1.2.3