disable incomplete stuff

This commit is contained in:
Edwin Eefting 2023-08-29 15:23:27 +02:00
parent ee1d17b6ff
commit 2c5d3c50e1
No known key found for this signature in database
GPG Key ID: 0F3C35D8E9887737
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ from .ZfsAuto import ZfsAuto
from .ZfsNode import ZfsNode
import sys
raise("need to be rewritten to use zfs-check")
# # try to be as unix compatible as possible, while still having decent performance
# def compare_trees_find(source_node, source_path, target_node, target_path):

View File

@ -106,7 +106,7 @@ class ZfsCheck(CliBase):
time.sleep(1)
raise (Exception("Timeout while waiting for /dev entry to appear. (looking in: {})".format(locations)))
raise (Exception("Timeout while waiting for /dev entry to appear. (looking in: {}). Hint: did you forget to load the encryption key?".format(locations)))
def cleanup_zfs_volume(self, snapshot):
"""destroys temporary volume snapshot"""