From cf04b906fda16c6c14c420b71130a31d6580e9d8 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 25 May 2018 08:14:50 -0600 Subject: [PATCH] Fix typo in bssplit documentation One of the examples uses a ',' where it should be a ':' to behave like described. Reported-by: Konstantin Ruvinsky Signed-off-by: Jens Axboe --- HOWTO | 2 +- fio.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTO b/HOWTO index 7680f9c7..4398ffa7 100644 --- a/HOWTO +++ b/HOWTO @@ -1429,7 +1429,7 @@ Block size If you want a workload that has 50% 2k reads and 50% 4k reads, while having 90% 4k writes and 10% 8k writes, you would specify:: - bssplit=2k/50:4k/50,4k/90,8k/10 + bssplit=2k/50:4k/50,4k/90:8k/10 Fio supports defining up to 64 different weights for each data direction. diff --git a/fio.1 b/fio.1 index ce3585a4..733c7406 100644 --- a/fio.1 +++ b/fio.1 @@ -1227,7 +1227,7 @@ If you want a workload that has 50% 2k reads and 50% 4k reads, while having 90% 4k writes and 10% 8k writes, you would specify: .RS .P -bssplit=2k/50:4k/50,4k/90,8k/10 +bssplit=2k/50:4k/50,4k/90:8k/10 .RE .P Fio supports defining up to 64 different weights for each data direction. -- 2.25.1