]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG: do not append outdata to TMAPUP ops 30457/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 18 Sep 2019 13:52:17 +0000 (09:52 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 18 Sep 2019 13:52:17 +0000 (09:52 -0400)
commit8871c5c688705171be8fca54727460895602a901
tree66ea4195226e357a254905f507425c7ec461ed83
parentd3c19d531d24e85777e99807b57a91a54865164c
osd/PrimaryLogPG: do not append outdata to TMAPUP ops

Write operations should not have data but TMAPUP incorrectly appends
the previously read TMAP object to the outdata buferlist.

Fixes: https://tracker.ceph.com/issues/41908
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/osd/PrimaryLogPG.cc