summaryrefslogtreecommitdiff
path: root/system/drbd/README
diff options
context:
space:
mode:
authorZordrak <slackbuilds@tpa.me.uk>2010-05-13 01:00:46 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 01:00:46 +0200
commitae29ef7f6e7169ad3bec940f6704c5096fe81e5d (patch)
tree670d21ef30e2684b7d6125a259d6b6b5d095662f /system/drbd/README
parente9baf9a07c6c94a987120475b0538fc7cd3410d6 (diff)
downloadslackbuilds-ae29ef7f6e7169ad3bec940f6704c5096fe81e5d.tar.gz
system/drbd: Added to 13.0 repository
Diffstat (limited to 'system/drbd/README')
-rw-r--r--system/drbd/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/drbd/README b/system/drbd/README
new file mode 100644
index 0000000000..1ed201a2d5
--- /dev/null
+++ b/system/drbd/README
@@ -0,0 +1,14 @@
+drbd (Distributed Replicated Block Device)
+
+DRBD is a block device which is designed to build high availability
+clusters. This is done by mirroring a whole block device via
+(a dedicated) network. You could see it as a network RAID1. DRBD
+takes over the data, writes it to the local disk and sends it to
+the other host. On the other host, it takes it to the disk there.
+
+DRBD can be built as a module, or it can be patched into the kernel.
+This build creates a kernel module based on your current kernel
+using /lib/modules/$(uname -r)/build as the kernel source tree.
+This may not be appropriate for you and you may need toi edit either
+the KERNEL (uname -r) or KERNELPATH (/lib/modules/2.6.x-foo/build)
+environment variable to point to the correct source or headers.