skip resume test if not supported in userspace

This commit is contained in:
Edwin Eefting
2020-07-08 18:29:02 +02:00
parent f2b284c407
commit d19cb2c842
4 changed files with 20 additions and 11 deletions

View File

@ -1728,7 +1728,7 @@ class ZfsAutobackup:
self.debug("Thinning obsolete datasets")
for dataset in ZfsDataset(target_node, self.args.target_path).recursive_datasets:
if dataset not in target_datasets:
dataset.verbose("Missing on source")
dataset.debug("Missing on source")
dataset.thin()