]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson-rados/cephfs: add cfuse suites from smoke 67268/head
authorJose J Palacios-Perez <perezjos@uk.ibm.com>
Tue, 3 Mar 2026 12:13:14 +0000 (12:13 +0000)
committerJose J Palacios-Perez <perezjos@uk.ibm.com>
Mon, 30 Mar 2026 15:07:51 +0000 (16:07 +0100)
Signed-off-by: Jose J Palacios-Perez <perezjos@uk.ibm.com>
qa/clusters/crimson/crimson-fixed-3-cephfs.yaml
qa/suites/crimson-rados/cephfs/deploy/ceph.yaml
qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_blogbench.yaml [new file with mode: 0644]
qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_fsstress.yaml [new file with mode: 0644]
qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_pjd.yaml [new file with mode: 0644]

index 13c91c862bdba62d8dcd859974e8228a1346b659..db615486ec4b6ab9fb74fc97a84b866a4bda423d 100644 (file)
@@ -6,6 +6,7 @@ overrides:
         osd crush chooseleaf type: 0
         osd pool default pg num:  128
         osd pool default pgp num:  128
+    fs: xfs
   ceph:
     conf:
       osd:
index c4bdf3620df6b569ac5483ba9c3cbfa1c33f7747..0b97d290e3cd5481a86dc37884bdb8c66e06bb48 100644 (file)
@@ -1,7 +1,6 @@
 tasks:
-# - install:
-#     cleanup: true
 - ceph:
+    fs: xfs
     conf:
       osd:
         debug monc: 20
diff --git a/qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_blogbench.yaml b/qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_blogbench.yaml
new file mode 100644 (file)
index 0000000..d0af52d
--- /dev/null
@@ -0,0 +1,11 @@
+overrides:
+  tasks:
+  - ceph:
+      fs: xfs
+      log-ignorelist:
+        - \(POOL_APP_NOT_ENABLED\)
+  - ceph-fuse:
+  - workunit:
+      clients:
+        all:
+          - suites/blogbench.sh
diff --git a/qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_fsstress.yaml b/qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_fsstress.yaml
new file mode 100644 (file)
index 0000000..54f8dfc
--- /dev/null
@@ -0,0 +1,10 @@
+overrides:
+  tasks:
+  - ceph:
+      log-ignorelist:
+        - \(POOL_APP_NOT_ENABLED\)
+  - ceph-fuse:
+  - workunit:
+      clients:
+        all:
+          - suites/fsstress.sh
diff --git a/qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_pjd.yaml b/qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_pjd.yaml
new file mode 100644 (file)
index 0000000..1d07ec5
--- /dev/null
@@ -0,0 +1,19 @@
+overrides:
+  tasks:
+  - ceph:
+      fs: xfs
+      log-ignorelist:
+        - \(POOL_APP_NOT_ENABLED\)
+      conf:
+        mds:
+          debug mds: 20
+          debug ms: 1
+        client:
+          debug client: 20
+          debug ms: 1
+          fuse set user groups: true
+  - ceph-fuse:
+  - workunit:
+      clients:
+        all:
+          - suites/pjd.sh