Skip to content

Commit

Permalink
zio command should also show any I/Os which are in the DONE stage (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
grwilson authored Nov 20, 2023
1 parent 16267f9 commit 92fc92b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdb/commands/zfs/zio.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ def pretty_print(self, objs: Iterable[drgn.Object]) -> None:
delta = waiter = "-"
stage = removeprefix(zio.io_stage.format_(type_name=False),
"ZIO_STAGE_")
if stage == "DONE":
continue
if zio.io_error != 0:
stage = "FAILED"
io_type = removeprefix(zio.io_type.format_(type_name=False),
Expand Down

0 comments on commit 92fc92b

Please sign in to comment.