Skip to main content
A newer release of this product is available.

vserver nfs storepool config modify

Contributors
Suggest changes

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