From d3cd88fab00d033a394ce4ea0180d94a6049f142 Mon Sep 17 00:00:00 2001 From: George Wilson Date: Fri, 10 Nov 2023 10:33:19 -0700 Subject: [PATCH] zio command should also show any I/Os which are in the DONE stage --- sdb/commands/zfs/zio.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdb/commands/zfs/zio.py b/sdb/commands/zfs/zio.py index c7eb6175..50c6ec86 100644 --- a/sdb/commands/zfs/zio.py +++ b/sdb/commands/zfs/zio.py @@ -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),