From: Igor Fedotov Date: Tue, 29 Sep 2020 17:37:33 +0000 (+0300) Subject: osd: adjust osd_delete_sleep_ssd[_hybrid] X-Git-Tag: v15.2.9~98^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a86b42e5d83094e8658889d69d880285b8a9a2e1;p=ceph.git 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 (cherry picked from commit 6e09f0c13a74d6d38522866875a83c6ee505cfa7) --- diff --git a/src/common/options.cc b/src/common/options.cc index 90b36894c8ca..90d1851f5823 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3535,11 +3535,11 @@ std::vector