David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | ========================================== |
| 2 | Distributed Replicated Block Device - DRBD |
| 3 | ========================================== |
| 4 | |
| 5 | Description |
| 6 | =========== |
| 7 | |
| 8 | DRBD is a shared-nothing, synchronously replicated block device. It |
| 9 | is designed to serve as a building block for high availability |
| 10 | clusters and in this context, is a "drop-in" replacement for shared |
| 11 | storage. Simplistically, you could see it as a network RAID 1. |
| 12 | |
| 13 | Please visit http://www.drbd.org to find out more. |
| 14 | |
| 15 | .. toctree:: |
| 16 | :maxdepth: 1 |
| 17 | |
| 18 | data-structure-v9 |
| 19 | figures |