From: Sage Weil Date: Fri, 21 Jun 2013 00:44:06 +0000 (-0700) Subject: mon/AuthMonitor: start at format 1 (latest) for new clusters X-Git-Tag: v0.67-rc1~175^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8f793694cf9326d55d611bc8c1a0bd68a6830dc;p=ceph.git mon/AuthMonitor: start at format 1 (latest) for new clusters Signed-off-by: Sage Weil --- diff --git a/src/mon/AuthMonitor.cc b/src/mon/AuthMonitor.cc index 46e81b661e0c..b7a6a764d788 100644 --- a/src/mon/AuthMonitor.cc +++ b/src/mon/AuthMonitor.cc @@ -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)