Adjust ETA for benchmarks

This commit is contained in:
Joshua Boniface 2021-10-02 04:49:53 -04:00
parent 4a9805578e
commit 73be807b84
1 changed files with 1 additions and 1 deletions

View File

@ -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)