]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
On graceful shutdown we will wait for discard queue to drain before storing the alloc...
authorGabriel BenHanokh <gbenhano@redhat.com>
Mon, 8 Apr 2024 11:15:47 +0000 (11:15 +0000)
committerYite Gu <yitegu0@gmail.com>
Wed, 7 Aug 2024 02:46:34 +0000 (10:46 +0800)
commitd65eebc478d0a9bd366f3b5cc38fb4c84aa00dc8
tree328ab9486979f4023cfc37e2106d130ebfc69066
parentcf861523cf42f034ce4f0b128cc48e100d1bf486
On graceful shutdown we will wait for discard queue to drain before storing the allocator.
ON fast shutdown we will simply copy the discard queue entries to the allocator

Signed-off-by: Gabriel BenHanokh <gbenhano@redhat.com>
(cherry picked from commit 4762ffaaa19ca2afe8864fa1a6fb67ceea3aa640)
src/blk/BlockDevice.h
src/blk/kernel/KernelDevice.cc
src/blk/kernel/KernelDevice.h
src/os/bluestore/BlueStore.cc