Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
yum -y install drbd90-utils kmod-drbd90
modprobe drbd

Check if DRBD module is loaded

Code Block
lsmod | grep -i drbd
 
-->
 
drbd                  524709  0
libcrc32c              12644  4 xfs,drbd,nf_nat,nf_conntrack

Configure DRBD

Create a DRBD config file for jtelshared on /dev/sdb:

...