From: Ronen Friedman Date: Sun, 3 May 2026 07:11:40 +0000 (+0000) Subject: Crimson/QA: add crimson-fixed-2-mem32g reduced-memory cluster variants X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3dbbe15d001b61cd584c5f195f9e0e45aee6cf24;p=ceph.git 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 --- 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