Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 running enviroment?

2013-05-03 Thread Alon Bar-Lev


- Original Message -
> From: "Wei D Chen" 
> To: "Shireesh Anjal" 
> Cc: engine-devel@ovirt.org
> Sent: Thursday, May 2, 2013 11:06:18 AM
> Subject: Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 
> running enviroment?
> 
> 
> 
> Hi,
> 
> 
> 
> This is a very old thread, grep this mail out just because we still face some
> issues when we try to set up a workable ovirt environment with latest ovirt
> package repository.
> 
> My first question is since glusterfs-3.4 is required to setup ovirt, why we
> not add glusterfs-3.4 into ovirt package repository?

Good question.
But if you don't need gluster support, please remove the gluster feature from 
the ovirt cluster and try again.

> 
> 
> 
> My another question is when we tried to add a host to default cluster, it
> complains “No package(s) available to install” in the step of installing
> “libvirt” and “vdsm”, but these packages can be found from ovirt repository?
> how to fix this? some extra clue is we can install these packages with
> fedora 18 repository, so, is it possible to specify a repository for ovirt
> node’s installing? We just want to install all of these binaries from ovirt
> repository to avoid some version inconsistent issue.
> 
> 
> 
> The last one is whether it is possible to generate a trust_store.jks manually
> as we failed to find this file in our current environment.
> 
> 
> 
> 
> 
> 
> Best Regards,
> 
> Dave Chen
> 
> 
> 
> 
> 
> From: Shireesh Anjal [mailto:san...@redhat.com]
> Sent: Wednesday, March 27, 2013 6:09 PM
> To: Chen, Wei D
> Cc: engine-devel@ovirt.org
> Subject: Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1
> running enviroment?
> 
> 
> 
> 
> 
> On 03/26/2013 09:20 AM, Chen, Wei D wrote:
> 
> 
> 
> Hi,
> We notice that ovirt-engine's version (rpm package and source code) has
> updated from 3.2.0 to 3.2.1. As our development process is always based on
> 3.2.0. Is there any way to re-setup 3.2.0 running environment?
> Besides, we also cannot setup 3.2.1 ovrit-engine running environment as its
> dependent package glusterfs-3.4 cannot be found from ovirt repo or fedora18
> repo. How can I fix this issue?  Thanks.
> 
> 
> 
> glusterfs-3.4.0alph2 packages can be obtained from following yum repo:
> 
> http://bits.gluster.org/pub/gluster/glusterfs/stage/
> 
> This is required only if the cluster in which you are adding the host has
> gluster service enabled.
> 
> 
> Best Regards,
> Dave Chen
> ___
> Engine-devel mailing list
> Engine-devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/engine-devel
> 
> 
> 
> 
> ___
> Engine-devel mailing list
> Engine-devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/engine-devel
> 
___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 running enviroment?

2013-05-02 Thread Chen, Wei D
I got this error message when I want to add a host from webadmin,

"Failed to execute stage 'Package installation': 
[u'vdsm-gluster-4.10.3-10.fc18.noarch requires glusterfs >= 3.4.0']"

So, I install glusterfs-3.4.0alpha2-1.el6.x86_64.rpm manually as recommended, 
restart host and then I got follow error message instead.

Error:  Multilib version problems found. This often means that the root

   cause is something else and multilib version checking is just

   pointing it that there is a problem. Eg.:

 1. You have an upgrade for glusterfs which is missing some dependency 
that another package requires. Yum is trying to solve this by installing an 
older version of glusterfs of the different architecture. If you exclude the 
bad architecture yum will tell you what the root cause is (which package 
requires what).

 2. You have multiple architectures of glusterfs installed, but yum can 
only see an upgrade for one of those arcitectures. If you don't want/need both 
architectures anymore then you can remove the one with the missing update and 
everything will work.

 3. You have duplicate versions of glusterfs installed already.

   You can use "yum check" to get yum show these errors.

   ...you can also use --setopt=protected_multilib=false to remove

   this checking, however this is almost never the correct thing to

   do as something else is very likely to go wrong (often causing

   much more problems).



   Protected multilib versions: glusterfs-3.3.1-13.fc18.i686 != 
glusterfs-3.4.0alpha2-1.el6.x86_64

Our platform is based on x86_64, why we got above error message, really weird.

Best Regards,
Dave Chen

