summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaniv Kaul <ykaul@redhat.com>2019-04-09 06:11:16 +0300
committerYaniv Kaul <ykaul@redhat.com>2019-04-13 14:35:58 +0000
commit49fa677ae7978b8e7c3c0c02e1e3b6b15406fd08 (patch)
treefbd906f4d71f262e9b36534a514500ef7d52d687
parent5da0ed332456f237458991321fa08d950c3296e7 (diff)
Copy-pasta typo: bonnie -> fio
Fix small copy-pasta error. Change-Id: I69166d429f87fa9e94b58d165275414ec49bf3f5 updates: bz#1193929 Signed-off-by: Yaniv Kaul <ykaul@redhat.com>
-rwxr-xr-xglustolibs-io/glustolibs/io/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-io/glustolibs/io/utils.py b/glustolibs-io/glustolibs/io/utils.py
index d6cfe6202..2026fd3f4 100755
--- a/glustolibs-io/glustolibs/io/utils.py
+++ b/glustolibs-io/glustolibs/io/utils.py
@@ -484,7 +484,7 @@ def run_fio(servers, directory_to_run):
"yum list installed fio || "
"yum -y install fio")
if ret != 0:
- g.log.error("Failed to install bonnie on %s" % server)
+ g.log.error("Failed to install fio on %s" % server)
return False
# building job file for running fio