From 71d0d82361ed52d135b2c3466ce466df286ea0db Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 26 Sep 2022 17:05:56 +0200 Subject: Add s3billion minio graphs --- scenarios/clean | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scenarios') diff --git a/scenarios/clean b/scenarios/clean index 9d23543..1d0c4ff 100755 --- a/scenarios/clean +++ b/scenarios/clean @@ -1,9 +1,10 @@ #!/usr/bin/env python3 import os -from fragments import garage, shared +from fragments import garage, shared, minio garage.destroy() +minio.destroy() if len(shared.storage_path) > 8 and shared.id() == 1: shared.exec(f"rm -r {shared.storage_path}") shared.log("clean done") -- cgit v1.2.3