]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: adjust osd_delete_sleep_ssd[_hybrid]
authorIgor Fedotov <ifedotov@suse.com>
Tue, 29 Sep 2020 17:37:33 +0000 (20:37 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Mon, 7 Dec 2020 16:32:06 +0000 (19:32 +0300)
commit17e2d39ac6ebfd67c23cedf5df00fca4fe07f8fd
treef4dd4717a14bd186c9ca724902018cb54128d0f2
parent3b94b6f0130fa79700597269c00d387f0ba9e311
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 <ifedotov@suse.com>
(cherry picked from commit 6e09f0c13a74d6d38522866875a83c6ee505cfa7)
src/common/options.cc