In rocksdb 7.0, all envlibrados files were moved to a separate repository (ref: https://github.com/facebook/rocksdb/pull/9206).
The new repo is temporary and serves as an example before it is finalized where and who to host RADOS support.
Since this new repo is outside of the rocksdb repo and in an unceratin state, we should remove support for it in main
and Reef test suites. Quincy and below still use rocksdb 6.0, so the same does not apply.
Fixes: https://tracker.ceph.com/issues/59057
Signed-off-by: Laura Flores <lflores@redhat.com>
+++ /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