]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/*/rados_cls_all.yaml: load all classes 34605/head
authorKefu Chai <kchai@redhat.com>
Fri, 17 Apr 2020 07:15:52 +0000 (15:15 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 20 Apr 2020 10:58:35 +0000 (18:58 +0800)
the intention to add the whitelist was to test "sdk" class, but if we
add new classes to the list, and add tests exercising them, the tests
fail if we fail to update these `rados_cls_all.yaml` accordingly.

so in this change, the list is now '*' which allows OSD to load all
classes found in the specified directory

Fixes: https://tracker.ceph.com/issues/45113
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/suites/rados/basic/tasks/rados_cls_all.yaml
qa/suites/rados/verify/tasks/rados_cls_all.yaml
qa/suites/smoke/basic/tasks/rados_cls_all.yaml

index bcc58e19dc7476ffd14a5630744ecbbb88d3533a..163bc2c087250008a8a3cc56712ef1f68b873ba8 100644 (file)
@@ -2,10 +2,8 @@ overrides:
   ceph:
     conf:
       osd:
-        osd_class_load_list: "cephfs hello journal lock log numops rbd refcount 
-                              rgw sdk timeindex user version"
-        osd_class_default_list: "cephfs hello journal lock log numops rbd refcount 
-                                 rgw sdk timeindex user version"
+        osd_class_load_list: "*"
+        osd_class_default_list: "*"
 tasks:
 - workunit:
     clients:
index bcc58e19dc7476ffd14a5630744ecbbb88d3533a..163bc2c087250008a8a3cc56712ef1f68b873ba8 100644 (file)
@@ -2,10 +2,8 @@ overrides:
   ceph:
     conf:
       osd:
-        osd_class_load_list: "cephfs hello journal lock log numops rbd refcount 
-                              rgw sdk timeindex user version"
-        osd_class_default_list: "cephfs hello journal lock log numops rbd refcount 
-                                 rgw sdk timeindex user version"
+        osd_class_load_list: "*"
+        osd_class_default_list: "*"
 tasks:
 - workunit:
     clients:
index 5f46a1abdcd599910c5f52c0ec742f5ef05a4244..0c467d0054372def82fe70b446ec781f02c715fd 100644 (file)
@@ -2,10 +2,8 @@ overrides:
   ceph:
     conf:
       osd:
-        osd_class_load_list: "cephfs hello journal lock log numops rbd refcount
-                              rgw sdk timeindex user version"
-        osd_class_default_list: "cephfs hello journal lock log numops rbd refcount
-                                 rgw sdk timeindex user version"
+        osd_class_load_list: "*"
+        osd_class_default_list: "*"
 tasks:
 - install:
 - ceph: