Skip to content

Commit f59cba3

Browse files
authored
DAOS-18519 test: Update test pool size for new defaults (#17477)
The default BS cluster size was increased from 32MB -> 128MB in MD on SSD mode. Updating the test pool sizes to work with this new default. Signed-off-by: Phil Henderson <phillip.henderson@hpe.com>
1 parent c2d1129 commit f59cba3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/tests/ftest/aggregation/continuous_write.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ server_config:
1515
storage: auto
1616

1717
pool:
18-
scm_size: 100MB
18+
scm_size: 128MB
1919
nvme_size: 1GiB
2020

2121
container:

src/tests/ftest/datamover/obj_large_posix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server_config:
2222
storage: auto
2323

2424
pool:
25-
size: 60G
25+
size: 100G
2626

2727
container:
2828
type: POSIX

src/tests/ftest/datamover/serial_large_posix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server_config:
2222
storage: auto
2323

2424
pool:
25-
size: 60G
25+
size: 100G
2626

2727
container:
2828
type: POSIX

src/tests/ftest/deployment/io_sys_admin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dmg:
2525
storage_sub_command: scan
2626

2727
pool_1:
28-
scm_size: 256MiB
28+
scm_size: 2GiB
2929
nvme_size: 16GiB
3030

3131
pool_2:

src/tests/ftest/fault_injection/pool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server_config:
2222
storage: auto
2323

2424
pool:
25-
size: 20G
25+
size: 40G
2626
nranks: 4
2727
rebuild_timeout: 120
2828
pool_query_timeout: 60

0 commit comments

Comments
 (0)