OCF_HEARTBEAT_NVMET(7) | OCF resource agents | OCF_HEARTBEAT_NVMET(7) |
ocf_heartbeat_nvmet-subsystem - NVMe-oF target export agent
nvmet-subsystem [start | stop | status | monitor | meta-data | validate-all]
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).
nqn
(unique, required, string, no default)
allowed_initiators
(optional, string, no default)
serial
(optional, 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-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"
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"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
11/10/2024 | resource-agents 4.16.0-1 |