From 49fa677ae7978b8e7c3c0c02e1e3b6b15406fd08 Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Tue, 9 Apr 2019 06:11:16 +0300 Subject: Copy-pasta typo: bonnie -> fio Fix small copy-pasta error. Change-Id: I69166d429f87fa9e94b58d165275414ec49bf3f5 updates: bz#1193929 Signed-off-by: Yaniv Kaul --- glustolibs-io/glustolibs/io/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit