Print this page
NEX-20105 Reduce the NFSv4 grace period to 10 seconds
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
NEX-18716 The NFS grace period is too long causing long failover times.
Reviewed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
Reviewed by: Cynthia Eastham <cynthia.eastham@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-3982 Default value of nfsd and lockd threads should be 256
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Marcel Telka <marcel.telka@nexenta.com>

@@ -19,10 +19,11 @@
  information: Portions Copyright [yyyy] [name of copyright owner]
 
  CDDL HEADER END
 
         Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
+        Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
         Copyright (c) 2012, 2015 by Delphix. All rights reserved.
 
         NOTE:  This service manifest is not editable; its contents will
         be overwritten by package or patch operations, including
         operating system upgrade.  Make customizations in a different

@@ -91,11 +92,11 @@
                 <stability value='Evolving' />
                 <propval name='auto_enable' type='boolean' value='true' />
         </property_group>
         <instance name='default' enabled='false'>
           <property_group name='nfs-props' type='com.oracle.nfs,props'>
-            <propval name='grace_period' type='integer' value='90'/>
+            <propval name='grace_period' type='integer' value='10'/>
             <propval name='lockd_listen_backlog' type='integer' value='32'/>
             <propval name='lockd_retransmit_timeout' type='integer' value='5'/>
             <propval name='lockd_servers' type='integer' value='256'/>
           </property_group>
         </instance>