diff options
author | Zordrak <slackbuilds@tpa.me.uk> | 2010-03-22 23:39:27 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 14:28:19 +0200 |
commit | 1b876d2c89636129d36cd9945f90100d1aa04bbd (patch) | |
tree | 272803ac5d495b317c649a9d3b787722596b9b98 /system/drbd-tools/slack-desc | |
parent | e0a45be731b0c64240b21e63bcc4b6ab88575849 (diff) | |
download | slackbuilds-1b876d2c89636129d36cd9945f90100d1aa04bbd.tar.gz |
system/drbd-tools: Added (split from system/drbd).
Diffstat (limited to 'system/drbd-tools/slack-desc')
-rw-r--r-- | system/drbd-tools/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/drbd-tools/slack-desc b/system/drbd-tools/slack-desc new file mode 100644 index 0000000000..8dc9cd878e --- /dev/null +++ b/system/drbd-tools/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +drbd-tools: drbd-tools (Userland Tools for Distributed Replicated Block Device) +drbd-tools: +drbd-tools: DRBD is a block device which is designed to build high availability +drbd-tools: clusters. This is done by mirroring a whole block device via +drbd-tools: (a dedicated) network. You could see it as a network RAID1. DRBD +drbd-tools: takes over the data, writes it to the local disk and sends it to +drbd-tools: the other host. On the other host, it takes it to the disk there. +drbd-tools: +drbd-tools: This package provides the userland tools for working with DRBD. +drbd-tools: +drbd-tools: Home: http://www.drbd.org |