<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Shireesh Anjal wrote:
<blockquote cite="mid:510BB587.9000006@redhat.com" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<div class="moz-cite-prefix">On 02/01/2013 05:13 PM, noc wrote:<br>
</div>
<blockquote cite="mid:510BAA7B.6030502@nieuwland.nl" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<div class="moz-cite-prefix">On 1-2-2013 11:07, Kanagaraj wrote:<br>
</div>
<blockquote cite="mid:510B93DF.6040409@redhat.com" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<div class="moz-cite-prefix">Hi Joop,<br>
<br>
Looks like the problem is because of the glusterfs version you are
using. vdsm could not parse the output from gluster.<br>
<br>
Can you update the glusterfs to
<meta http-equiv="content-type"
content="text/html;
charset=ISO-8859-1">
<a moz-do-not-send="true"
href="http://bits.gluster.org/pub/gluster/glusterfs/v3.4.0qa7/x86_64/">http://bits.gluster.org/pub/gluster/glusterfs/v3.4.0qa7/x86_64/</a>
and check it out?<br>
</div>
</blockquote>
How??<br>
<br>
I tried adding this repo but but yum says that there are no updates
available, atleast yesterday it did. <br>
<br>
[gluster-nieuw]<br>
name=GlusterFS<br>
baseurl=<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://bits.gluster.org/pub/gluster/glusterfs/stage/">http://bits.gluster.org/pub/gluster/glusterfs/stage/</a><br>
gpgcheck=0<br>
gpgkey=<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Gluster">file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Gluster</a><br>
enabled=1<br>
<br>
My yumfoo isn't that good so I don't know how to force it. Besides I
tried through yum localinstall but it will revert when yum update is
run. It looks like it thinks that 3.3.1 is newer than 3.4<br>
</blockquote>
<br>
The problem is that, released glusterfs rpms in fedora repository are
of the form 3.3.1-8, whereas the ones from above QA release are
v3.4.0qa7. I think because of the "v" before 3.4, these are considered
as lower version, and by default yum picks up the rpms from fedora
repository. <br>
<br>
To work around this issue, you could try:<br>
<br>
yum --disablerepo="*" --enablerepo="gluster-nieuw" install glusterfs
glusterfs-fuse glusterfs-geo-replication glusterfs-server<br>
<br>
</blockquote>
[root@st01 ~]# yum --disablerepo="*" --enablerepo="gluster-nieuw"
install glusterfs glusterfs-fuse glusterfs-geo-replication
glusterfs-server<br>
<br>
Loaded plugins: langpacks, presto, refresh-packagekit<br>
Package matching glusterfs-v3.4.0qa7-1.el6.x86_64 already installed.
Checking for update.<br>
Package matching glusterfs-fuse-v3.4.0qa7-1.el6.x86_64 already
installed. Checking for update.<br>
Package matching glusterfs-server-v3.4.0qa7-1.el6.x86_64 already
installed. Checking for update.<br>
Resolving Dependencies<br>
--> Running transaction check<br>
---> Package glusterfs-geo-replication.x86_64 0:v3.4.0qa7-1.el6 will
be installed<br>
--> Processing Dependency: glusterfs = v3.4.0qa7-1.el6 for package:
glusterfs-geo-replication-v3.4.0qa7-1.el6.x86_64<br>
--> Finished Dependency Resolution<br>
Error: Package: glusterfs-geo-replication-v3.4.0qa7-1.el6.x86_64
(gluster-nieuw)<br>
Requires: glusterfs = v3.4.0qa7-1.el6<br>
Installed: glusterfs-3.3.1-8.fc18.x86_64 (@updates)<br>
glusterfs = 3.3.1-8.fc18<br>
Available: glusterfs-v3.4.0qa7-1.el6.x86_64 (gluster-nieuw)<br>
glusterfs = v3.4.0qa7-1.el6<br>
You could try using --skip-broken to work around the problem<br>
You could try running: rpm -Va --nofiles --nodigest<br>
<br>
<br>
[root@st01 ~]# yum --disablerepo="*" --enablerepo="gluster-nieuw"
install glusterfs glusterfs-fuse glusterfs-geo-replication
glusterfs-server --skip-broken<br>
<br>
Loaded plugins: langpacks, presto, refresh-packagekit<br>
Package matching glusterfs-v3.4.0qa7-1.el6.x86_64 already installed.
Checking for update.<br>
Package matching glusterfs-fuse-v3.4.0qa7-1.el6.x86_64 already
installed. Checking for update.<br>
Package matching glusterfs-server-v3.4.0qa7-1.el6.x86_64 already
installed. Checking for update.<br>
Resolving Dependencies<br>
--> Running transaction check<br>
---> Package glusterfs-geo-replication.x86_64 0:v3.4.0qa7-1.el6 will
be installed<br>
--> Processing Dependency: glusterfs = v3.4.0qa7-1.el6 for package:
glusterfs-geo-replication-v3.4.0qa7-1.el6.x86_64<br>
gluster-nieuw/filelists
| 7.2 kB 00:00:00<br>
<br>
Packages skipped because of dependency problems:<br>
glusterfs-geo-replication-v3.4.0qa7-1.el6.x86_64 from gluster-nieuw<br>
<br>
Last post, probably, until sunday-evening/monday morning, off to fosdem
;-)<br>
<br>
Joop<br>
<br>
<br>
</body>
</html>