From: leonidc Date: Sun, 2 Feb 2025 14:05:02 +0000 (+0200) Subject: Merge pull request #61538 from leonidc/fix-duplicated-optimized X-Git-Tag: v20.0.0~277 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=79e150406981d141a54df82678bb2efc2d2a5724;p=ceph.git Merge pull request #61538 from leonidc/fix-duplicated-optimized nvmeofgw* : fix duplicated optimized host's pathes --- 79e150406981d141a54df82678bb2efc2d2a5724 diff --cc src/mon/NVMeofGwMon.cc index e69a9d3b86618,0d735a5145ca3..95360a51ec519 --- a/src/mon/NVMeofGwMon.cc +++ b/src/mon/NVMeofGwMon.cc @@@ -550,10 -550,10 +550,10 @@@ bool NVMeofGwMon::prepare_beacon(MonOpR << dendl; if (pending_map.created_gws[group_key][gw_id].availability == gw_availability_t::GW_AVAILABLE) { - dout(4) << " Warning :GW marked as Available in the NVmeofGwMon " + dout(1) << " Warning :GW marked as Available in the NVmeofGwMon " << "database, performed full startup - Apply GW!" << gw_id << dendl; - pending_map.handle_gw_performing_fast_reboot(gw_id, group_key, propose); + process_gw_down(gw_id, group_key, propose, avail); LastBeacon lb = {gw_id, group_key}; last_beacon[lb] = now; //Update last beacon } else if (