]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Relax missing entry assert for partial writes. 65860/head
authorAlex Ainscow <aainscow@uk.ibm.com>
Fri, 3 Oct 2025 12:35:48 +0000 (13:35 +0100)
committerAlex Ainscow <aainscow@uk.ibm.com>
Thu, 9 Oct 2025 13:44:45 +0000 (14:44 +0100)
commitbb3c77d2f415fa2c00ab0459480b9760fb83a9b9
tree45f7211e312e6299ba631ddfecb4ff00ff544f02
parent3ef67c47e645172afb1098664ac7a244ba6e7ddc
osd: Relax missing entry assert for partial writes.

This assert was relaxed to allow for missing partial write logs. However
it needs to be relaxed further to cope with the missing list not containing
some objects with later log entries.

Fixes tracker https://tracker.ceph.com/issues/73248

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
(cherry picked from commit 839360365b7b8278c7831b27486f58c440456f89)
src/osd/PGLog.h