I'm trying to install glusterfs on my centos 7 server, I already install centos-release-gluster
[root@core11 media]# yum install centos-release-gluster
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: mirror.labkom.id
* centos-gluster9: vpsmurah.jagoanhosting.com
* epel: ftp.jaist.ac.jp
* extras: vpsmurah.jagoanhosting.com
* updates: vpsmurah.jagoanhosting.com
211 packages excluded due to repository priority protections
Package centos-release-gluster9-1.0-1.el7.noarch already installed and latest version
Nothing to do
but when I continue to install glusterfs-server, it has error
[root@core11 media]# yum install glusterfs-server
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: mirror.labkom.id
* centos-gluster9: vpsmurah.jagoanhosting.com
* epel: ftp.jaist.ac.jp
* extras: vpsmurah.jagoanhosting.com
* updates: vpsmurah.jagoanhosting.com
211 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package glusterfs-server.x86_64 0:9.3-1.el7 will be installed
--> Processing Dependency: glusterfs = 9.3-1.el7 for package: glusterfs-server-9.3-1.el7.x86_64
--> Processing Dependency: glusterfs-cli = 9.3-1.el7 for package: glusterfs-server-9.3-1.el7.x86_6
--> Processing Dependency: liburcu-bp.so.6()(64bit) for package: glusterfs-server-9.3-1.el7.x86_64
--> Processing Dependency: liburcu-cds.so.6()(64bit) for package: glusterfs-server-9.3-1.el7.x86_64
...
Error: Package: libgfrpc0-9.3-1.el7.x86_64 (centos-gluster9)
Requires: liburcu-bp.so.6()(64bit)
Error: Package: glusterfs-9.3-1.el7.x86_64 (centos-gluster9)
Requires: liburcu-cds.so.6()(64bit)
...
Is there a step that I missed?
Need to install userpace-rcu as Knud mentioned above, since I'm using Centos 7 with x86_64 architecture, I just need to install this package before installing glusterfs-server