table of contents
OCF_HEARTBEAT_NVMET(7) | OCF resource agents | OCF_HEARTBEAT_NVMET(7) |
NAME¶
ocf_heartbeat_nvmet-subsystem - NVMe-oF target export agent
SYNOPSIS¶
nvmet-subsystem [start | stop | status | monitor | meta-data | validate-all]
DESCRIPTION¶
Manages NVMe-oF subsystems. An NVMe-oF subsystem is part of an NVMe-oF target. A subsystem must be created first, before namespace(s) and port(s).
SUPPORTED PARAMETERS¶
nqn
(unique, required, string, no default)
allowed_initiators
(optional, string, no default)
serial
(optional, string, no default)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
status
monitor
meta-data
validate-all
EXAMPLE CRM SHELL¶
The following is an example configuration for a nvmet-subsystem resource using the crm(8) shell:
primitive p_nvmet-subsystem ocf:heartbeat:nvmet-subsystem \
params \
nqn=string \
op monitor timeout="10s" interval="10s" depth="0"
EXAMPLE PCS¶
The following is an example configuration for a nvmet-subsystem resource using pcs(8)
pcs resource create p_nvmet-subsystem ocf:heartbeat:nvmet-subsystem \
nqn=string \
op monitor timeout="10s" interval="10s" OCF_CHECK_LEVEL="0"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
10/05/2024 | resource-agents 4.15.1-2 |