You can browse the latest state of development in our → Git Repository → git.drbd.org.

Note that sometimes this code might not even compile, but we try to avoid that.

Even though you could clone via http too, please always use the git native protocol for cloning if possible; it is much faster.

To get the latest DRBD-8.3:

[lars@soda src]$ git clone git://git.drbd.org/drbd-8.3

To get the latest DRBD-8.0:

[lars@soda src]$ git clone git://git.drbd.org/drbd-8.0

To get a specific release (example given: 8.0.6):

[lars@soda src]$ git clone git://git.drbd.org/drbd-8.0; cd drbd-8.0; git checkout drbd-8.0.6

To get a list of all tagged releases in a specific development branch:

[lars@soda src]$ git ls-remote --tags git://git.drbd.org/drbd-8.3

You cannot git-push there, of course, so if you want to submit a patch for review, git email it to drbd-dev.

DRBD-0.7

Note that support and maintenance for the drbd 0.7 code base has been phased out. To get the latest drbd-0.7 code anyways:

[lar@soda src]$ git clone git://git.drbd.org/drbd-0.7

© 2008-2011: LINBIT HA-Solutions GmbH : Stiegergasse 18, 1150 Vienna, Austria : phone +43 1 817 82 92 - 0 : office@linbit.com