From: Chen, Wei D
Sent: Thursday, May 02, 2013 4:06 PM
To: Shireesh Anjal
Cc: engine-devel@ovirt.org
Subject: RE: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 
running enviroment?

Hi,

This is a very old thread, grep this mail out just because we still face some 
issues when we try to set up a workable ovirt environment with latest ovirt 
package repository.
My first question is since glusterfs-3.4 is required to setup ovirt, why we not 
add glusterfs-3.4 into ovirt package repository?

My another question is when we tried to add a host to default cluster, it 
complains "No package(s) available to install" in the step of installing 
"libvirt" and "vdsm", but these packages can be found from ovirt repository? 
how to fix this? some extra clue is we can install these packages with  fedora 
18 repository, so, is it possible to specify a repository for ovirt node's 
installing? We just want to install all of these binaries from ovirt repository 
to avoid some version inconsistent issue.

The last one is whether it is possible to generate a trust_store.jks manually 
as we failed to find this file in our current environment.


Best Regards,
Dave Chen

From: Shireesh Anjal [mailto:san...@redhat.com]
Sent: Wednesday, March 27, 2013 6:09 PM
To: Chen, Wei D
Cc: engine-devel@ovirt.org<mailto:engine-devel@ovirt.org>
Subject: Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 
running enviroment?

On 03/26/2013 09:20 AM, Chen, Wei D wrote:

Hi,



We notice that ovirt-engine's version (rpm package and source code) has updated 
from 3.2.0 to 3.2.1. As our development process is always based on 3.2.0. Is 
there any way to re-setup 3.2.0 running environment?



Besides, we also cannot setup 3.2.1 ovrit-engine running environment as its 
dependent package glusterfs-3.4 cannot be found from ovirt repo or fedora18 
repo. How can I fix this issue?  Thanks.

glusterfs-3.4.0alph2 packages can be obtained from following yum repo:

http://bits.gluster.org/pub/gluster/glusterfs/stage/

This is required only if the cluster in which you are adding the host has 
gluster service enabled.






Best Regards,

Dave Chen





___

Engine-devel mailing list

Engine-devel@ovirt.org<mailto:Engine-devel@ovirt.org>

http://lists.ovirt.org/mailman/listinfo/engine-devel

___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 running enviroment?

2013-05-02 Thread Chen, Wei D
Hi,

This is a very old thread, grep this mail out just because we still face some 
issues when we try to set up a workable ovirt environment with latest ovirt 
package repository.
My first question is since glusterfs-3.4 is required to setup ovirt, why we not 
add glusterfs-3.4 into ovirt package repository?

My another question is when we tried to add a host to default cluster, it 
complains "No package(s) available to install" in the step of installing 
"libvirt" and "vdsm", but these packages can be found from ovirt repository? 
how to fix this? some extra clue is we can install these packages with  fedora 
18 repository, so, is it possible to specify a repository for ovirt node's 
installing? We just want to install all of these binaries from ovirt repository 
to avoid some version inconsistent issue.

The last one is whether it is possible to generate a trust_store.jks manually 
as we failed to find this file in our current environment.

Best Regards,
Dave Chen

From: Shireesh Anjal [mailto:san...@redhat.com]
Sent: Wednesday, March 27, 2013 6:09 PM
To: Chen, Wei D
Cc: engine-devel@ovirt.org
Subject: Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 
running enviroment?

On 03/26/2013 09:20 AM, Chen, Wei D wrote:

Hi,



We notice that ovirt-engine's version (rpm package and source code) has updated 
from 3.2.0 to 3.2.1. As our development process is always based on 3.2.0. Is 
there any way to re-setup 3.2.0 running environment?



Besides, we also cannot setup 3.2.1 ovrit-engine running environment as its 
dependent package glusterfs-3.4 cannot be found from ovirt repo or fedora18 
repo. How can I fix this issue?  Thanks.

glusterfs-3.4.0alph2 packages can be obtained from following yum repo:

http://bits.gluster.org/pub/gluster/glusterfs/stage/

This is required only if the cluster in which you are adding the host has 
gluster service enabled.







Best Regards,

Dave Chen





___

Engine-devel mailing list

Engine-devel@ovirt.org<mailto:Engine-devel@ovirt.org>

http://lists.ovirt.org/mailman/listinfo/engine-devel

___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 running enviroment?

2013-03-28 Thread Itamar Heim

On 03/28/2013 03:14 AM, Chen, Wei D wrote:

Just want to setup 3.2.0 or 3.2.1 ovirt engine running environment. Thanks.


