]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: always set query_epoch explicitly for MOSDPGLog 22487/head
authorKefu Chai <kchai@redhat.com>
Sat, 9 Jun 2018 07:15:01 +0000 (15:15 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 9 Jun 2018 07:15:55 +0000 (15:15 +0800)
commit84a1984b7cb70c74eaf517ffc424228fa954ed37
tree4cf37dc1622164667427a1158428d40813792dfb
parent4f31eefda6d25ce56fd8f9888bae829aca4ce4ee
osd: always set query_epoch explicitly for MOSDPGLog

it's a follow-up change of 339ae18b. also remove the MOSDPGLog
contructor where query_epoch is optional. it's less error-prone if we
make this parameter mandatory.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/messages/MOSDPGLog.h
src/osd/PG.cc
src/osd/PrimaryLogPG.cc