| libnvmf_context_get_persistent(9) | libnvme API manual | libnvmf_context_get_persistent(9) |
NAME
libnvmf_context_get_persistent - Get the discovery controller persistence mode
SYNOPSIS
const char * libnvmf_context_get_persistent (const struct libnvmf_context *fctx );
ARGUMENTS
- fctx
- Fabrics context
RETURN
"no", "auto", or "force" if explicitly configured; NULL if not (behaves the same as "no" when applied to a live connection, or if fctx is NULL).
| libnvmf_context_get_persistent | September 2026 |