NFS

From Wikitech
(Difference between revisions)
Jump to: navigation, search
(pmtpa)
(updated)
Line 1: Line 1:
{{Document me}}
 
 
 
== pmtpa ==
 
== pmtpa ==
  
Required for all machines:
+
/home, useful for apaches,
* /home
+
10.0.5.8:/home /home nfs    bg,soft,udp,rsize=8192,wsize=8192,timeo=14,intr,nfsvers=3  0 0
** [[suda]] (in guise of "izwinger" since february 2006)
+
 
** Not mounted on [[amane]]
+
Upload mounts:
 +
amane:/export/upload  /mnt/upload3 nfs    bg,soft,udp,rsize=8192,wsize=8192,timeo=14,intr,nfsvers=3  0 0
 +
storage1.wikimedia.org:/export/upload /mnt/upload4 nfs bg,soft,tcp,rsize=8192,wsize=8192,timeo=14 0 0
 +
 
 +
texvc output:
 +
amane:/export/math  /mnt/math nfs    bg,soft,udp,rsize=8192,wsize=8192,timeo=14,intr,nfsvers=3  0 0
  
Required for apaches and others running MediaWiki script:
 
* /mnt/upload3
 
** [[amane]]
 
* /mnt/math
 
** [[amane]]
 
  
Required for [[backup]]-dump work:
 
* /mnt/benet
 
** [[benet]]
 
  
 
== yaseo ==
 
== yaseo ==
  
{{fixme|Add info here}}
+
No NFS anymore.
  
 
== knams ==
 
== knams ==
  
{{fixme|Add info here}}
+
Probably none. None on the squids anyway.
 
+
 
+
== Old stuff ==
+
 
+
{{fixme|How accurate is this info?}}
+
 
+
 
+
<pre>
+
zwinger.wikimedia.org:/home    /home                  nfs    defaults      0 0
+
</pre>
+
vs.
+
<pre>
+
zwinger.wikimedia.org:/home  /home  nfs  bg,soft,tcp,rsize=8192,wsize=8192,timeo=14,nfsvers=3 0 0
+
</pre>
+
 
+
* use version 3! Version 2 breaks > 2GB file access in some cases.
+
* bg - system can boot without mounting it - will retry in background
+
* soft - return I/O error to caller on major NFS timeout instead of retrying indefinitely
+
* tcp - use tcp instead of the default of udp - ''Why?'' [http://nfs.sourceforge.net/nfs-howto/performance.html#NFS-TCP because this ?]
+
* rsize, wsize of 8192 - better throughput (ike)
+
 
+
It seems that explicit version 2 breaks > 2GB file access, but implicit (default) version 2 does not.  Need to do a bit more checking to see if it's not some of the other options causing it.
+
 
+
[[Category:Software]]
+

Revision as of 06:32, 19 August 2008

pmtpa

/home, useful for apaches,

10.0.5.8:/home  /home nfs     bg,soft,udp,rsize=8192,wsize=8192,timeo=14,intr,nfsvers=3  0 0

Upload mounts:

amane:/export/upload  /mnt/upload3 nfs     bg,soft,udp,rsize=8192,wsize=8192,timeo=14,intr,nfsvers=3  0 0
storage1.wikimedia.org:/export/upload /mnt/upload4 nfs bg,soft,tcp,rsize=8192,wsize=8192,timeo=14 0 0

texvc output:

amane:/export/math  /mnt/math nfs     bg,soft,udp,rsize=8192,wsize=8192,timeo=14,intr,nfsvers=3  0 0


yaseo

No NFS anymore.

knams

Probably none. None on the squids anyway.

Personal tools
Namespaces

Variants
Actions
Navigation
Ops documentation
Wiki
Toolbox