The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
vserver nfs storepool config modify
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Modify the storepool configuration
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The vserver nfs storepool config modify
command modifies NFSv4.x storepool configuration parameters:
Parameters
[-limit-enforce {enabled|disabled}]
- Storepool Limit Enforce Control (privilege: advanced)-
This parameter is used to enable or disable the limit enforcement. The default value is
disabled
. [-blocked-client-ttl <integer>]
- Blocked Client TTL in Seconds (privilege: advanced)-
This parameter is used to set the blocked client eviction time-to-live (TTL). The client will be able to reconnect with NFs4.x server after this value expires. Valid values are from 0 to 604800 seconds (7 days). The default value is
86400
.
Examples
The following is an example of how to modify the storepool limit-enforce parameter.
cluster1::*> vserver nfs storepool config modify -limit-enforce disabled -blocked-client-ttl 90000