]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PrimaryLogPG: Keep soid before erase entry 57545/head
authorNitzan Mordechai <nmordech@redhat.com>
Sun, 19 May 2024 07:57:13 +0000 (07:57 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Wed, 19 Jun 2024 04:26:33 +0000 (04:26 +0000)
commitf7bc4e454786d2ea02991c592b8491eef2e5200f
treebb2ac9bf11a6bf7fdaa3aed171c553b4d057b8d5
parent4044caff8f4594fec64680f1219bf11fd9b299f8
PrimaryLogPG: Keep soid before erase entry

valgrind errors show when we are erasing entry and then trying
to use it. we need to keep the soid before the erase happen.

Fixes: https://tracker.ceph.com/issues/64942
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
src/osd/PrimaryLogPG.cc