]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerGabriel BenHanokh <gbenhano@redhat.com>
Tue, 9 Apr 2024 12:18:33 +0000 (12:18 +0000)
commit4762ffaaa19ca2afe8864fa1a6fb67ceea3aa640
treee8a06b00984cb8af2f0a6444e9ca30a7a16b7ded
parent3aa891dbf6dafd3b1983fbe2efcbfd1d11d52b40
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>
src/blk/BlockDevice.h
src/blk/kernel/KernelDevice.cc
src/blk/kernel/KernelDevice.h
src/os/bluestore/BlueStore.cc