]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/crimson/osd/main_config_bootstrap_helpers.cc
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / crimson / osd / main_config_bootstrap_helpers.cc
index 0777822b9a0e6b8799c892e22f7691b2602cbd9e..807fd1591aed5c4c7cf8e240d7b1b74f9f28d8a9 100644 (file)
@@ -55,7 +55,8 @@ seastar::future<> populate_config_from_mon()
     auto auth_handler = std::make_unique<DummyAuthHandler>();
     auto msgr = crimson::net::Messenger::create(entity_name_t::CLIENT(),
                                                 "temp_mon_client",
-                                                get_nonce());
+                                                get_nonce(),
+                                                true);
     crimson::mon::Client monc{*msgr, *auth_handler};
     msgr->set_auth_client(&monc);
     msgr->start({&monc}).get();