Move NFS section into "Creating Cluster" documentation section because
authorBruce Momjian
Thu, 8 Nov 2007 15:21:03 +0000 (15:21 +0000)
committerBruce Momjian
Thu, 8 Nov 2007 15:21:03 +0000 (15:21 +0000)
it seems more logical there.

doc/src/sgml/manage-ag.sgml
doc/src/sgml/runtime.sgml

index 49566d10a310b8e9167fde79d6cd49331c018cb4..cee2f51441b696dadc77528753b2558a18cdfebc 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Managing Databases
@@ -495,31 +495,5 @@ SELECT spcname FROM pg_tablespace;
    the old tablespace locations.)
    
 
-  
-   Network File Systems
-
-   
-    Network File Systems
-   
-   NFSNetwork File Systems
-   Network Attached Storage (NAS)Network File Systems
-
-   
-    Many installations create tablespace on network file systems.
-    Sometimes this is done directly via NFS, or by using a
-    Network Attached Storage (NAS) device that uses
-    NFS internally.  PostgreSQL does nothing
-    special for NFS file systems, meaning it assumes
-    NFS behaves exactly like locally-connected drives.  If
-    client and server NFS implementations have non-standard
-    semantics, this can cause reliability problems (see 
-    url="http://www.time-travellers.org/shane/papers/NFS_considered_harmful.html">).
-    Specifically, delayed (asynchonous) writes to the NFS
-    server can cause reliability problems;   if possible, mount
-    NFS file systems synchonously to avoid this.
-   
-
-  
-
  
 
index 944c5658c3b007cd33a1bc0638f11070abae10cc..c08650dc280597490a9293fc9946f5c8c81feaca 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Operating System Environment
@@ -160,10 +160,34 @@ postgres$ initdb -D /usr/local/pgsql/data
    locale setting.  For details see .
   
 
-  
-   If using non-local (network) file systems, see 
-   linkend="manage-ag-tablespaces-nfs">.
-  
+  
+   Network File Systems
+
+   
+    Network File Systems
+   
+   NFSNetwork File Systems
+   Network Attached Storage (NAS)Network File Systems
+
+   
+    Many installations create database clusters on network file systems.
+    Sometimes this is done directly via NFS, or by using a
+    Network Attached Storage (NAS) device that uses
+    NFS internally.  PostgreSQL does nothing
+    special for NFS file systems, meaning it assumes
+    NFS behaves exactly like locally-connected drives
+    (DAS, Direct Attached Storage).  If client and server
+    NFS implementations have non-standard semantics, this can
+    cause reliability problems (see 
+    url="http://www.time-travellers.org/shane/papers/NFS_considered_harmful.html">).
+    Specifically, delayed (asynchonous) writes to the NFS
+    server can cause reliability problems;   if possible, mount
+    NFS file systems synchonously (without caching) to avoid
+    this.  (Storage Area Networks (SAN) use a low-level
+    communication protocol rather than NFS.)
+   
+
+