Update high availability documentation with comments from Markus Schiltknecht.
authorBruce Momjian
Sat, 10 Nov 2007 19:14:02 +0000 (19:14 +0000)
committerBruce Momjian
Sat, 10 Nov 2007 19:14:02 +0000 (19:14 +0000)
doc/src/sgml/high-availability.sgml

index 963d7d03bc6dc7e443ae3f49745a6d02dc31b8bb..b6762a264df3bdc70a6d281db1d2460eea0c911e 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  High Availability, Load Balancing, and Replication
@@ -94,7 +94,7 @@
     
      Shared hardware functionality is common in network storage devices.
      Using a network file system is also possible, though care must be
-     taken that the file system has full POSIX behavior (see 
+     taken that the file system has full POSIX behavior (see 
      linkend="creating-cluster-nfs">).  One significant limitation of this
      method is that if the shared disk array fails or becomes corrupt, the
      primary and standby servers are both nonfunctional.  Another issue is
      the mirroring must be done in a way that ensures the standby server
      has a consistent copy of the file system — specifically, writes
      to the standby must be done in the same order as those on the master.
-     DRBD is a popular file system replication solution for Linux.
+     DRBD is a popular file system replication solution
+     for Linux.