Skip to content

Commit

Permalink
DAOS-14831 test: reduce ior/hard_rebuild stonewall
Browse files Browse the repository at this point in the history
Test-tag: EcodIorHardRebuild
Test-repeat: 3
Skip-func-test-hw-large-md-on-ssd: False
Skip-unit-tests: true
Skip-fault-injection-test: true

- Reduce stonewall from 120s -> 90s to accommodate MD on SSD.
- Misc cleanup

Required-githooks: true

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed Jan 2, 2024
1 parent 16b6f5a commit 614e59f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/tests/ftest/ior/hard_rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ server_config:
create_pool_max_size:
scm: true
percentage: 90
pool:
control_method: dmg
container:
type: POSIX
control_method: daos
Expand All @@ -44,13 +42,11 @@ ior:
api: "DFS"
client_processes:
np: 32
dfs_destroy: false
iorflags:
flags: "-C -k -e -w -g -G 27 -D 120 -Q 1 -vv"
read_flags: "-C -k -e -r -R -g -G 27 -D 120 -Q 1 -vv"
flags: "-C -k -e -w -g -G 27 -Q 1 -vv"
read_flags: "-C -k -e -r -R -g -G 27 -Q 1 -vv"
test_file: daos:testFile
segment_count: 2000000
repetitions: 1
chunk_block_transfer_sizes:
# [ChunkSize, BlocksSize, TransferSize]
- [47008, 47008, 47008]
Expand All @@ -60,5 +56,6 @@ ior:
- ["EC_2P2G1", 6]
- ["EC_4P2G1", 8]
- ["EC_8P2G1", 12]
sw_deadline: 90
sw_wearout: 1
sw_status_file: "/var/tmp/daos_testing/stoneWallingStatusFile"

0 comments on commit 614e59f

Please sign in to comment.