From 4f76cd59adb7b9b0b1424511280f87fb9b6ac3a3 Mon Sep 17 00:00:00 2001 From: Ryon Jensen Date: Wed, 9 Sep 2026 13:53:41 -0600 Subject: [PATCH] SRE-4018 tests: Move PoolCreateCapacityTests.test_create_pool_quantity to cb Move to cb: - PoolCreateCapacityTests.test_create_pool_quantity The first cluster box run only created 43 of the required 150 pools before failing with DER_NOSPACE. The cluster box nodes have 98 GiB of memory and the control plane reserves 64 GiB of it by default, leaving a 14 GiB ram-disk per engine, which is far less metadata capacity than the hardware nodes provide. Set system_ram_reserved to 16, as daos_test/suite.yaml already does for its cluster box runs, so the auto-sized ram-disk can grow enough to hold the pool metadata this test requires. This only affects ram-disk sizing, so the pmem backed hardware run is unchanged. Skip-functional-hardware-medium: true Skip-functional-hardware-medium-md-on-ssd: true Skip-functional-hardware-medium-vmd: true Skip-functional-hardware-medium-verbs-provider: true Skip-functional-hardware-medium-verbs-provider-md-on-ssd: true Skip-functional-hardware-medium-ucx-provider: true Skip-functional-hardware-large: true Skip-functional-hardware-large-md-on-ssd: true Skip-cancel-previous-builds: true Signed-off-by: Ryon Jensen --- src/tests/ftest/pool/create_capacity.py | 3 ++- src/tests/ftest/pool/create_capacity.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tests/ftest/pool/create_capacity.py b/src/tests/ftest/pool/create_capacity.py index f8e009456e7..4d4e8caa06b 100644 --- a/src/tests/ftest/pool/create_capacity.py +++ b/src/tests/ftest/pool/create_capacity.py @@ -1,5 +1,6 @@ """ (C) Copyright 2021-2024 Intel Corporation. +(C) Copyright 2026 Hewlett Packard Enterprise Development LP SPDX-License-Identifier: BSD-2-Clause-Patent """ @@ -36,7 +37,7 @@ def test_create_pool_quantity(self): Verify that all the created pools exists after the restart :avocado: tags=all,daily_regression - :avocado: tags=hw,medium + :avocado: tags=cb,hw,medium :avocado: tags=pool :avocado: tags=PoolCreateCapacityTests,test_create_pool_quantity """ diff --git a/src/tests/ftest/pool/create_capacity.yaml b/src/tests/ftest/pool/create_capacity.yaml index 06fa03b82c8..66a6dd3b1cf 100644 --- a/src/tests/ftest/pool/create_capacity.yaml +++ b/src/tests/ftest/pool/create_capacity.yaml @@ -10,6 +10,7 @@ server_config: name: daos_server engines_per_host: 2 restart_duration: 140 + system_ram_reserved: 16 engines: 0: pinned_numa_node: 0