[go: up one dir, main page]

File: README-windrbd.md

package info (click to toggle)
drbd-utils 9.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,464 kB
  • sloc: ansic: 47,782; xml: 11,374; cpp: 9,765; sh: 4,398; makefile: 1,020; perl: 353
file content (40 lines) | stat: -rw-r--r-- 1,281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Drbd-utils for WinDRBD
======================

These drbd-utils can be also built for DRBD for Windows (WinDRBD),
except for drbdmon (coming soon) and the drbd-83 and drbd-84 utilities
(which don't and never exist for Windows, driver is based on DRBD 9)

To clone this, do a

	git clone --recursive https://github.com/LINBIT/drbd-utils.git

Build instructions
==================

You need a Windows (at least Windows 7) host with cygwin installed
to build this. To install CygWin, go to:

	https://cygwin.com/install.html

and follow the instructions there. Be sure to install the development
tools (such as gcc, autotools, make, ..) including flex (this is normally
not installed).

Once you are done installing Cygwin, do

	./autogen.sh
	./configure --prefix=/cygdrive/c/windrbd/usr --localstatedir=/cygdrive/c/windrbd/var --sysconfdir=/cygdrive/c/windrbd/etc --without-83support --without-84support --without-drbdmon --with-windrbd
	make
	make install

If you are not already running bash as Administrator user, run the last
command (make install) as Administrator, else make install will fail.

Support
=======

If you need help with drbd and windrbd please contact Linbit at
sales@linbit.com

The windrbd patches are maintained by Johannes Thoma <johannes@johannesthoma.com>.