]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/CMakeLists: enable libhwloc 63350/head
authorMatan Breizman <mbreizma@redhat.com>
Mon, 19 May 2025 13:04:53 +0000 (13:04 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Mon, 19 May 2025 13:04:53 +0000 (13:04 +0000)
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 <mbreizma@redhat.com>
src/CMakeLists.txt

index 801086e1268a121af683c32f043dd2ec4c92dd6d..cdc26ee6e16edf5279ac2809af44266bd757024b 100644 (file)
@@ -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)