NVMe target service

You can use the /etc/storpool.conf configuration file to set options for the storpool_nvmet service.

Routing for NVMe target

Enable routing for NVMe target. Default: (empty)

SP_NVMET_ROUTED=1

Network interface for NVME target

Using the SP_NVMET_IFACE option you can set network interface names to be used use for NVME target. Default: (empty)

Here are some examples:

SP_NVMET_IFACE=eth2:eth3
SP_NVMET_IFACE=eth2,bond0:eth3,bond0
SP_NVMET_IFACE=eth2,bond0:eth3,bond0:[lacp]

BGP speaker for routed NVMe target

Using the SP_NVMET_BGP_CONFIG option you can set BGP speaker for routed NVMe target:

  • Requires the SP_NVMET_ROUTED option to be enabled.

  • The value is in the ISCSI_BGP_IP:BGP_DAEMON_IP:AS_FOR_ISCSI:AS_FOR_THE_DAEMON format.

  • Default: (empty)

Here is an example:

SP_NVMET_BGP_CONFIG=127.0.0.1:127.0.0.2:65514:65513