qa/suites/rados/singleton/all: remove test_envlibrados_for_rocksdb

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>
This commit is contained in:
Laura Flores 2023-07-06 12:14:05 -05:00
parent 4c13a61ab2
commit 2fca433c71
5 changed files with 0 additions and 25 deletions

View File

@ -1 +0,0 @@
../.qa/distros/supported/centos_latest.yaml

View File

@ -1 +0,0 @@
../.qa/distros/supported/rhel_latest.yaml

View File

@ -1,22 +0,0 @@
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