You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I found dcgm-exporter will enconter a runtime error: FATA[0000] Failed to watch metrics: Error watching fields: Host engine is running as non-root. And adding --cap-add=SYS_ADMIN with docker run or SYS_ADMIN in yaml can step over the error. I wonder what specific operation causes the issue?
The error was found in below scenarios with dcgm-exporter 3.6.0 without SYS_ADMIN
Device
Driver Version
CUDA Version
NVIDIA A30
535.54.03
12.2
NVIDIA L2
535.154.05
12.2
The text was updated successfully, but these errors were encountered:
Recently, I found dcgm-exporter will enconter a runtime error: FATA[0000] Failed to watch metrics: Error watching fields: Host engine is running as non-root. And adding
--cap-add=SYS_ADMIN
withdocker run
orSYS_ADMIN
in yaml can step over the error. I wonder what specific operation causes the issue?The error was found in below scenarios with dcgm-exporter 3.6.0 without SYS_ADMIN
The text was updated successfully, but these errors were encountered: