Print this page
11083 support NFS server in zone
Portions contributed by: Dan Kruchinin <dan.kruchinin@nexenta.com>
Portions contributed by: Stepan Zastupov <stepan.zastupov@gmail.com>
Portions contributed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
Portions contributed by: Mike Zeller <mike@mikezeller.net>
Portions contributed by: Dan McDonald <danmcd@joyent.com>
Portions contributed by: Gordon Ross <gordon.w.ross@gmail.com>
Portions contributed by: Vitaliy Gusev <gusev.vitaliy@gmail.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Jason King <jbk@joyent.com>
Reviewed by: C Fraire <cfraire@me.com>
Change-Id: I22f289d357503f9b48a0bc2482cc4328a6d43d16
@@ -20,10 +20,12 @@
CDDL HEADER END
Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 2015 by Delphix. All rights reserved.
+ Copyright 2018 Nexenta Systems, Inc. All rights reserved.
+ Copyright 2019 Nexenta by DDN, Inc. 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
file.
@@ -91,11 +93,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='60'/>
<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>