Skip to content

Commit

Permalink
tests: clearer message in XFS filesystem check
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Aug 11, 2022
1 parent 5b564f4 commit 8a684c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ def start_node(self,
f"stat -f -c %T {self.PERSISTENT_ROOT}").strip()
if fs != b'xfs':
raise RuntimeError(
f"Unexpected filesystem {fs} at {self.PERSISTENT_ROOT} on {node.name}"
f"Non-XFS filesystem {fs} at {self.PERSISTENT_ROOT} on {node.name}"
)

def is_status_ready():
Expand Down

0 comments on commit 8a684c0

Please sign in to comment.