Skip to content

Commit 92fc92b

Browse files
authored
zio command should also show any I/Os which are in the DONE stage (#343)
1 parent 16267f9 commit 92fc92b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdb/commands/zfs/zio.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ def pretty_print(self, objs: Iterable[drgn.Object]) -> None:
8787
delta = waiter = "-"
8888
stage = removeprefix(zio.io_stage.format_(type_name=False),
8989
"ZIO_STAGE_")
90-
if stage == "DONE":
91-
continue
9290
if zio.io_error != 0:
9391
stage = "FAILED"
9492
io_type = removeprefix(zio.io_type.format_(type_name=False),

0 commit comments

Comments
 (0)