summaryrefslogtreecommitdiffstats
path: root/cluster/drbd
diff options
context:
space:
mode:
authorJason Flatt2006-06-30 09:33:10 -0700
committerJason Flatt2006-06-30 09:33:10 -0700
commitc52050165750a38dedc31f2bd044f10171a8ce64 (patch)
treead494539a31f71df0595f32b47b1ed3991074b9a /cluster/drbd
parent6c071781c0893e86cc6e8a1abf5fdef3e35a6fb1 (diff)
New spell: drbd: a block device which is designed to build high availability
clusters
Diffstat (limited to 'cluster/drbd')
-rwxr-xr-xcluster/drbd/BUILD2
-rwxr-xr-xcluster/drbd/DETAILS30
-rw-r--r--cluster/drbd/HISTORY4
-rwxr-xr-xcluster/drbd/TRIGGERS1
-rw-r--r--cluster/drbd/drbd-0.7.19.tar.gz.sigbin0 -> 280 bytes
-rwxr-xr-xcluster/drbd/volatiles1
6 files changed, 38 insertions, 0 deletions
diff --git a/cluster/drbd/BUILD b/cluster/drbd/BUILD
new file mode 100755
index 0000000000..246f8e273a
--- /dev/null
+++ b/cluster/drbd/BUILD
@@ -0,0 +1,2 @@
+cd drbd &&
+make all
diff --git a/cluster/drbd/DETAILS b/cluster/drbd/DETAILS
new file mode 100755
index 0000000000..38085c36c1
--- /dev/null
+++ b/cluster/drbd/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=drbd
+ VERSION=0.7.19
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://oss.linbit.com/drbd/0.7/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+# SOURCE_HASH=sha512:
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://www.drbd.org/
+ ENTERED=20060630
+ UPDATED=20060630
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="a block device which is designed to build high availability clusters"
+cat << EOF
+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 raid-1.
+
+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.
+
+The other components needed are a cluster membership service, which is
+supposed to be heartbeat, and some kind of application that works on top of
+a block device.
+
+Examples:
+ * A filesystem & fsck.
+ * A journaling FS.
+ * A database with recovery capabilities.
+EOF
diff --git a/cluster/drbd/HISTORY b/cluster/drbd/HISTORY
new file mode 100644
index 0000000000..12d858e1ca
--- /dev/null
+++ b/cluster/drbd/HISTORY
@@ -0,0 +1,4 @@
+2006-06-30 Jason Flatt <sourcemage@flattfamily.com>
+ * BUILD, CONFIGURE, DETAILS, HISTORY, TRIGGERS,
+ drbd-0.7.19.tar.gz.sig, volatiles: created spell
+
diff --git a/cluster/drbd/TRIGGERS b/cluster/drbd/TRIGGERS
new file mode 100755
index 0000000000..bb1c400625
--- /dev/null
+++ b/cluster/drbd/TRIGGERS
@@ -0,0 +1 @@
+on_cast linux cast_self
diff --git a/cluster/drbd/drbd-0.7.19.tar.gz.sig b/cluster/drbd/drbd-0.7.19.tar.gz.sig
new file mode 100644
index 0000000000..35a13c3097
--- /dev/null
+++ b/cluster/drbd/drbd-0.7.19.tar.gz.sig
Binary files differ
diff --git a/cluster/drbd/volatiles b/cluster/drbd/volatiles
new file mode 100755
index 0000000000..170a6c568d
--- /dev/null
+++ b/cluster/drbd/volatiles
@@ -0,0 +1 @@
+^/lib/modules/*/modules.*