]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge PR #60216 into main
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 22 Oct 2024 00:54:15 +0000 (20:54 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 22 Oct 2024 00:54:15 +0000 (20:54 -0400)
* refs/pull/60216/head:
common/options: pass name as rvalue reference
common/config: use libfmt to build strings
common/config: use emplace_back() instead of push_back()
common/HeartbeatMap: pass name as rvalue reference
common/config_obs_mgr: use the erase() return value
common/SloppyCRCMap: use the erase() return value
common: disable `boost::intrusive::constant_time_size`

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>

Trivial merge