OCF_HEARTBEAT_NVMET(7) | OCF resource agents | OCF_HEARTBEAT_NVMET(7) |
ocf_heartbeat_nvmet-port - NVMe-oF target export agent
nvmet-port [start | stop | status | monitor | meta-data | validate-all]
Manages NVMe-oF ports. An NVMe-oF port is part of an NVMe-oF target. A port must be created after the subsystem. It exposes one or multiple subsystem(s) including the enclosed namespace(s) to the network.
port_id
(unique, optional, integer, default 0)
type
(optional, string, default "tcp")
addr_fam
(optional, string, default "ipv4")
svcid
(optional, integer, default 4420)
addr
(required, string, no default)
nqns
(required, string, no default)
This resource agent supports the following actions (operations):
start
stop
status
monitor
meta-data
validate-all
The following is an example configuration for a nvmet-port resource using the crm(8) shell:
primitive p_nvmet-port ocf:heartbeat:nvmet-port \
params \
addr=string \
nqns=string \
op monitor timeout="10s" interval="10s" depth="0"
The following is an example configuration for a nvmet-port resource using pcs(8)
pcs resource create p_nvmet-port ocf:heartbeat:nvmet-port \
addr=string \
nqns=string \
op monitor timeout="10s" interval="10s" OCF_CHECK_LEVEL="0"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |