Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/tests/ftest/io/io_consistency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ server_config:
storage: auto

pool:
scm_size: 5000000000
nvme_size: 20000000000
properties: rd_fac:0
scm_size: 5G
nvme_size: 20G
properties: rd_fac:0,space_rb:0

container:
type: POSIX
properties: cksum:off,srv_cksum:off

ior:
client_processes:
Expand Down
2 changes: 2 additions & 0 deletions src/tests/ftest/io/large_file_count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ server_config:

pool:
size: 95%
properties: rd_fac:0,space_rb:0

container:
type: POSIX
properties: cksum:off,srv_cksum:off

largefilecount:
api:
Expand Down
2 changes: 2 additions & 0 deletions src/tests/ftest/io/macsio_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ server_config:
pool:
scm_size: 5G
nvme_size: 10G
properties: rd_fac:0,space_rb:0

container:
type: POSIX
properties: cksum:off,srv_cksum:off

macsio:
interface: hdf5
Expand Down
4 changes: 3 additions & 1 deletion src/tests/ftest/io/parallel_io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ server_config:
storage: auto

pool:
scm_size: 1000000000
scm_size: 1G
pool_count: 10
properties: rd_fac:0,space_rb:0

container:
type: POSIX
cont_count: 10
properties: cksum:off,srv_cksum:off

fio:
names:
Expand Down
2 changes: 2 additions & 0 deletions src/tests/ftest/io/seg_count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ server_config:

pool:
size: 95%
properties: rd_fac:0,space_rb:0

container:
type: POSIX
properties: cksum:off,srv_cksum:off

ior:
client_processes: !mux
Expand Down
2 changes: 2 additions & 0 deletions src/tests/ftest/io/small_file_count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ server_config:
pool:
scm_size: 40G
nvme_size: 300G
properties: rd_fac:0,space_rb:0

container:
type: POSIX
properties: cksum:off,srv_cksum:off

largefilecount:
api:
Expand Down
1 change: 1 addition & 0 deletions src/tests/ftest/io/unaligned_io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ server_config:

pool:
scm_size: 12G
properties: rd_fac:0,space_rb:0

datasize:
sizes:
Expand Down
Loading