PG: remove peer_info_requested member

This is internal to the GetInfo state now.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
This commit is contained in:
Josh Durgin 2011-05-03 14:15:45 -07:00
parent 258fe7c018
commit eac23e178f
2 changed files with 0 additions and 3 deletions

View File

@ -1175,7 +1175,6 @@ void PG::clear_primary_state()
// clear peering state
have_master_log = false;
stray_set.clear();
peer_info_requested.clear();
peer_log_requested.clear();
peer_backlog_requested.clear();
peer_missing_requested.clear();
@ -1825,7 +1824,6 @@ void PG::purge_strays()
// clear _requested maps; we may have to peer() again if we discover
// (more) stray content
peer_info_requested.clear();
peer_log_requested.clear();
peer_backlog_requested.clear();
peer_missing_requested.clear();

View File

@ -1101,7 +1101,6 @@ protected:
set<int> stray_set; // non-acting osds that have PG data.
eversion_t oldest_update; // acting: lowest (valid) last_update in active set
map<int,Info> peer_info; // info from peers (stray or prior)
set<int> peer_info_requested;
map<int, Missing> peer_missing;
set<int> peer_log_requested; // logs i've requested (and start stamps)
set<int> peer_backlog_requested;