Skip to main content
ONTAP FLI

ONTAP FLI performance controls

Contributors netapp-barbe

Foreign LUN Import (FLI) includes controls to reduce the risk of workload starvation and to help manage how much bandwidth the import consumes while production I/O is active.

Throttle the import (cap import throughput)

ONTAP provides lun import throttle to apply a maximum throughput limit to an import relationship. A value of 0 means the import runs at best effort along with user I/O; a non-zero value caps import bandwidth:

To set a maximum import throughput (example: 3MB/s), do the following:

set -privilege advanced
lun import throttle -vserver <SVM> -path <LUN_PATH> -max-throughput-limit 3MB
Monitor detailed import progress and throughput

Use lun import show -instance (or -fields) to view detailed status, including current throughput, maximum throughput limit, and any QoS context shown for the import:

set -privilege advanced
lun import show -instance
Pause (operational throttling)

When online imports share backend resources with host I/O, it can be operationally useful to pause the import to let host I/O recover, then resume from the last checkpoint.

set -privilege advanced
lun import pause -vserver <SVM> -path <LUN_PATH>
Resume the import
set -privilege advanced
lun import resume -vserver <SVM> -path <LUN_PATH>

iSCSI FLI performance counters

Discover/confirm available objects (optional)

statistics catalog object show | grep -i iswi

Start Statistics Collection

statistics start -object iswi_session -sample_id import_in_progress

Collect iSCSI initiator session counters

statistics show -sample-id import_in_progress

ONTAP FLI factors that impact performance

The time to complete an import is influenced by multiple variables, including:

  • Number of concurrent migrations between the source and destination

  • Source array capability and current load

  • Destination ONTAP capability and current load

  • Amount of host I/O during migration (especially relevant for online imports)

  • Frontend fabric and network characteristics, such as bandwidth, fan-in and fan-out, and overall topology

  • Other non-FLI ONTAP applications consuming the intercluster LIF resources

  • Concurrency, general FLI guidance recommends limiting to no more than 8 concurrent migrations per node for best performance.

Because these variables vary by environment, the most reliable way to estimate performance is to run multiple test migrations of different sizes, then use measured throughput to plan production durations.