]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/monmaptool.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / tools / monmaptool.cc
index d566313b17e5d6a8436833c133b5226f3efdc846..b858fe5a684a7e1d89488f7a4a20f60d064ca31f 100644 (file)
@@ -358,7 +358,7 @@ int main(int argc, const char **argv)
     monmap.strategy = static_cast<MonMap::election_strategy>(
                  g_conf().get_val<uint64_t>("mon_election_default_strategy"));
     if (min_mon_release == ceph_release_t::unknown) {
-      min_mon_release = ceph_release_t::octopus;
+      min_mon_release = ceph_release_t::pacific;
     }
     // TODO: why do we not use build_initial in our normal path here!?!?!
     modified = true;