We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16267f9 commit 92fc92bCopy full SHA for 92fc92b
sdb/commands/zfs/zio.py
@@ -87,8 +87,6 @@ def pretty_print(self, objs: Iterable[drgn.Object]) -> None:
87
delta = waiter = "-"
88
stage = removeprefix(zio.io_stage.format_(type_name=False),
89
"ZIO_STAGE_")
90
- if stage == "DONE":
91
- continue
92
if zio.io_error != 0:
93
stage = "FAILED"
94
io_type = removeprefix(zio.io_type.format_(type_name=False),
0 commit comments