Skip to content

Commit

Permalink
DAOS-16350 test: decrease pool size for ior_per_rank (#15183)
Browse files Browse the repository at this point in the history
Test deployment/ior_per_rank fails with 'No space' on some CI
clusters. Reduce the requested pool size to accommodate nodes
with smaller storage capacity.

Signed-off-by: James A. Nunez <james.nunez@intel.com>
  • Loading branch information
jamesanunez committed Oct 25, 2024
1 parent 67da3b9 commit a9758ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/deployment/ior_per_rank.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ server_config:
storage: auto
pool:
mode: 146
size: 750G # Cannot use percentage, as it does not work when using pool create for per rank.
size: 350G # Cannot use percentage, as it does not work when using pool create for per rank.
properties: ec_cell_sz:128KiB
container:
type: POSIX
Expand Down

0 comments on commit a9758ab

Please sign in to comment.