Mellanox / ufm_sdk_3.0

BSD 3-Clause "New" or "Revised" License
20 stars 21 forks source link

issue:3862873: Fixing Fluent streamer doesn’t work in case of UFM docker #192

Closed ananalaghbar closed 7 months ago

ananalaghbar commented 7 months ago

What ?

The streaming in the TFS isn't working using the Fluent C Forward protocol in the case of UFM Docker

Why ?

Fixing 3862873

How ?

Currently, In the case of docker, the path /opt/ufm/telemetry/collectx/lib/doesn't exist, and this directory used as shared volume with the TFS to share the clx .so libraries that are required for the streaming

To fix the issue, need to get rid of any UFM dependencies, the libraries should be part of the TFS image instead of loading them from the shared volume.