From 830efec15c4007e7b7711d054858e2b948d46d72 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Thu, 6 Jul 2023 12:14:05 -0500 Subject: [PATCH] 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 (cherry picked from commit 2fca433c71965ffb13d89043d72029a33b563b06) --- .../all/test_envlibrados_for_rocksdb/% | 0 .../all/test_envlibrados_for_rocksdb/.qa | 1 - .../supported/centos_latest.yaml | 1 - .../supported/rhel_latest.yaml | 1 - .../test_envlibrados_for_rocksdb.yaml | 22 ------------------- 5 files changed, 25 deletions(-) delete mode 100644 qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/% delete mode 120000 qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/.qa delete mode 120000 qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/centos_latest.yaml delete mode 120000 qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/rhel_latest.yaml delete mode 100644 qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/test_envlibrados_for_rocksdb.yaml diff --git a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/% b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/% deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/.qa b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/.qa deleted file mode 120000 index fea2489fdf6..00000000000 --- a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/centos_latest.yaml b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/centos_latest.yaml deleted file mode 120000 index 1952dbe5140..00000000000 --- a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/rhel_latest.yaml b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/rhel_latest.yaml deleted file mode 120000 index a85fb0ba855..00000000000 --- a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/rhel_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../.qa/distros/supported/rhel_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/test_envlibrados_for_rocksdb.yaml b/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/test_envlibrados_for_rocksdb.yaml deleted file mode 100644 index fcdd2f7f9f8..00000000000 --- a/qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/test_envlibrados_for_rocksdb.yaml +++ /dev/null @@ -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 -- 2.39.5