From 3dbbe15d001b61cd584c5f195f9e0e45aee6cf24 Mon Sep 17 00:00:00 2001 From: Ronen Friedman Date: Sun, 3 May 2026 07:11:40 +0000 Subject: [PATCH] Crimson/QA: add crimson-fixed-2-mem32g reduced-memory cluster variants Add QA thrash cluster variants (crimson-fixed-2-mem32g) that set crimson_memory to 32G or 16GB. Signed-off-by: Ronen Friedman --- qa/suites/crimson-rados/thrash/3-osd-memory-limit/$ | 0 qa/suites/crimson-rados/thrash/3-osd-memory-limit/.qa | 1 + .../thrash/3-osd-memory-limit/osd-memory-16GB.yaml | 5 +++++ .../thrash/3-osd-memory-limit/osd-memory-32GB.yaml | 5 +++++ .../thrash/3-osd-memory-limit/osd-memory-default.yaml | 5 +++++ 5 files changed, 16 insertions(+) create mode 100644 qa/suites/crimson-rados/thrash/3-osd-memory-limit/$ create mode 120000 qa/suites/crimson-rados/thrash/3-osd-memory-limit/.qa create mode 100644 qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-16GB.yaml create mode 100644 qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-32GB.yaml create mode 100644 qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-default.yaml diff --git a/qa/suites/crimson-rados/thrash/3-osd-memory-limit/$ b/qa/suites/crimson-rados/thrash/3-osd-memory-limit/$ new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qa/suites/crimson-rados/thrash/3-osd-memory-limit/.qa b/qa/suites/crimson-rados/thrash/3-osd-memory-limit/.qa new file mode 120000 index 000000000000..a602a0353e75 --- /dev/null +++ b/qa/suites/crimson-rados/thrash/3-osd-memory-limit/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-16GB.yaml b/qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-16GB.yaml new file mode 100644 index 000000000000..3c0bd2c6f058 --- /dev/null +++ b/qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-16GB.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + crimson memory: 16G diff --git a/qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-32GB.yaml b/qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-32GB.yaml new file mode 100644 index 000000000000..cb6689338cbd --- /dev/null +++ b/qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-32GB.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + crimson memory: 32G diff --git a/qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-default.yaml b/qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-default.yaml new file mode 100644 index 000000000000..2def47834c33 --- /dev/null +++ b/qa/suites/crimson-rados/thrash/3-osd-memory-limit/osd-memory-default.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + crimson memory: 0 -- 2.47.3