summaryrefslogtreecommitdiff
path: root/system/drbd-kernel/README
diff options
context:
space:
mode:
authorZordrak <slackbuilds@tpa.me.uk>2010-03-22 23:39:51 -0500
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 14:28:21 +0200
commit765152504d5dbd61737ed958dae3381740497b89 (patch)
treee4bc328da6d567e0bd3a9c1c357193ad622e89ab /system/drbd-kernel/README
parent1b876d2c89636129d36cd9945f90100d1aa04bbd (diff)
downloadslackbuilds-765152504d5dbd61737ed958dae3381740497b89.tar.gz
system/drbd-kernel: Added (split from system/drbd).
Diffstat (limited to 'system/drbd-kernel/README')
-rw-r--r--system/drbd-kernel/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/system/drbd-kernel/README b/system/drbd-kernel/README
new file mode 100644
index 0000000000..e700ac1f73
--- /dev/null
+++ b/system/drbd-kernel/README
@@ -0,0 +1,22 @@
+drbd-kernel (Kernel Module for 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.
+
+Starting with Linux 2.6.33, DRBD is officially integrated into the vanilla
+Linux kernel source. Besides the kernel integration, DRBD continues to be
+developed out of tree.
+
+If you have a 2.6.33 kernel, you should use the DRBD module shipped with
+your kernel, or compile it from your kernel sources if it is not available
+in your current configuration.
+
+If you have an earlier kernel version then 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 to
+edit either KERNEL (uname -r) or KERNELPATH (/lib/modules/2.6.x-foo/build)
+environment variable to point to the correct source or headers.