Skip to content

Commit

Permalink
DAOS-14514 test :Verify required stack size for PMDK built w/ NDCTL
Browse files Browse the repository at this point in the history
Signed-off-by: Gromadzki, Tomasz <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed May 15, 2024
1 parent 1c80f20 commit 38bd529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/ftest/util/server_utils_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ def __init__(self, base_namespace, index, provider=None, max_storage_tiers=MAX_S
"DAOS_MD_CAP=1024",
"DAOS_SCHED_WATCHDOG_ALL=1",
"DD_MASK=mgmt,io,md,epc,rebuild",
"ABT_THREAD_STACKSIZE=24576",
]
default_env_vars.extend(self.REQUIRED_ENV_VARS["common"])
for name in self._provider.split(";"):
Expand Down

0 comments on commit 38bd529

Please sign in to comment.