From: Matan Breizman Date: Mon, 19 May 2025 13:04:53 +0000 (+0000) Subject: src/CMakeLists: enable libhwloc X-Git-Tag: v21.0.0~256^2~516^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d0a142a1e151642f9bb44146b4998deb22e1bd86;p=ceph.git src/CMakeLists: enable libhwloc libhwloc was disabled temporarily due to dedicated memory leak. See: 6047bf02b51751d3ba49677e050f9e0915534f7d Enabling this would allow us to use the following reactor options: * num-io-groups * allow_cpus_in_remote_numa_nodes (which is enabled by default) Signed-off-by: Matan Breizman --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 801086e1268a..cdc26ee6e16e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -404,7 +404,6 @@ if(WITH_CRIMSON) endif() endmacro () set(Seastar_API_LEVEL "6" CACHE STRING "" FORCE) - set(Seastar_HWLOC OFF CACHE BOOL "" FORCE) set(Seastar_IO_URING OFF CACHE BOOL "" FORCE) set(Seastar_DEPRECATED_OSTREAM_FORMATTERS OFF CACHE BOOL "" FORCE) if(Seastar_DPDK)