-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with driver version 460.32.03 (because of the two dots) #32
Comments
A temporary workaround seems to be to remove the
|
Hello Alex, Please share the output of below query that has driver_version on your NVIDIA GPU.
This way, i can re-create the issue with nvidiagpubeat/nvidiasmilocal/localnvidiasmi.go and provide a fix. Cheers |
Hello Alex, @aLeX1443 I am unable to re-create the issue. nvidigpubeat.yml has driver_version and looks like below
The output of above query on my real GPU is
Here the driver_version has two dots The resulting output from nvidigpubeat is
Each field correctly maps the CSV output from nvidia-smi command. Cheers |
Hi @deepujain, here is the output of:
The driver version is the one installed by the Ubuntu Additional Drivers aplication. Would it be possible to test it with the same driver version? i.e., |
@aLeX1443 I used the output that you shared and ingested into nvidiagpubeat/nvidiasmilocal/localnvidiasmi.go . I ran nvidigpubeat (
What error do you see with nvidiagpubeat ? |
I do not have the flexibility to modify the driver version of GPUs on the cluster. |
The output that you shared here #32 (comment) (description). I think nvidiagpubeat is able to understand the driver_version with multiple points and create the event for ES to consume. However it appears ES was not able to ingest it. I see this in the event that you shared. |
I was using branch |
I found it to work with branch
^C2021-01-17T09:07:01.601-0800 DEBUG [service] service/service.go:53 Received sigterm/sigint, stopping
|
@aLeX1443 Did you get a chance to look into it ? |
I believe the current version is not compatible with Nvidia driver version 460.32.03, due to it having two dots in the name.
Please see the end of the line below:
The text was updated successfully, but these errors were encountered: