Hello,
I don't know if it's normal but in all the nodes of the cluster (except the one
that runs the engine) I have something like:
2022-09-12 15:41:54,563+0000 INFO (jsonrpc/0) [api.virt] START getStats() from=::1,57578,
vmId=8486ed73-df34-4c58-bfdc-7025dec63b7f (api:48)
2022-09-12 15:41:54,563+0000 INFO (jsonrpc/0) [api] FINISH getStats error=Virtual machine
does not exist: {'vmId': '8486ed73-df34-4c58-bfdc-7025dec63b7f'}
(api:129)
2022-09-12 15:41:54,563+0000 INFO (jsonrpc/0) [api.virt] FINISH getStats
return={'status': {'code': 1, 'message': "Virtual machine
does not exist: {'vmId': '8486ed73-df34-4c58-bfdc-7025dec63b7f'}"}}
from=::1,57578, vmId=8486ed73-df34-4c58-bfdc-7025dec63b7f (api:54)
2022-09-12 15:41:54,563+0000 INFO (jsonrpc/0) [jsonrpc.JsonRpcServer] RPC call
VM.getStats failed (error 1) in 0.00 seconds (__init__:312)
The UUID 8486ed73-df34-4c58-bfdc-7025dec63b7f is the UUID of the Hosted-engine VM,
obviously it run only in one noe and, as I undestand, the other nodes are querying the VM
state only to fence the VMs if is started on more node at a time... but having the log
full of these "error" are annoying.
I would prefer to have the word "error" only in meaningful context.
This if the hypotesis of my interpretation is correct, if it's a true error, then
please address me how to fix it. Thank you.