]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PG: fix phantom entry in peer_info
authorSamuel Just <samuel.just@dreamhost.com>
Tue, 13 Dec 2011 01:25:40 +0000 (17:25 -0800)
committerSamuel Just <samuel.just@dreamhost.com>
Wed, 14 Dec 2011 19:32:21 +0000 (11:32 -0800)
commit999846f7e944efb881309369ee4eb83cd3f7cac4
tree2149be1ac2f97f4f313f854602b0fe5b2deb0a35
parent71893b0e4dfdd7ea9b51955529e2e5df2a03ad8c
PG: fix phantom entry in peer_info

In GetLog, do not call pg->peer_info[newest_update_osd] if
newest_update_osd is osd->whoami.

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/osd/PG.cc