From 73be807b849b95c7f0573107cae572760e6967ac Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 2 Oct 2021 04:49:53 -0400 Subject: [PATCH] Adjust ETA for benchmarks --- client-cli/pvc/pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/pvc/pvc.py b/client-cli/pvc/pvc.py index a382187e..854bd2f1 100755 --- a/client-cli/pvc/pvc.py +++ b/client-cli/pvc/pvc.py @@ -2526,7 +2526,7 @@ def ceph_benchmark_run(pool): Run a storage benchmark on POOL in the background. """ try: - click.confirm('NOTE: Storage benchmarks take approximately 8 minutes to run and generate significant load on the storage cluster; they should be run sparingly. Continue', prompt_suffix='? ', abort=True) + click.confirm('NOTE: Storage benchmarks take approximately 10 minutes to run and generate significant load on the cluster; they should be run sparingly. Continue', prompt_suffix='? ', abort=True) except Exception: exit(0)