]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: add ExtentMap::maybe_reshard
authorAdam Kupczyk <akupczyk@ibm.com>
Thu, 16 Feb 2023 12:46:33 +0000 (12:46 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Wed, 10 May 2023 11:47:46 +0000 (11:47 +0000)
commit5db159e24b5d5d764ea4d3d4b5109ab8f95e10af
tree880875802f6b1d320e0e8465b2ebf59cd26a475e
parentd085aab853ca6562cf2490d5e156fcd6582a17f7
os/bluestore: add ExtentMap::maybe_reshard

maybe_reshard is created to filter out unnecessary calls to request_reshard.
The intended use is to let just request maybe_reshard, and delegate check
if the action is really necessary to the implementation detail level.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h