NFS

From Wikitech
(Difference between revisions)
Jump to: navigation, search
(update)
(remove false)
Line 47: Line 47:
  
 
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.
 
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.
 
== Current NFS servers ==
 
 
* [[zwinger]]: /home, math images
 
* [[albert]]: most images
 
* [[khaldun]]: some images
 
  
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 21:31, 19 April 2006

This page desperately needs to be filled out or brought up to date. If you're familiar with the operations of this part of the site, please help!

Contents

pmtpa

Required for all machines:

  • /home
    • suda (in guise of "izwinger" since february 2006)
    • Not mounted on amane

Required for apaches and others dealing with file data:

Required for backup-dump work:

yaseo

FIXME: Add info here

knams

FIXME: Add info here


Old stuff

FIXME: How accurate is this info?


zwinger.wikimedia.org:/home     /home                   nfs     defaults       0 0

vs.

zwinger.wikimedia.org:/home  /home  nfs  bg,soft,tcp,rsize=8192,wsize=8192,timeo=14,nfsvers=3 0 0
  • 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? 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.

Personal tools
Namespaces

Variants
Actions
Navigation
Ops documentation
Wiki
Toolbox