On Tue, Feb 18, 2014 at 1:32 PM, Jon Forrest <nobozo(a)gmail.com> wrote:
I have a brand new CentOS 6.5 x86_64 installation with all the
updates
as of today installed.
I want to create a test All-In-One node, so I follow the documentation and run
yum install epel-release-6-8.noarch.rpm
yum localinstall
http://ovirt.org/releases/ovirt-release-el.noarch.rpm
These work fine. I then run
yum install ovirt-engine-setup-plugin-allinone -y
and I get
Error: Package: libvirt-lock-sanlock-0.10.2-29.el6_5.3.x86_64 (updates)
Requires: libsanlock_client.so.1()(64bit)
Error: Package: libvirt-lock-sanlock-0.10.2-29.el6_5.3.x86_64 (updates)
Requires: sanlock >= 2.4
Error: Package: vdsm-4.13.3-3.el6.x86_64 (ovirt-3.3.3)
Requires: sanlock >= 2.3-4
Error: Package: vdsm-4.13.3-3.el6.x86_64 (ovirt-3.3.3)
Requires: sanlock-python
Just to follow up on this - it turned out to be a local yum repo
problem. I had created a local Yum mirror and, for reasons I don't
completely yet understand, pointing to it caused this problem.
Pointing to an external Yum mirror made the problem go away.
Sorry for the noise.
Jon Forrest