lrbd icon indicating copy to clipboard operation
lrbd copied to clipboard

Cannot install lrdb on CentOS7

Open uncelvel opened this issue 7 years ago • 2 comments

I have a 4 node of CEPH Cluster

rebuild topo

Then after install successfully CEPH i start install Lrdb on 3node OSD but cannot install

[root@node1 ~]# yum install lrbd
Loaded plugins: fastestmirror
Ceph                                          | 2.9 kB     00:00     
Ceph-noarch                                   | 2.9 kB     00:00     
base                                          | 3.6 kB     00:00     
ceph-source                                                     | 2.9 kB  00:00:00     
elrepo                                                          | 2.9 kB  00:00:00     
epel/x86_64/metalink                                            | 8.0 kB  00:00:00     
epel                                                            | 4.3 kB  00:00:00     
extras                                                          | 3.4 kB  00:00:00     
updates                                                         | 3.4 kB  00:00:00     
(1/3): updates/7/x86_64/primary_db                              | 2.7 MB  00:00:00     
(2/3): epel/x86_64/primary_db                                   | 4.8 MB  00:00:02     
(3/3): epel/x86_64/updateinfo                                   | 840 kB  00:00:24     
Loading mirror speeds from cached hostfile
* base: mirrors.nhanhoa.com
* elrepo: hkg.mirror.rackspace.com
* epel: mirror.ehost.vn
* extras: mirrors.nhanhoa.com
* updates: mirrors.nhanhoa.com
No package lrbd available.
Error: Nothing to do
[root@node1 ~]# uname -sr 
Linux 4.13.5-1.el7.elrepo.x86_64
[root@node1 ~]# cat /etc/redhat-release 
CentOS Linux release 7.4.1708 (Core) 

CEPH version

[root@node1 ~]# ceph -v 
ceph version 10.2.10 (5dc1e4c05cb68dbf62ae6fce3f0700e4654fdbbe)

On Ceph docs requirement on ISCSI Target is RHEL/CentOS 7.4; or Linux kernel v4.14 or newer so my environment with Linux 4.13.5 and 7.4.1708 (Core) is OK?

How can i using iSCSI on my CEPH cluster

uncelvel avatar Oct 16 '17 06:10 uncelvel

who can provide repos for lrbd ??

Thanks -Ali

davkar3n avatar Nov 20 '17 10:11 davkar3n

I used openbuild to package lrbd 2.0.3 for a number of distributions including CentOS 7.

https://build.opensuse.org/project/show/home:seanbolding:lrbd-2.0.3

Specifically to download the RPM for Centos 7:

https://download.opensuse.org/repositories/home:/seanbolding:/lrbd-2.0.3/CentOS_7/noarch/lrbd-2.0.3-2.1.noarch.rpm

Enjoy.

squarejester avatar Oct 04 '18 02:10 squarejester