mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
mon/AuthMonitor: start at format 1 (latest) for new clusters
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
950c0f353b
commit
c8f793694c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user