Document that soft-mounting NFS is not recommended.
authorBruce Momjian
Fri, 21 Mar 2008 14:23:37 +0000 (14:23 +0000)
committerBruce Momjian
Fri, 21 Mar 2008 14:23:37 +0000 (14:23 +0000)
doc/src/sgml/runtime.sgml

index 0e538a09443ba1e7e2be2c6b859a219702feb27d..7d89be32fb192229d043714efa300308f3327e8f 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Operating System Environment
@@ -183,7 +183,8 @@ postgres$ initdb -D /usr/local/pgsql/data
     Specifically, delayed (asynchronous) writes to the NFS
     server can cause reliability problems;   if possible, mount
     NFS file systems synchronously (without caching) to avoid
-    this.  (Storage Area Networks (SAN) use a low-level
+    this.  Also, soft-mounting NFS is not recommended.
+    (Storage Area Networks (SAN) use a low-level
     communication protocol rather than NFS.)