Print this page
7569 statd support to run on a fixed port
Portions contributed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
7577 mountd support to run on a fixed port
Portions contributed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/nfs.4.man.txt
          +++ new/usr/src/man/man4/nfs.4.man.txt
↓ open down ↓ 86 lines elided ↑ open up ↑
  87   87               have to reclaim locks after a server reboot.  This parameter also
  88   88               controls the NFSv4 lease interval.  The default is 90.
  89   89  
  90   90       mountd_listen_backlog=num
  91   91               Set the connection queue length for mountd over a connection-
  92   92               oriented transport.  The default value is 64.
  93   93  
  94   94       mountd_max_threads=num
  95   95               Maximum number of threads for mountd.  The default value is 16.
  96   96  
       97 +     mountd_port=num
       98 +             The IP port number on which mountd should listen.  The default
       99 +             value is 0, which means it should use a default binding.
      100 +
      101 +     statd_port=num
      102 +             The IP port number on which statd should listen.  The default
      103 +             value is 0, which means it should use a default binding.
      104 +
  97  105     Setting nfsmapid_domain
  98  106       As described above, the setting for nfsmapid_domain overrides the domain
  99  107       used by nfsmapid(1M) for building and comparing outbound and inbound
 100  108       attribute strings, respectively.  This setting overrides any other
 101  109       mechanism for setting the NFSv4 domain.  In the absence of a
 102  110       nfsmapid_domain setting, the nfsmapid(1M) daemon determines the NFSv4
 103  111       domain as follows:
 104  112  
 105  113       o   If a properly configured /etc/resolv.conf (see resolv.conf(4))
 106  114           exists, nfsmapid queries specified nameserver(s) for the domain.
↓ open down ↓ 31 lines elided ↑ open up ↑
 138  146           for users/groups on both client and server).  In the case of
 139  147           overlapping id spaces, the inbound attribute string could potentially
 140  148           be mapped to the wrong id.  However, this is not functionally
 141  149           different from mapping the inbound string to nobody, yet provides
 142  150           greater flexibility.
 143  151  
 144  152  SEE ALSO
 145  153       lockd(1M), mount_nfs(1M), mountd(1M), nfsd(1M), nfsmapid(1M),
 146  154       sharectl(1M), smf(5)
 147  155  
 148      -NexentaStor                    December 16, 2016                   NexentaStor
      156 +NexentaStor                    December 18, 2016                   NexentaStor
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX