]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix missing discard in BlueStore::_kv_sync_thread 28258/head
authorTang Junhui <tangjunhui.linux@gmail.com>
Mon, 29 Apr 2019 08:31:55 +0000 (16:31 +0800)
committerPrashant D <pdhange@redhat.com>
Mon, 27 May 2019 23:42:02 +0000 (19:42 -0400)
commit14a021c4e1fc9db0a45908b66fffe907e1a8e570
treea5105409ae9246058ac45ccbdb6c46972bb16d97
parent35e6f599741d153210217828daf1fdfd058d1db3
os/bluestore: fix missing discard in BlueStore::_kv_sync_thread

Discard comand should be issued before space released.

Signed-off-by: Junhui Tang <tangjunhui@sangfor.com.cn>
Fixes: https://tracker.ceph.com/issues/39621
(cherry picked from commit f6205d2eb2b8297b914afbaf54a8311f087eec90)
src/os/bluestore/BlueStore.cc