This is a multi-part message in MIME format.
--------------000000060704080905020606
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
You might want to disable InstallVds and restart the engine. Since it
will attempt to install the packages from yum and that could cause an
issue if you are installing hand built RPM.
psql engine -U postgres -c "UPDATE vdc_options set option_value =
'false' where option_name = 'InstallVds'"
service ovirt-engine restart
On 06/18/2012 04:01 PM, Trey Dockendorf wrote:
I have a ovirt-3.1 server installed in CentOS 6.2 via the ovirt-dre
repo , this is what is installed on the server with ovirt-engine
ovirt-engine.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-backend.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-config.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-dbscripts.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-genericapi.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-jbossas711.x86_64
1-0
@ovirt-dre
ovirt-engine-notification-service.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-restapi.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-sdk.noarch
3.1.0.1-1alpha.el6
@ovirt-dre
ovirt-engine-setup.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-tools-common.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-userportal.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-engine-webadmin-portal.noarch
3.1.0_0001-1.8.el6
@ovirt-dre
ovirt-image-uploader.noarch
1.0.0-1.el6
@ovirt-dre
ovirt-iso-uploader.noarch
1.0.0-1.el6
@ovirt-dre
ovirt-log-collector.noarch
1.0.0-1.el6
@ovirt-dre
I took an existing KVM server and installed vdsm and follow both the
Dreyou instructions and those in ovirt documentation on setting up a
node. However when I add the node via ovirt management portal I get
an error in the GUI on the step for "VDSM_MAJOR_VER"
on the node , /tmp/vds_bootstrap.64713.log
Mon, 18 Jun 2012 14:20:20 DEBUG **** Start VDS Validation ****
Mon, 18 Jun 2012 14:20:20 DEBUG Entered VdsValidation(subject =
'dc-kvm0.tamu.edu <
http://dc-kvm0.tamu.edu>';, random_num =
'8408ad00-510d-47a7-98e9-ed73d95ad85d', rev_num = 'None',
installVirtualizationService = 'True', installGlusterService = 'False')
Mon, 18 Jun 2012 14:20:20 DEBUG Setting up Package Sacks
Mon, 18 Jun 2012 14:20:22 DEBUG yumSearch: found vdsm entries:
[<YumAvailablePackageSqlite : vdsm-4.10.0-0.33.git40b2d55.el6.x86_64
(0x17e8e90)>]
Mon, 18 Jun 2012 14:20:22 DEBUG Host properly registered with
RHN/Satellite.
Mon, 18 Jun 2012 14:20:22 DEBUG <BSTRAP component='RHN_REGISTRATION'
status='OK' message='Host properly registered with RHN/Satellite.'/>
Mon, 18 Jun 2012 14:20:25 DEBUG yumSearchVersion: pkg
vdsm-4.10.0-0.33.git40b2d55.el6.x86_64 does not start with: vdsm-4.9
Mon, 18 Jun 2012 14:20:25 ERROR Unable to fetch VDSM with minimal
version of vdsm-4.9. Please check if host is properly registered with
updated yum repository
Mon, 18 Jun 2012 14:20:25 DEBUG <BSTRAP component='VDSM_MAJOR_VER'
status='FAIL' message='Unable to fetch VDSM with minimal version of
vdsm-4.9. Please check if host is properly registered with updated yum
repository'/>
Mon, 18 Jun 2012 14:20:25 ERROR checkMajorVersion test failed
Mon, 18 Jun 2012 14:20:25 DEBUG <BSTRAP component='RHEV_INSTALL'
status='FAIL'/>
Mon, 18 Jun 2012 14:20:25 DEBUG **** End VDS Validation ****
This is a rather obvious error, it expects vdsm-4.9* and I have
vdsm-4.10*. Is this a bug or expected? I'd seem to think it's a bug
as the beta repo for ovirt has ovirt-3.1 with vdsm-4.10.
This is what's on the node
vdsm.x86_64
4.10.0-0.33.git40b2d55.el6
@vdsm-dre
vdsm-cli.noarch
4.10.0-0.33.git40b2d55.el6
@vdsm-dre
vdsm-python.x86_64
4.10.0-0.33.git40b2d55.el6
@vdsm-dre
vdsm-xmlrpc.noarch
4.10.0-0.33.git40b2d55.el6
@vdsm-dre
Any advice?
Thanks
- Trey
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
--------------000000060704080905020606
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
You might want to disable InstallVds and restart the engine. Since
it will attempt to install the packages from yum and that could
cause an issue if you are installing hand built RPM.<br>
<br>
psql engine -U postgres -c "UPDATE vdc_options set option_value =
'false' where option_name = 'InstallVds'"<br>
service ovirt-engine restart<br>
<br>
<br>
On 06/18/2012 04:01 PM, Trey Dockendorf wrote:
<blockquote
cite="mid:CAN0oX1YO=8FacdJQKrAp=O3kKT7xyNmhw3rZYHiGy7XxWi2Zgw@mail.gmail.com"
type="cite">
<div style="text-align:left">I have a ovirt-3.1 server installed
in CentOS 6.2 via the ovirt-dre repo , this is what is installed
on the server with ovirt-engine</div>
<div style="text-align:left"><br>
</div>
<div style="text-align:left">
<div>ovirt-engine.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-engine-backend.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-engine-config.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-engine-dbscripts.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-engine-genericapi.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-engine-jbossas711.x86_64
1-0
@ovirt-dre</div>
<div>ovirt-engine-notification-service.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-engine-restapi.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-engine-sdk.noarch
3.1.0.1-1alpha.el6
@ovirt-dre</div>
<div>ovirt-engine-setup.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-engine-tools-common.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-engine-userportal.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-engine-webadmin-portal.noarch
3.1.0_0001-1.8.el6
@ovirt-dre</div>
<div>ovirt-image-uploader.noarch
1.0.0-1.el6
@ovirt-dre</div>
<div>ovirt-iso-uploader.noarch
1.0.0-1.el6
@ovirt-dre</div>
<div>ovirt-log-collector.noarch
1.0.0-1.el6
@ovirt-dre</div>
</div>
<div style="text-align:left"><br>
</div>
<div style="text-align:left"><br>
</div>
<div style="text-align:left">I took an existing KVM server and
installed vdsm and follow both the Dreyou instructions and those
in ovirt documentation on setting up a node. However when I add
the node via ovirt management portal I get an error in the GUI
on the step for "VDSM_MAJOR_VER"</div>
<div style="text-align:left"><br>
</div>
<div style="text-align:left">on the node ,
/tmp/vds_bootstrap.64713.log</div>
<div style="text-align:left">
<div>Mon, 18 Jun 2012 14:20:20 DEBUG **** Start VDS
Validation ****</div>
<div>Mon, 18 Jun 2012 14:20:20 DEBUG Entered
VdsValidation(subject = '<a moz-do-not-send="true"
href="http://dc-kvm0.tamu.edu">dc-kvm0.tamu.edu</a>',
random_num = '8408ad00-510d-47a7-98e9-ed73d95ad85d', rev_num =
'None', installVirtualizationService = 'True',
installGlusterService = 'False')</div>
<div>Mon, 18 Jun 2012 14:20:20 DEBUG Setting up Package
Sacks</div>
<div>Mon, 18 Jun 2012 14:20:22 DEBUG yumSearch: found
vdsm
entries: [<YumAvailablePackageSqlite :
vdsm-4.10.0-0.33.git40b2d55.el6.x86_64 (0x17e8e90)>]</div>
<div>Mon, 18 Jun 2012 14:20:22 DEBUG Host properly
registered
with RHN/Satellite.</div>
<div>Mon, 18 Jun 2012 14:20:22 DEBUG <BSTRAP
component='RHN_REGISTRATION' status='OK' message='Host
properly registered with RHN/Satellite.'/></div>
<div>Mon, 18 Jun 2012 14:20:25 DEBUG yumSearchVersion:
pkg
vdsm-4.10.0-0.33.git40b2d55.el6.x86_64 does not start with:
vdsm-4.9</div>
<div>Mon, 18 Jun 2012 14:20:25 ERROR Unable to fetch
VDSM
with minimal version of vdsm-4.9. Please check if host is
properly registered with updated yum repository</div>
<div>Mon, 18 Jun 2012 14:20:25 DEBUG <BSTRAP
component='VDSM_MAJOR_VER' status='FAIL' message='Unable to
fetch VDSM with minimal version of vdsm-4.9. Please check if
host is properly registered with updated yum
repository'/></div>
<div>Mon, 18 Jun 2012 14:20:25 ERROR checkMajorVersion
test
failed</div>
<div>Mon, 18 Jun 2012 14:20:25 DEBUG <BSTRAP
component='RHEV_INSTALL' status='FAIL'/></div>
<div>Mon, 18 Jun 2012 14:20:25 DEBUG **** End VDS
Validation
****</div>
<div><br>
</div>
<div><br>
</div>
<div>This is a rather obvious error, it expects vdsm-4.9* and I
have vdsm-4.10*. Is this a bug or expected? I'd seem to
think it's a bug as the beta repo for ovirt has ovirt-3.1 with
vdsm-4.10.</div>
</div>
<div style="text-align:left"><br>
</div>
<div style="text-align:left">This is what's on the
node</div>
<div style="text-align:left">
<div>vdsm.x86_64
4.10.0-0.33.git40b2d55.el6
@vdsm-dre</div>
<div>vdsm-cli.noarch
4.10.0-0.33.git40b2d55.el6
@vdsm-dre</div>
<div>vdsm-python.x86_64
4.10.0-0.33.git40b2d55.el6
@vdsm-dre</div>
<div>vdsm-xmlrpc.noarch
4.10.0-0.33.git40b2d55.el6
@vdsm-dre</div>
<div><br>
</div>
<div>Any advice? </div>
<div><br>
</div>
<div>Thanks</div>
<div>- Trey</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated"
href="mailto:Users@ovirt.org">Users@ovirt.org</a>
<a class="moz-txt-link-freetext"
href="http://lists.ovirt.org/mailman/listinfo/users">http://...
</pre>
</blockquote>
<br>
</body>
</html>
--------------000000060704080905020606--