From 6e09f0c13a74d6d38522866875a83c6ee505cfa7 Mon Sep 17 00:00:00 2001 From: Igor Fedotov Date: Tue, 29 Sep 2020 20:37:33 +0300 Subject: [PATCH] osd: adjust osd_delete_sleep_ssd[_hybrid] 1) Do not differentiate all-flash and hybrid(ssd+hdd) deployments since they both bound to SSD drive backing DB volume. 2) Drop osd_delete_sleep_hybrid from 2s to 1s 3) Raise osd_delete_sleep_ssd to 1s since 0 is a way too low - having it that low tend to cause a significant negative imact on OSD's regular operation. Signed-off-by: Igor Fedotov --- src/common/options.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index cf963230ed18b..1102696a5da5c 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3648,11 +3648,11 @@ std::vector