From 627af42110d56fde17f361d5fbab7b1e35cbb66a Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Thu, 24 Oct 2024 16:19:12 -0500 Subject: [PATCH] Update fio.run-file README.md --- fio.run-file/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fio.run-file/README.md b/fio.run-file/README.md index c4052dc..6c545a8 100644 --- a/fio.run-file/README.md +++ b/fio.run-file/README.md @@ -8,15 +8,15 @@ Included are the files required to run crucible. They are: This 'run-file' contains all of the necessary information to run a complex (multi-iteration, multi-sample) set of fio benchmarks on a -'remotehost' endpoint (ie. a Linux box). +'remotehosts' endpoint (ie. a Linux box). ### run.sh This file shows how a 'crucible run' command is used to run fio on a -remotehost endpoint. At the top of the file are a few values the user -can change in order to direct where the test should be run and modify -some aspects of it's behavior such as sample count and userenv (the -userenv is the base Linux container that is used to build the run +remotehosts endpoint. At the top of the file are a few values the +user can change in order to direct where the test should be run and +modify some aspects of it's behavior such as sample count and userenv +(the userenv is the base Linux container that is used to build the run environment where fio will execute). ## Running the fio benchmark with Crucible