forked from third-party-mirrors/zfs_autobackup
disable incomplete stuff
This commit is contained in:
parent
ee1d17b6ff
commit
2c5d3c50e1
@ -6,6 +6,7 @@ from .ZfsAuto import ZfsAuto
|
|||||||
from .ZfsNode import ZfsNode
|
from .ZfsNode import ZfsNode
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
raise("need to be rewritten to use zfs-check")
|
||||||
|
|
||||||
# # try to be as unix compatible as possible, while still having decent performance
|
# # 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):
|
# def compare_trees_find(source_node, source_path, target_node, target_path):
|
||||||
|
@ -106,7 +106,7 @@ class ZfsCheck(CliBase):
|
|||||||
|
|
||||||
time.sleep(1)
|
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):
|
def cleanup_zfs_volume(self, snapshot):
|
||||||
"""destroys temporary volume snapshot"""
|
"""destroys temporary volume snapshot"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user