|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.409 2008/02/26 18:01:26 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.410 2008/03/21 14:23:37 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime">
|
4 | 4 | <title>Operating System Environment</title>
|
@@ -183,7 +183,8 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput>
|
183 | 183 | Specifically, delayed (asynchronous) writes to the <acronym>NFS</>
|
184 | 184 | server can cause reliability problems; if possible, mount
|
185 | 185 | <acronym>NFS</> file systems synchronously (without caching) to avoid
|
186 |
| - this. (Storage Area Networks (<acronym>SAN</>) use a low-level |
| 186 | + this. Also, soft-mounting <acronym>NFS</> is not recommended. |
| 187 | + (Storage Area Networks (<acronym>SAN</>) use a low-level |
187 | 188 | communication protocol rather than <acronym>NFS</>.)
|
188 | 189 | </para>
|
189 | 190 |
|
|