]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: reduce fs:workload use of random selection 44486/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 6 Jan 2022 15:51:03 +0000 (10:51 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 14 Feb 2022 18:52:14 +0000 (13:52 -0500)
It's more appropriate to use --subset to reduce the scheduling size. It
was previously laid out this way because we wanted to link to the common
`qa/cephfs/mount` directory so that ceph-fuse mounts are not needlessly
multiplied. We should just organize it correctly so that is not an
issue.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
23 files changed:
qa/suites/fs/workload/begin/.qa
qa/suites/fs/workload/mount [deleted symlink]
qa/suites/fs/workload/mount/.qa [new symlink]
qa/suites/fs/workload/mount/fuse.yaml [new symlink]
qa/suites/fs/workload/mount/kclient/% [new file with mode: 0644]
qa/suites/fs/workload/mount/kclient/.qa [new symlink]
qa/suites/fs/workload/mount/kclient/base [new symlink]
qa/suites/fs/workload/mount/kclient/ms_mode/.qa [new symlink]
qa/suites/fs/workload/mount/kclient/ms_mode/crc.yaml [new file with mode: 0644]
qa/suites/fs/workload/mount/kclient/ms_mode/legacy.yaml [new file with mode: 0644]
qa/suites/fs/workload/mount/kclient/ms_mode/secure.yaml [new file with mode: 0644]
qa/suites/fs/workload/mount/kclient/wsync/.qa [new symlink]
qa/suites/fs/workload/mount/kclient/wsync/no.yaml [new file with mode: 0644]
qa/suites/fs/workload/mount/kclient/wsync/yes.yaml [new file with mode: 0644]
qa/suites/fs/workload/ms_mode/$ [deleted file]
qa/suites/fs/workload/ms_mode/.qa [deleted symlink]
qa/suites/fs/workload/ms_mode/crc.yaml [deleted file]
qa/suites/fs/workload/ms_mode/legacy.yaml [deleted file]
qa/suites/fs/workload/ms_mode/secure.yaml [deleted file]
qa/suites/fs/workload/wsync/$ [deleted file]
qa/suites/fs/workload/wsync/.qa [deleted symlink]
qa/suites/fs/workload/wsync/no.yaml [deleted file]
qa/suites/fs/workload/wsync/yes.yaml [deleted file]

index fea2489fdf6d9c5d189a12524b23f3f8daedd85a..a602a0353e7510e9ac07370ceaed121e2e528fa2 120000 (symlink)
@@ -1 +1 @@
-../.qa
\ No newline at end of file
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/workload/mount b/qa/suites/fs/workload/mount
deleted file mode 120000 (symlink)
index e3600f4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/cephfs/mount/
\ No newline at end of file
diff --git a/qa/suites/fs/workload/mount/.qa b/qa/suites/fs/workload/mount/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/workload/mount/fuse.yaml b/qa/suites/fs/workload/mount/fuse.yaml
new file mode 120000 (symlink)
index 0000000..0e55da9
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/workload/mount/kclient/% b/qa/suites/fs/workload/mount/kclient/%
new file mode 100644 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
diff --git a/qa/suites/fs/workload/mount/kclient/.qa b/qa/suites/fs/workload/mount/kclient/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/workload/mount/kclient/base b/qa/suites/fs/workload/mount/kclient/base
new file mode 120000 (symlink)
index 0000000..22f94e1
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/mount/kclient/
\ No newline at end of file
diff --git a/qa/suites/fs/workload/mount/kclient/ms_mode/.qa b/qa/suites/fs/workload/mount/kclient/ms_mode/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/workload/mount/kclient/ms_mode/crc.yaml b/qa/suites/fs/workload/mount/kclient/ms_mode/crc.yaml
new file mode 100644 (file)
index 0000000..7efada4
--- /dev/null
@@ -0,0 +1,3 @@
+overrides:
+  kclient:
+    mntopts: ["ms_mode=crc"]
diff --git a/qa/suites/fs/workload/mount/kclient/ms_mode/legacy.yaml b/qa/suites/fs/workload/mount/kclient/ms_mode/legacy.yaml
new file mode 100644 (file)
index 0000000..8a68a77
--- /dev/null
@@ -0,0 +1,3 @@
+overrides:
+  kclient:
+    mntopts: ["ms_mode=legacy"]
diff --git a/qa/suites/fs/workload/mount/kclient/ms_mode/secure.yaml b/qa/suites/fs/workload/mount/kclient/ms_mode/secure.yaml
new file mode 100644 (file)
index 0000000..b4a4221
--- /dev/null
@@ -0,0 +1,3 @@
+overrides:
+  kclient:
+    mntopts: ["ms_mode=secure"]
diff --git a/qa/suites/fs/workload/mount/kclient/wsync/.qa b/qa/suites/fs/workload/mount/kclient/wsync/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/workload/mount/kclient/wsync/no.yaml b/qa/suites/fs/workload/mount/kclient/wsync/no.yaml
new file mode 100644 (file)
index 0000000..1ed9e99
--- /dev/null
@@ -0,0 +1,3 @@
+overrides:
+  kclient:
+    mntopts: ["nowsync"]
diff --git a/qa/suites/fs/workload/mount/kclient/wsync/yes.yaml b/qa/suites/fs/workload/mount/kclient/wsync/yes.yaml
new file mode 100644 (file)
index 0000000..2061bac
--- /dev/null
@@ -0,0 +1,3 @@
+overrides:
+  kclient:
+    mntopts: ["wsync"]
diff --git a/qa/suites/fs/workload/ms_mode/$ b/qa/suites/fs/workload/ms_mode/$
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/qa/suites/fs/workload/ms_mode/.qa b/qa/suites/fs/workload/ms_mode/.qa
deleted file mode 120000 (symlink)
index a602a03..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/workload/ms_mode/crc.yaml b/qa/suites/fs/workload/ms_mode/crc.yaml
deleted file mode 100644 (file)
index 7efada4..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644 (file)
index 8a68a77..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644 (file)
index b4a4221..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-overrides:
-  kclient:
-    mntopts: ["ms_mode=secure"]
diff --git a/qa/suites/fs/workload/wsync/$ b/qa/suites/fs/workload/wsync/$
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/qa/suites/fs/workload/wsync/.qa b/qa/suites/fs/workload/wsync/.qa
deleted file mode 120000 (symlink)
index a602a03..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/workload/wsync/no.yaml b/qa/suites/fs/workload/wsync/no.yaml
deleted file mode 100644 (file)
index 1ed9e99..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-overrides:
-  kclient:
-    mntopts: ["nowsync"]
diff --git a/qa/suites/fs/workload/wsync/yes.yaml b/qa/suites/fs/workload/wsync/yes.yaml
deleted file mode 100644 (file)
index 2061bac..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-overrides:
-  kclient:
-    mntopts: ["wsync"]