-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
We see in cnv.engineering that the log "unable to execute QEMU agent command 'guest-get-users': The command guest-get-users has not been found" .
We need to understand ig the log is correct and consider if an alert is required.
To see the logs in cnv.engineering go to the Observe->Logs and run query:
{ log_type="application", kubernetes_container_name="compute" } |= `unable to execute QEMU agent command` | json | level=~"error|err|eror"
Example log:
{"component":"virt-launcher","level":"warning","msg":"internal error: unable to execute QEMU agent command 'guest-get-users': The command guest-get-users has not been found","pos":"qemuAgentCheckError:989","subcomponent":"libvirt","thread":"33","timestamp":"2023-11-21T12:34:48.134000Z"}