[Linux-HA] DRBD on CentOS7

2014-07-18 Thread willi.feh...@t-online.de
Hello, I'm trying to use DRBD on CentOS7. It looks like RedHat hasn't compiled DRBD into the Kernel. So I downloaded the source rpm from Fedora 19 and created my own rpm. [root@centos7 ~]# rpm -qa | grep drbd drbd-utils-8.4.3-2.el7.centos.x86_64 drbd-8.4.3-2.el7.centos.x86_64

Re: [Linux-HA] DRBD on CentOS7

2014-07-18 Thread emmanuel segura
depmod -a modprobe drbd ? 2014-07-18 13:05 GMT+02:00 willi.feh...@t-online.de willi.feh...@t-online.de: Hello, I'm trying to use DRBD on CentOS7. It looks like RedHat hasn't compiled DRBD into the Kernel. So I downloaded the source rpm from Fedora 19 and created my own rpm. [root@centos7

Re: [Linux-HA] DRBD on CentOS7

2014-07-18 Thread Alessandro Baggi
I'm new to CentOS, and more new on CentOS 7. Maybe you have not compiled drbd module. Reading on drbd site you must prepare kernel source tree and supply --with-km to compile also kernel module. I'm running CentOS 6.5, and for drbd-suite I use elrepo (supports also el7) and works very good.

Re: [Linux-HA] DRBD on CentOS7

2014-07-18 Thread emmanuel segura
rpm -ql drbd-8.4.3-2.el7.centos.x86_64 2014-07-18 16:31 GMT+02:00 Alessandro Baggi alessandro.ba...@gmail.com: I'm new to CentOS, and more new on CentOS 7. Maybe you have not compiled drbd module. Reading on drbd site you must prepare kernel source tree and supply --with-km to compile also