Skip to content

Commit

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

Test-tag: test_ior_per_rank
Skip-unit-tests: true
Skip-fault-injection-test: true
Required-githooks: true

Signed-off-by: James A. Nunez <james.nunez@intel.com>
  • Loading branch information
jamesanunez committed Sep 24, 2024
1 parent ee09484 commit 8cc8324
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 8cc8324

Please sign in to comment.