在编译容器中添加UCX模块,加速Ceph集群的网络通信性能。
1
|
podman exec -it openeuler2203sp4_build /bin/bash |
1 2 |
cd /home/ceph-17.2.7 patch -p1 < ceph-17.2.7-ucx.patch |
1
|
vim src/msg/async/EventEpoll.h
|
1
|
is_polling = cct->_conf->ms_async_op_threads_polling | cct->_conf->ms_async_ucx_event_polling; |