From: Vallari Agrawal Date: Wed, 26 Mar 2025 14:33:19 +0000 (+0530) Subject: qa/workunits/nvmeof/fio_test.sh: improve fio command X-Git-Tag: v20.3.0~31^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fdc7d535115b80b6a8693bff0ce6f026a556a59e;p=ceph.git qa/workunits/nvmeof/fio_test.sh: improve fio command Signed-off-by: Vallari Agrawal --- diff --git a/qa/workunits/nvmeof/fio_test.sh b/qa/workunits/nvmeof/fio_test.sh index a94aaf3c5be6..20f338ec9d5c 100755 --- a/qa/workunits/nvmeof/fio_test.sh +++ b/qa/workunits/nvmeof/fio_test.sh @@ -54,7 +54,7 @@ filename=$(echo "$selected_drives" | sed -z 's/\n/:\/dev\//g' | sed 's/:\/dev\/$ filename="/dev/$filename" cat >> $fio_file <> "$fio_file" + echo "filename=/dev/$i" >> "$fio_file" + echo "" >> "$fio_file" # Adds a blank line +done + +cat $fio_file + status_log() { POOL="${RBD_POOL:-mypool}" GROUP="${NVMEOF_GROUP:-mygroup0}"