From 222bb46b31b343232b87c51841b96dca09177705 Mon Sep 17 00:00:00 2001 From: Sridhar Seshasayee Date: Tue, 11 Apr 2023 22:17:53 +0530 Subject: [PATCH] common/options/osd.yaml.in: Change mclock max sequential bandwidth for SSDs The osd_mclock_max_sequential_bandwidth_ssd is changed to 1200 MiB/s as a reasonable middle ground considering the broad range of SSD capabilities. This allows the mClock's cost model to extract the SSDs capability depending on the cost of the IO being performed. Signed-off-by: Sridhar Seshasayee --- src/common/options/osd.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/osd.yaml.in b/src/common/options/osd.yaml.in index b1385f0ff7d..7291ce11dc1 100644 --- a/src/common/options/osd.yaml.in +++ b/src/common/options/osd.yaml.in @@ -1100,7 +1100,7 @@ options: QoS calculations. Only considered for osd_op_queue = mclock_scheduler fmt_desc: The maximum sequential bandwidth in bytes/second to consider for the OSD (for solid state media) - default: 750_M + default: 1200_M flags: - runtime - name: osd_mclock_max_capacity_iops_hdd -- 2.39.5