if you already have 3.2.0 installed, I suggest running engine-upgrade.
if its a clean system, just install 3.2.1.




Best Regards,
Dave Chen

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Wednesday, March 27, 2013 8:39 PM
To: Chen, Wei D
Cc: engine-devel@ovirt.org
Subject: Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 
running enviroment?

On 03/26/2013 05:50 AM, Chen, Wei D wrote:

Hi,

We notice that ovirt-engine's version (rpm package and source code) has updated 
from 3.2.0 to 3.2.1. As our development process is always based on 3.2.0. Is 
there any way to re-setup 3.2.0 running environment?


re-setup as in destroy and re-install, or just upgrade (engine-upgrade should 
take care of that for you)



Besides, we also cannot setup 3.2.1 ovrit-engine running environment as its 
dependent package glusterfs-3.4 cannot be found from ovirt repo or fedora18 
repo. How can I fix this issue?  Thanks.

Best Regards,
Dave Chen


___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel






___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 running enviroment?

2013-03-27 Thread Chen, Wei D
Just want to setup 3.2.0 or 3.2.1 ovirt engine running environment. Thanks.

Best Regards,
Dave Chen

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com] 
Sent: Wednesday, March 27, 2013 8:39 PM
To: Chen, Wei D
Cc: engine-devel@ovirt.org
Subject: Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 
running enviroment?

On 03/26/2013 05:50 AM, Chen, Wei D wrote:
> Hi,
>
> We notice that ovirt-engine's version (rpm package and source code) has 
> updated from 3.2.0 to 3.2.1. As our development process is always based on 
> 3.2.0. Is there any way to re-setup 3.2.0 running environment?

re-setup as in destroy and re-install, or just upgrade (engine-upgrade should 
take care of that for you)

>
> Besides, we also cannot setup 3.2.1 ovrit-engine running environment as its 
> dependent package glusterfs-3.4 cannot be found from ovirt repo or fedora18 
> repo. How can I fix this issue?  Thanks.
>
> Best Regards,
> Dave Chen
>
>
> ___
> Engine-devel mailing list
> Engine-devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/engine-devel
>


___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 running enviroment?

2013-03-27 Thread Itamar Heim

On 03/26/2013 05:50 AM, Chen, Wei D wrote:

Hi,

We notice that ovirt-engine's version (rpm package and source code) has updated 
from 3.2.0 to 3.2.1. As our development process is always based on 3.2.0. Is 
there any way to re-setup 3.2.0 running environment?


re-setup as in destroy and re-install, or just upgrade (engine-upgrade 
should take care of that for you)




Besides, we also cannot setup 3.2.1 ovrit-engine running environment as its 
dependent package glusterfs-3.4 cannot be found from ovirt repo or fedora18 
repo. How can I fix this issue?  Thanks.

Best Regards,
Dave Chen


___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel




___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


Re: [Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 running enviroment?

2013-03-27 Thread Shireesh Anjal

On 03/26/2013 09:20 AM, Chen, Wei D wrote:

Hi,

We notice that ovirt-engine's version (rpm package and source code) has updated 
from 3.2.0 to 3.2.1. As our development process is always based on 3.2.0. Is 
there any way to re-setup 3.2.0 running environment?

Besides, we also cannot setup 3.2.1 ovrit-engine running environment as its 
dependent package glusterfs-3.4 cannot be found from ovirt repo or fedora18 
repo. How can I fix this issue?  Thanks.


glusterfs-3.4.0alph2 packages can be obtained from following yum repo:

http://bits.gluster.org/pub/gluster/glusterfs/stage/

This is required only if the cluster in which you are adding the host 
has gluster service enabled.




Best Regards,
Dave Chen


___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel


[Engine-devel] Any way to setup ovirt engine 3.2.0 or 3.2.1 running enviroment?

2013-03-25 Thread Chen, Wei D
Hi,

We notice that ovirt-engine's version (rpm package and source code) has updated 
from 3.2.0 to 3.2.1. As our development process is always based on 3.2.0. Is 
there any way to re-setup 3.2.0 running environment?

Besides, we also cannot setup 3.2.1 ovrit-engine running environment as its 
dependent package glusterfs-3.4 cannot be found from ovirt repo or fedora18 
repo. How can I fix this issue?  Thanks.

Best Regards,
Dave Chen


___
Engine-devel mailing list
Engine-devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-devel