https://github.com/linbit/drbd-utils
DRBD userspace utilities (for 9.x, 8.4, 8.3)
https://github.com/linbit/drbd-utils
drbd linux
Last synced: 6 months ago
JSON representation
DRBD userspace utilities (for 9.x, 8.4, 8.3)
- Host: GitHub
- URL: https://github.com/linbit/drbd-utils
- Owner: LINBIT
- License: gpl-2.0
- Created: 2017-09-15T10:03:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:17:50.000Z (over 1 year ago)
- Last Synced: 2024-10-29T09:30:00.965Z (over 1 year ago)
- Topics: drbd, linux
- Language: C
- Homepage:
- Size: 6.81 MB
- Stars: 79
- Watchers: 20
- Forks: 47
- Open Issues: 7
-
Metadata Files:
- Readme: README-windrbd.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Drbd-utils for WinDRBD
======================
These drbd-utils can be also built for DRBD for Windows (WinDRBD),
except for drbdmon (coming soon) 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-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 .