]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd object store compaction on start wasn't working because of wrong boot sequence... 56980/head
authorsajibreadd <sajibreadd@gmail.com>
Thu, 18 Apr 2024 09:38:02 +0000 (11:38 +0200)
committersajibreadd <sajibreadd@gmail.com>
Mon, 2 Sep 2024 14:21:37 +0000 (20:21 +0600)
commiteda7eee93590625fac487ce57daf4f02e4d73bcb
tree413108f9cd007c7ab838deda5d9ce1556059da55
parenta1cd410986e370461c2d9ee40703dc420eb0f991
osd object store compaction on start wasn't working because of wrong boot sequence. More specifically compaction is called before authentication of monClient. Store compaction now is moved after authentication of monClient.

Fixes: https://tracker.ceph.com/issues/65228
Signed-off-by: Md Mahamudur Rahaman Sajib <mahamudur.sajib@croit.io>
src/osd/OSD.cc