ovirt-engine failed to check for updates

I have ovirt-engine 3.6 set up on a dedicated host which is managing two ovirt hosts. I am seeing errors when the engine attempts to check for updates as follows. Failed to check for available updates on host ovirt-node-production2 with message 'Command returned failure code 1 during SSH session 'root@ovirt-node-production2''. I checked the logs on the host and it appears to be an issue with yum. 2017-01-30 10:21:05 ERROR otopi.plugins.ovirt_host_mgmt.packages.update update.error:102 Yum: Cannot queue package ovirt-imageio-daemon: Package ovirt-imageio-daemon cannot be found 2017-01-30 10:21:05 ERROR otopi.context context._executeMethod:151 Failed to execute stage 'Package installation': Package ovirt-imageio-daemon cannot be found Is there a way to resolve this? I don't see any package named ovirt-imageio-daemon in my repos when running a yum search.

Le 01/02/2017 à 17:37, Michael Watters a écrit :
I have ovirt-engine 3.6 set up on a dedicated host which is managing two ovirt hosts. I am seeing errors when the engine attempts to check for updates as follows.
Failed to check for available updates on host ovirt-node-production2 with message 'Command returned failure code 1 during SSH session 'root@ovirt-node-production2''.
I checked the logs on the host and it appears to be an issue with yum.
2017-01-30 10:21:05 ERROR otopi.plugins.ovirt_host_mgmt.packages.update update.error:102 Yum: Cannot queue package ovirt-imageio-daemon: Package ovirt-imageio-daemon cannot be found
2017-01-30 10:21:05 ERROR otopi.context context._executeMethod:151 Failed to execute stage 'Package installation': Package ovirt-imageio-daemon cannot be found
Is there a way to resolve this? I don't see any package named ovirt-imageio-daemon in my repos when running a yum search.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Hello Michael, Last time we spoke about this issue, it was the fault of ipV6 that had to be turn down (I let you search the relevant posts). ----------------------------------------- cat /etc/sysctl.d/noipv6.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 ----------------------------------------- -- Nicolas ECARNOT

I don't think IPv6 is the cause. When the engine checks for updates there is a yum error shown in the debug logs as follows. 2017-02-01 10:38:39 INFO otopi.plugins.ovirt_host_mgmt.packages.update update.info:98 Yum: Performing yum transaction rollback 2017-02-01 10:38:39 DEBUG otopi.context context._executeMethod:142 method exception Traceback (most recent call last): File "/tmp/ovirt-J9X39w5eHd/pythonlib/otopi/context.py", line 132, in _executeMethod method['method']() File "/tmp/ovirt-J9X39w5eHd/otopi-plugins/ovirt-host-mgmt/packages/update.py", line 110, in _packagesCheck packages=self.environment[omgmt.PackagesEnv.PACKAGES], File "/tmp/ovirt-J9X39w5eHd/pythonlib/otopi/miniyum.py", line 851, in install **kwargs File "/tmp/ovirt-J9X39w5eHd/pythonlib/otopi/miniyum.py", line 500, in _queue package=package, RuntimeError: Package ovirt-imageio-daemon cannot be found I've searched for a repo that provides this package but it looks like this package is part of oVirt 4.0 instead of 3.6 which is what we are using. On 02/01/2017 12:18 PM, Nicolas Ecarnot wrote:
Hello Michael,
Last time we spoke about this issue, it was the fault of ipV6 that had to be turn down (I let you search the relevant posts).
----------------------------------------- cat /etc/sysctl.d/noipv6.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 -----------------------------------------

Le 01/02/2017 à 18:18, Nicolas Ecarnot a écrit :
Le 01/02/2017 à 17:37, Michael Watters a écrit :
I have ovirt-engine 3.6 set up on a dedicated host which is managing two ovirt hosts. I am seeing errors when the engine attempts to check for updates as follows.
Failed to check for available updates on host ovirt-node-production2 with message 'Command returned failure code 1 during SSH session 'root@ovirt-node-production2''.
I checked the logs on the host and it appears to be an issue with yum.
2017-01-30 10:21:05 ERROR otopi.plugins.ovirt_host_mgmt.packages.update update.error:102 Yum: Cannot queue package ovirt-imageio-daemon: Package ovirt-imageio-daemon cannot be found
2017-01-30 10:21:05 ERROR otopi.context context._executeMethod:151 Failed to execute stage 'Package installation': Package ovirt-imageio-daemon cannot be found
Is there a way to resolve this? I don't see any package named ovirt-imageio-daemon in my repos when running a yum search.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Hello Michael,
Last time we spoke about this issue, it was the fault of ipV6 that had to be turn down (I let you search the relevant posts).
OK Michael, Your case is different. Anyway, for the record, I was referring to this : http://lists.ovirt.org/pipermail/users/2016-September/076113.html
----------------------------------------- cat /etc/sysctl.d/noipv6.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 -----------------------------------------
-- Nicolas ECARNOT
participants (2)
-
Michael Watters
-
Nicolas Ecarnot