-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
We see in cnv.engineering that the log "failed to remove mdev types".
We need to understand if the log is correct and consider if an alert is required or if we already have one.
To see the logs in cnv.engineering go to the Observe->Logs and run query:
{ log_type="infrastructure", kubernetes_container_name="virt-handler" } |= `failed to remove mdev types` | json | level=~"error|err|eror"
Log example:
“component":"virt-handler","level":"error","msg":"failed to remove mdev types: failed to read the content of /sys/bus/mdev/devices directory","pos":"mediated_devices_types.go:275","reason":"open /sys/bus/mdev/devices: no such file or directory","timestamp":"2023-11-21T09:12:08.892246Z”