Skip to content

Commit

Permalink
DAOS-14831 test: use scm and nvme for ior/hard_rebuild (#13551)
Browse files Browse the repository at this point in the history
- Use both SCM and NVMe when creating a pool to accomodate MD on SSD.
- Use GX so space is spread across targets.

Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
  • Loading branch information
daltonbohning authored Jan 18, 2024
1 parent da658ad commit cf10b98
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/tests/ftest/ior/hard_rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,34 +31,28 @@ server_config:
log_file: daos_server1.log
log_mask: ERR
storage: auto
create_pool_max_size:
scm: true
percentage: 90
pool:
control_method: dmg
size: 90%
container:
type: POSIX
control_method: daos
properties: dedup:memcmp
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"
test_file: daos:testFile
segment_count: 2000000
repetitions: 1
chunk_block_transfer_sizes:
# [ChunkSize, BlocksSize, TransferSize]
- [47008, 47008, 47008]
objectclass:
dfs_oclass_list:
# - [EC_Object_Class, Minimum number of servers]
- ["EC_2P2G1", 6]
- ["EC_4P2G1", 8]
- ["EC_8P2G1", 12]
- ["EC_2P2GX", 6]
- ["EC_4P2GX", 8]
- ["EC_8P2GX", 12]
sw_wearout: 1
sw_status_file: "/var/tmp/daos_testing/stoneWallingStatusFile"

0 comments on commit cf10b98

Please sign in to comment.