From: Sage Weil Date: Tue, 29 Jan 2019 18:51:33 +0000 (-0600) Subject: mon/MonMapMonitor: set initial min_mon_release X-Git-Tag: v14.1.0~94^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9e941eb6da442b4b7b2bbc7922ff47328fc696cc;p=ceph.git mon/MonMapMonitor: set initial min_mon_release Signed-off-by: Sage Weil --- diff --git a/src/mon/MonmapMonitor.cc b/src/mon/MonmapMonitor.cc index b3bb2f891794..5d7358729f79 100644 --- a/src/mon/MonmapMonitor.cc +++ b/src/mon/MonmapMonitor.cc @@ -47,6 +47,7 @@ void MonmapMonitor::create_initial() } else { // initialize with default persistent features for new clusters pending_map.persistent_features = ceph::features::mon::get_persistent(); + pending_map.min_mon_release = ceph_release(); } }