mon/AuthMonitor: start at format 1 (latest) for new clusters

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2013-06-20 17:44:06 -07:00
parent 950c0f353b
commit c8f793694c

View File

@ -113,6 +113,8 @@ void AuthMonitor::create_initial()
inc.inc_type = GLOBAL_ID;
inc.max_global_id = max_global_id;
pending_auth.push_back(inc);
format_version = 1;
}
void AuthMonitor::update_from_paxos(bool *need_bootstrap)