storage nfs export modify map edge-id
Maps a mounted NFS export to a SteelFusion Edge.
Syntax
[failover-peer] storage nfs export modify <export-path> map edge-id <edge-self-identifier> [access <access-list>] [edge-export-dir <edge-directory>] [pinned enable]
Parameters
failover-peer
Performs the command on the failover peer of the current appliance. If the failover peer is unavailable, the changed configuration is automatically applied when the appliance returns to service.
You can run failover-peer commands only on a Core appliance in ActiveSolo failover state.
<export-path>
Directory path to the backend storage array where the export is located.
<edge-self-identifier>
Specifies the self-identifier of the desired Edge. Edge identifiers are case sensitive.
access <access-list>
Configures the list of clients that are allowed access to the export on the Edge. You can enter:
A comma-separated list of IPv4 addresses, CIDR addresses, or hostnames enclosed in quotation marks (" ").
An asterisk (*) meaning access to all.
The #VSP# keyword that is internally replaced by the actual IP addresses later. To determine VSP access, the VSP service automatically scans the VSP ESXi hypervisor for all IP addresses to be given access to the export. At the time of configuration, the IPv4 addresses are not known.
edge-export-dir <edge-directory>
Sets the path to the directory where the export is located on the SteelFusion Edge.
pinned enable
Enables pinning for the export. When an export is pinned, the data is reserved and not subject to the normal blockstore eviction policies.
Usage
You scan the array to find the exports, mount the exports to the Core, then map those exports from the Core to the Edge.
Example
Core_01 (config) # storage nfs export modify 10.5.27.111:/ifs/nfs1 map edge-id sf-vvaxxx edge-export-dir /ifs/nfs1
Product
SteelFusion Core
Related Commands
show storage nfs export (Core)