Skip to content

Commit

Permalink
Disable Unsafe shutdown counter and bad blocks verification in tests.
Browse files Browse the repository at this point in the history
PR-repos: pmdk@PR-38

Signed-off-by: Gromadzki, Tomasz <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Aug 8, 2024
1 parent 217f3c2 commit eb4b370
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 @@ -496,6 +496,7 @@ def __init__(self, base_namespace, index, provider=None, max_storage_tiers=MAX_S
"DAOS_SCHED_WATCHDOG_ALL=1",
"DD_MASK=mgmt,io,md,epc,rebuild",
"ABT_THREAD_STACKSIZE=32768",
"PMEMOBJ_CONF=sds.at_create=0",
]
default_env_vars.extend(self.REQUIRED_ENV_VARS["common"])
for name in self._provider.split(";"):
Expand Down

0 comments on commit eb4b370

Please sign in to comment.