Adjust ETA for benchmarks
This commit is contained in:
parent
4a9805578e
commit
73be807b84
|
@ -2526,7 +2526,7 @@ def ceph_benchmark_run(pool):
|
||||||
Run a storage benchmark on POOL in the background.
|
Run a storage benchmark on POOL in the background.
|
||||||
"""
|
"""
|
||||||
try:
|
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:
|
except Exception:
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue