next up previous
Next: 2.3.2 Parity Caching Up: 2.3 Reliability Issues Previous: 2.3 Reliability Issues

2.3.1 Mirroring

  The simplest form of redundancy is mirroring. In mirroring, there exist two copies of each disk block (block replication). When the client writes a disk block, the block is sent to two different servers, and the block table is updated. Thus, even when one of the servers crashes, the filesystem is still stable and consistent, because all disk blocks of the crashed server exist on the mirror server. Obviously the crash recovery overhead, in case of mirroring, is minimal. However, the runtime overhead is rather high, since each block write requires two block transfers. To make matters worse, mirroring wastes half of the remote memory used.

   figure43
Figure 1: The Parity Cache.

   figure48
Figure 2: A Parity Group.



Mike Flouris
Thu Sep 17 18:12:15 EET DST 1998