Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -4251,6 +4251,11 @@ def tracked(fstat):
# happen without placing a lot of restrictions on shutdown. for
# the time being just ignore these.
return False
if file.suffix == ".cannotrecover":
# Unrecoverable segments aren't included in the disk usage report.
# Since we don't remove them automatically and they don't get
# cleaned up automatically, we can ignore them here for now.
return False
return True

def inspect_node(node):
Expand Down