Skip to content

Commit

Permalink
fix ftest failures
Browse files Browse the repository at this point in the history
Features: control pool
Allow-unstable-test: true
Required-githooks: true

Signed-off-by: Tom Nabarro <[email protected]>
  • Loading branch information
tanabarr committed Sep 4, 2024
1 parent 5762199 commit 8b78d43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/ftest/control/dmg_pool_query_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exp_vals:
replicas: [0]
query_mask: "rebuild,space"
scm:
total: 16000008192
total: 16000000000
nvme:
total: 32000000000
rebuild:
Expand Down
4 changes: 3 additions & 1 deletion src/tests/ftest/pool/list_verbose.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ def create_expected(self, pool, scm_free, nvme_free, scm_imbalance,
"size": nvme_size,
"free": nvme_free,
"imbalance": nvme_imbalance
}],
},
],
"mem_file_bytes": 0
}

@staticmethod
Expand Down

0 comments on commit 8b78d43

Please sign in to comment.