RHEVM: rhev-agentd broken ?
Hi
I've noticed that the applications_list that I have defined in /etc/rhev-agent.conf is not being displayed correctly in the Applications tab for my VM's.
The rhev-agent.log is showing the traceback below. Apparently unable to find a required vdsm file ?
I think this may have broken after I upgraded the manager to 3.0.7
Bug ? Should I raise a support ticket ?
MainThread::INFO::2012-10-09 11:55:40,288::rhev-agentd::25::root::Starting RHEV-Agent daemon
MainThread::ERROR::2012-10-09 11:55:40,295::rhev-agentd::57::root::Unhandled exception in RHEV-Agent daemon!
Traceback (most recent call last):
File "/usr/share/rhev-agent/rhev-agentd.py", line 55, in <module>
agent.run()
File "/usr/share/rhev-agent/rhev-agentd.py", line 30, in run
self.agent = LinuxVdsAgent(config)
File "/usr/share/rhev-agent/qGuestAgentLinux2.py", line 137, in __init__
AgentLogicBase.__init__(self, config)
File "/usr/share/rhev-agent/vdsAgentLogic.py", line 51, in __init__
self.vio = VirtIoChannel(config.get("virtio", "device"))
File "/usr/share/rhev-agent/VirtIoChannel.py", line 28, in __init__
self._vport = os.open(vport_name, os.O_RDWR)
OSError: [Errno 2] No such file or directory: '/dev/virtio-ports/com.redhat.rhevm.vdsm'
Thanks