pre/post cmd tests

This commit is contained in:
Edwin Eefting
2021-06-22 12:43:52 +02:00
parent 119225ba5b
commit c5363a1538
3 changed files with 91 additions and 42 deletions

View File

@ -213,7 +213,6 @@ class ZfsNode(ExecuteNode):
self.run(cmd=shlex.split(cmd), readonly=False)
except Exception as e:
pass
self.warning("Post snapshot command failed, ignoring.")