One more test I did..
I tried to connect to oVirt node and i ran this command:
qemu-agent-command testvm
'{"execute":"guest-network-get-interfaces"}'
and I got this back:
{"return":[{"name":"Ethernet Instance
0","ip-addresses":[{"ip-address-type":"ipv4","ip-address":"192.168.110.110","prefix":24}],"statistics":{"tx-packets":341700,"tx-errs":0,"rx-bytes":91548867,"rx-dropped":0,"rx-packets":363311,"rx-errs":0,"tx-bytes":661674577,"tx-dropped":0},"hardware-address":"56:6f:75:52:00:06"},{"name":"Loopback
Pseudo-Interface
1","ip-addresses":[{"ip-address-type":"ipv6","ip-address":"::1","prefix":128},{"ip-address-type":"ipv4","ip-address":"127.0.0.1","prefix":8}],"statistics":{"tx-packets":0,"tx-errs":0,"rx-bytes":0,"rx-dropped":0,"rx-packets":0,"rx-errs":0,"tx-bytes":0,"tx-dropped":0}}]}
So I guess node can successfully get status from agent?
Also, I tried restarting vdsmd and ovirt-engine one more time, 2vms are now showing info
from guest agent on Dashboard, but others no.. Also HostedEngine stopped showing info now
also.