]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: do not balance bluefs on every kv_sync_thread iteration 14557/head
authorSage Weil <sage@redhat.com>
Fri, 14 Apr 2017 16:15:02 +0000 (12:15 -0400)
committerSage Weil <sage@redhat.com>
Fri, 14 Apr 2017 16:15:02 +0000 (12:15 -0400)
commit880884b517346a414aceae31ff8057b960fd38e5
tree9100395f141c5aaf1df97bceee45e0ca011e66cb
parent6e20d648e9b9a6c098aebd9f96513b0300024957
os/bluestore: do not balance bluefs on every kv_sync_thread iteration

This showed up with multiple samples in a wall-clock profile.  We do not
need to reconsider the freespace balance on every single kv commit cycle.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h