Shireesh Anjal wrote:
On 02/01/2013 05:13 PM, noc wrote:
On 1-2-2013 11:07, Kanagaraj wrote:
Hi Joop,

Looks like the problem is because of the glusterfs version you are using. vdsm could not parse the output from gluster.

Can you update the glusterfs to http://bits.gluster.org/pub/gluster/glusterfs/v3.4.0qa7/x86_64/ and check it out?
How??

I tried adding this repo but but yum says that there are no updates available, atleast yesterday it did.

[gluster-nieuw]
name=GlusterFS
baseurl=http://bits.gluster.org/pub/gluster/glusterfs/stage/
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Gluster
enabled=1

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

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.

To work around this issue, you could try:

yum --disablerepo="*" --enablerepo="gluster-nieuw" install glusterfs glusterfs-fuse glusterfs-geo-replication glusterfs-server

[root@st01 ~]# yum --disablerepo="*" --enablerepo="gluster-nieuw" install glusterfs glusterfs-fuse glusterfs-geo-replication glusterfs-server

Loaded plugins: langpacks, presto, refresh-packagekit
Package matching glusterfs-v3.4.0qa7-1.el6.x86_64 already installed. Checking for update. Package matching glusterfs-fuse-v3.4.0qa7-1.el6.x86_64 already installed. Checking for update. Package matching glusterfs-server-v3.4.0qa7-1.el6.x86_64 already installed. Checking for update.
Resolving Dependencies
--> Running transaction check
---> Package glusterfs-geo-replication.x86_64 0:v3.4.0qa7-1.el6 will be installed --> Processing Dependency: glusterfs = v3.4.0qa7-1.el6 for package: glusterfs-geo-replication-v3.4.0qa7-1.el6.x86_64
--> Finished Dependency Resolution
Error: Package: glusterfs-geo-replication-v3.4.0qa7-1.el6.x86_64 (gluster-nieuw)
          Requires: glusterfs = v3.4.0qa7-1.el6
          Installed: glusterfs-3.3.1-8.fc18.x86_64 (@updates)
              glusterfs = 3.3.1-8.fc18
          Available: glusterfs-v3.4.0qa7-1.el6.x86_64 (gluster-nieuw)
              glusterfs = v3.4.0qa7-1.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


[root@st01 ~]# yum --disablerepo="*" --enablerepo="gluster-nieuw" install glusterfs glusterfs-fuse glusterfs-geo-replication glusterfs-server --skip-broken

Loaded plugins: langpacks, presto, refresh-packagekit
Package matching glusterfs-v3.4.0qa7-1.el6.x86_64 already installed. Checking for update. Package matching glusterfs-fuse-v3.4.0qa7-1.el6.x86_64 already installed. Checking for update. Package matching glusterfs-server-v3.4.0qa7-1.el6.x86_64 already installed. Checking for update.
Resolving Dependencies
--> Running transaction check
---> Package glusterfs-geo-replication.x86_64 0:v3.4.0qa7-1.el6 will be installed --> Processing Dependency: glusterfs = v3.4.0qa7-1.el6 for package: glusterfs-geo-replication-v3.4.0qa7-1.el6.x86_64 gluster-nieuw/filelists | 7.2 kB 00:00:00

Packages skipped because of dependency problems:
   glusterfs-geo-replication-v3.4.0qa7-1.el6.x86_64 from gluster-nieuw

Last post, probably, until sunday-evening/monday morning, off to fosdem ;-)

Joop


_______________________________________________
Users mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to