previous changes and this fix improved caching (less runs in test_scaling.py)
This commit is contained in:
@ -107,7 +107,7 @@ class ZfsNode(ExecuteNode):
|
||||
def get_dataset(self, name, force_exists=None):
|
||||
"""get a ZfsDataset() object from name. stores objects internally to enable caching"""
|
||||
|
||||
return self.__datasets.setdefault(name, ZfsDataset(self, name))
|
||||
return self.__datasets.setdefault(name, ZfsDataset(self, name, force_exists))
|
||||
|
||||
def reset_progress(self):
|
||||
"""reset progress output counters"""
|
||||
|
||||
Reference in New Issue
Block a user