]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/singleton/all: remove test_envlibrados_for_rocksdb 52345/head
authorLaura Flores <lflores@redhat.com>
Thu, 6 Jul 2023 17:14:05 +0000 (12:14 -0500)
committerLaura Flores <lflores@redhat.com>
Thu, 6 Jul 2023 17:14:05 +0000 (12:14 -0500)
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>
qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/% [deleted file]
qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/.qa [deleted symlink]
qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/centos_latest.yaml [deleted symlink]
qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/supported/rhel_latest.yaml [deleted symlink]
qa/suites/rados/singleton/all/test_envlibrados_for_rocksdb/test_envlibrados_for_rocksdb.yaml [deleted file]

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 (file)
index e69de29..0000000
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 (symlink)
index fea2489..0000000
+++ /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 (symlink)
index 1952dbe..0000000
+++ /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 (symlink)
index a85fb0b..0000000
+++ /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 (file)
index fcdd2f7..0000000
+++ /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