add todos

This commit is contained in:
timeshifter
2021-12-01 18:19:20 +01:00
parent 21c04fb9e1
commit 9703582e97
+1
View File
@@ -272,6 +272,7 @@ class ZFS:
if wait_for_finish: if wait_for_finish:
# TODO make Ctrl-c interrupt this # TODO make Ctrl-c interrupt this
run_command([config.ZPOOL, "wait", "-t", "scrub", pool]) run_command([config.ZPOOL, "wait", "-t", "scrub", pool])
# TODO raise error if pool is not healthy
class Disk: class Disk: