This test passes on centos and rhel, but fails on ubuntu from an
invalid pointer. Since the envlibrados rocksdb tests are experimental
and don't have any actual users, we can just run them on rhel and
centos.
At the moment, the actual bug is not fully understood, but it was
decided that fixing it is low priority, and removing the test from
problematic distros is okay for the time being. This commit
is considered a workaround to the actual issue.
Related tracker: https://tracker.ceph.com/issues/57632
Signed-off-by: Laura Flores <lflores@redhat.com>
+++ /dev/null
-overrides:
- ceph:
- fs: ext4
- conf:
- global:
- osd max object name len: 460
- osd max object namespace len: 64
- osd client message cap: 5000
-roles:
-- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]
-tasks:
-- install:
-- ceph:
- pre-mgr-commands:
- - sudo ceph config set mgr mgr_pool false --force
- log-ignorelist:
- - overall HEALTH_
- - \(POOL_APP_NOT_ENABLED\)
-- workunit:
- clients:
- all:
- - rados/test_envlibrados_for_rocksdb.sh
--- /dev/null
+../.qa
\ No newline at end of file
--- /dev/null
+../.qa/distros/supported/centos_latest.yaml
\ No newline at end of file
--- /dev/null
+../.qa/distros/supported/rhel_latest.yaml
\ No newline at end of file
--- /dev/null
+overrides:
+ ceph:
+ fs: ext4
+ conf:
+ global:
+ osd max object name len: 460
+ osd max object namespace len: 64
+ osd client message cap: 5000
+roles:
+- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]
+tasks:
+- install:
+- ceph:
+ pre-mgr-commands:
+ - sudo ceph config set mgr mgr_pool false --force
+ log-ignorelist:
+ - overall HEALTH_
+ - \(POOL_APP_NOT_ENABLED\)
+- workunit:
+ clients:
+ all:
+ - rados/test_envlibrados_for_rocksdb.sh