From 5078fb20754a5dc4d6bb1356cdca9512b7b43a65 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 4 Nov 2007 21:40:02 +0000 Subject: [PATCH] Document possible problems with NFS tablespaces. --- doc/src/sgml/manage-ag.sgml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/src/sgml/manage-ag.sgml b/doc/src/sgml/manage-ag.sgml index bc128ec3a7..4c54066734 100644 --- a/doc/src/sgml/manage-ag.sgml +++ b/doc/src/sgml/manage-ag.sgml @@ -495,5 +495,31 @@ 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 ). + Specifically, delayed (asynchonous) writes to the NFS + server can cause reliability problems; if possible, mount + NFS file systems synchonously to avoid this. + + + + -- 2.39.5