MCPcopy Index your code
hub / github.com/LINBIT/drbd

github.com/LINBIT/drbd @drbd-10.0.0a4

Chat with this repo
repository ↗ · DeepWiki ↗ · release drbd-10.0.0a4 ↗ · + Follow
2,355 symbols 8,289 edges 122 files 277 documented · 12%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

DRBD

DRBD, developed by LINBIT, provides networked RAID 1 functionality for GNU/Linux. It is designed for high availability clusters and software defined storage. DRBD keeps disks on multiple nodes synchronized using TCP/IP or RDMA and makes the data available as a block device. This results in RAID 1 but without the use of uncommon hardware such as shared SCSI buses or Fibre Channel.

This repository contains the Linux kernel code for DRBD version 9 and above.

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.

Building DRBD

Since version 9.0.20, DRBD has been using a kernel backwards compatibility system based on Coccinelle semantic patches. While this has many advantages, it also makes it a little harder for "casual" developers to build DRBD from the git sources. The problem is that we require a very recent version of spatch (at least 1.0.8 at time of writing), and most distributions only have relatively old versions in their repositories.

From git

For users wishing to build DRBD from its git sources, here are a few options: 1. Use a recent kernel. When building against a recent(ish) upstream kernel, chances are you won't even have to use any of the compat features, which means you won't require compatibility patches and in turn don't need spatch installed. 2. On Ubuntu 18.04 and newer, use a recent spatch version from the Coccinelle PPA. This provides (at time of writing) version 1.0.8, which is recent enough to build DRBD. 3. Build and install spatch from source. This will also give you a version that is recent enough to build DRBD.

From a release tarball

For use cases where it is appropriate to just build DRBD from a release tarball, here are some options: 1. Use a distribution kernel and rely on the shipped "compat patch cache". We pre-generate compatibility patches for a list of commonly used distribution kernels and ship them with every release tarball. If your kernel matches one of those in the cache, you won't need spatch because the cached patch will be applied directly. 2. For all other kernels, you can use LINBIT's "spatch as a service" online service, which transparently and automatically generates compatibility patches based on your kernels feature set. 3. If you are using an exotic kernel and you do not have internet access or otherwise can't or don't want to use "spatch as a service", you will have to install a recent version of coccinelle (see above).

For a release tarball, these options should be handled transparently for the user. In other words, if you download a tarball and type "make", it should work in next to all cases.

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.

Core symbols most depended-on inside this repo

put_ldev
called by 129
drbd/drbd_int.h
mutex_unlock
called by 94
drbd/drbd-kernel-compat/linux/mutex.h
mutex_lock
called by 71
drbd/drbd-kernel-compat/linux/mutex.h
drbd_msg_put_info
called by 50
drbd/drbd_nl.c
kref_debug_put
called by 46
drbd/kref_debug.h
conn_peer_device
called by 37
drbd/drbd_int.h
kref_debug_get
called by 35
drbd/kref_debug.h
drbd_adm_finish
called by 31
drbd/drbd_nl.c

Shape

Function 1,341
Class 853
Enum 161

Languages

C81%
C++19%

Modules by API surface

drbd/drbd_receiver.c322 symbols
drbd/drbd_main.c304 symbols
drbd/drbd_int.h295 symbols
drbd/drbd_nl.c241 symbols
drbd/drbd_state.c203 symbols
drbd/drbd_sender.c131 symbols
drbd/drbd_req.c100 symbols
drbd/drbd_debugfs.c92 symbols
drbd/drbd_transport_tcp.c86 symbols
drbd/drbd_bitmap.c80 symbols
drbd/drbd_actlog.c64 symbols
drbd/drbd_transport.c30 symbols

For agents

$ claude mcp add drbd \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page