reenabled old snapshot cleaning
This commit is contained in:
+1
-1
@@ -679,7 +679,7 @@ class ExternalPool(Pool):
|
||||
exit(EXIT_ERROR)
|
||||
|
||||
def clean_old_snapshots(self) -> None:
|
||||
return # this seems to be broken TODO
|
||||
# this seems to be broken TODO
|
||||
print("Cleaning old snapshots")
|
||||
for dataset in self.datasets:
|
||||
dataset.clean_old_snapshots()
|
||||
|
||||
Reference in New Issue
Block a user