From 93a89d8edfe763bf1a142e0e2fc58d01a8b39c50 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Mon, 13 Apr 2026 18:06:29 -0500 Subject: [PATCH] qa/suites/rados: temporarily disable ceph-post-file test Since the lab migration, drop.ceph.com has been unreachable. This test in the rados suite tries to reach drop.ceph.com and fails when it can't. We discussed a plan for improving/fixing ceph-post-file as an nginx server (see details in https://tracker.ceph.com/issues/75995). This fix will not be immediate though, so for now, I am proposing that we disable this test until the improved version is available. I did not remove the following related files in case we end up repurposing them for the new version: - https://github.com/ceph/ceph/blob/main/qa/workunits/post-file.sh - https://github.com/ceph/ceph/blob/main/src/ceph-post-file.in - https://github.com/ceph/ceph/blob/main/doc/man/8/ceph-post-file.rst We should re-instate a version of this test in https://tracker.ceph.com/issues/75995. Fixes: https://tracker.ceph.com/issues/74517 Signed-off-by: Laura Flores --- .../rados/singleton-nomsgr/all/ceph-post-file.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 qa/suites/rados/singleton-nomsgr/all/ceph-post-file.yaml diff --git a/qa/suites/rados/singleton-nomsgr/all/ceph-post-file.yaml b/qa/suites/rados/singleton-nomsgr/all/ceph-post-file.yaml deleted file mode 100644 index 530dc42a7a35..000000000000 --- a/qa/suites/rados/singleton-nomsgr/all/ceph-post-file.yaml +++ /dev/null @@ -1,12 +0,0 @@ -openstack: - - volumes: # attached to each instance - count: 3 - size: 10 # GB -roles: -- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0] -tasks: -- install: -- workunit: - clients: - all: - - post-file.sh -- 2.47.3