Skip to content

DavidButterfield/drbd-9.0

 
 

Repository files navigation

DRBD Running in usermode

This "usermode" branch of the drbd-9.0 repository has changes to allow running in usermode

To work with it, you need to checkout the drbd branches of my MTE and usermode__compat repositories.

For more information on how to build, see SCST-Usermode-Adaptation repository usermode/README.DRBD

DRBD9

This repository contains the Linux kernel code for DRBD9.

DRBD, developed by LINBIT, is a software that allows RAID 1 functionality over TCP/IP and RDMA for GNU/Linux. DRBD is a block device which is designed to build high availability clusters and software defined storage by providing a virtual shared device which keeps disks in nodes synchronised using TCP/IP or RDMA. This simulates RAID 1 but avoids the use of uncommon hardware (shared SCSI buses or Fibre Channel).

Using DRBD

Please read the user-guide provided at docs.linbit.com.

Support

For further products and professional support, please contact us.

Contributing

Development is coordinated via mailing lists. Currently, we do not intend to use github issue tracking/github PRs.

Releases

Releases generated by git tags on github are snapshots of the git repository at the given time. You most likely do not want to use these. They might lack things such as generated man pages, the configure script, and other generated files. If you want to build from a tarball, use the ones provided by us.

Packages

No packages published

Languages

  • C 94.5%
  • SmPL 2.8%
  • Makefile 1.8%
  • Shell 0.5%
  • Perl 0.2%
  • Python 0.1%
  • C++ 0.1%