Skip to content

Commit

Permalink
DAOS-16265 test: Fix erasurecode/rebuild_fio.py out of space
Browse files Browse the repository at this point in the history
Prevent accumulating large server log files caused by temporarily
enbaling the DEBUG log mask while creating or destroying pools.

Skip-unit-tests: true
Skip-fault-injection-test: true
Test-tag: EcodFioRebuild EcodOnlineMultFail
Skip-func-hw-test-large-md-on-ssd: false

Required-githooks: true

Signed-off-by: Phil Henderson <[email protected]>
  • Loading branch information
phender committed Oct 15, 2024
1 parent a9e93d8 commit f491b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/ftest/erasurecode/multiple_failure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ server_config:
storage: auto
pool:
size: 93%
set_logmasks: False
container:
type: POSIX
control_method: daos
Expand Down
1 change: 1 addition & 0 deletions src/tests/ftest/erasurecode/rebuild_fio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pool:
aggregation:
threshold: 50000000
aggr_timeout: 180
set_logmasks: False
container:
type: POSIX
control_method: daos
Expand Down

0 comments on commit f491b8c

Please sign in to comment.