From: Jose J Palacios-Perez Date: Tue, 3 Mar 2026 12:13:14 +0000 (+0000) Subject: crimson-rados/cephfs: add cfuse suites from smoke X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f2ab6d5fcca38a9275bfe4ef3f6caacb343a8940;p=ceph.git crimson-rados/cephfs: add cfuse suites from smoke Signed-off-by: Jose J Palacios-Perez --- diff --git a/qa/clusters/crimson/crimson-fixed-3-cephfs.yaml b/qa/clusters/crimson/crimson-fixed-3-cephfs.yaml index 13c91c862bdb..db615486ec4b 100644 --- a/qa/clusters/crimson/crimson-fixed-3-cephfs.yaml +++ b/qa/clusters/crimson/crimson-fixed-3-cephfs.yaml @@ -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: diff --git a/qa/suites/crimson-rados/cephfs/deploy/ceph.yaml b/qa/suites/crimson-rados/cephfs/deploy/ceph.yaml index c4bdf3620df6..0b97d290e3cd 100644 --- a/qa/suites/crimson-rados/cephfs/deploy/ceph.yaml +++ b/qa/suites/crimson-rados/cephfs/deploy/ceph.yaml @@ -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 index 000000000000..d0af52d42ec5 --- /dev/null +++ b/qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_blogbench.yaml @@ -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 index 000000000000..54f8dfc4ada5 --- /dev/null +++ b/qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_fsstress.yaml @@ -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 index 000000000000..1d07ec539202 --- /dev/null +++ b/qa/suites/crimson-rados/cephfs/tasks/test/cfuse_workunit_suites_pjd.yaml @@ -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