Skip to content

Commit

Permalink
Don't use storage: auto
Browse files Browse the repository at this point in the history
It mounts the tmpfs somewhere other than where the
test expects it...

Features: recovery
Required-githooks: true

Signed-off-by: Michael MacDonald <[email protected]>
  • Loading branch information
mjmac committed Jun 2, 2023
1 parent a95f5b0 commit c82ceb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tests/ftest/recovery/ddb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ server_config:
engines:
0:
targets: 1
storage: auto
storage:
0:
class: ram
scm_mount: /mnt/daos

# In CI, all tests in ddb.py are ran in a single launch.py execution. In that case, the
# test_dir (/var/tmp/daos_testing/<test_method>) in the server node will not be created
Expand Down

0 comments on commit c82ceb2

Please sign in to comment.