]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG: pass TMAPGET errors up
authorSage Weil <sage@redhat.com>
Thu, 5 Sep 2019 16:08:13 +0000 (11:08 -0500)
committerSage Weil <sage@redhat.com>
Thu, 5 Sep 2019 17:01:30 +0000 (12:01 -0500)
commit0541814930131f23150613c253174fe91b06a035
tree37e4d9d3fce5dfb7ece3aa23016b80c8d102a5bf
parent8550ceff79887d319ea91df5646562793e7bfe9e
osd/PrimaryLogPG: pass TMAPGET errors up

If the TMAPGET gets a read error, we want to pass that up, instead of
silently ignoring it.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PrimaryLogPG.cc