diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-21 10:34:52 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-23 23:21:39 -0500 |
commit | 9d90d7e5f6e01ef7e85aff0f7c68fccbcd9863e7 (patch) | |
tree | a12774f826ad94f23b568a9bf5c072a0e2ab602c /system/drbd/README | |
parent | e98c29db674d3e50b5cb1976cf294557bb1544e6 (diff) | |
download | slackbuilds-9d90d7e5f6e01ef7e85aff0f7c68fccbcd9863e7.tar.gz |
system/drbd-tools: Renamed to 'drbd'
The standalone kernel module package isn't needed any more,
so it's been removed. Therefore, we can simply call this
one 'drbd' instead of 'drbd-tools'
Diffstat (limited to 'system/drbd/README')
-rw-r--r-- | system/drbd/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/drbd/README b/system/drbd/README new file mode 100644 index 0000000000..fe0d0959b7 --- /dev/null +++ b/system/drbd/README @@ -0,0 +1,7 @@ +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. |