diff options
Diffstat (limited to 'doc/config-schema.json')
-rw-r--r-- | doc/config-schema.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config-schema.json b/doc/config-schema.json index 69fb606..bde3d91 100644 --- a/doc/config-schema.json +++ b/doc/config-schema.json @@ -33,6 +33,10 @@ "description": "NVMe host symbolic name", "type": "string" }, + "persistent_discovery_ctrl": { + "description": "Enable/disable Persistent Discovery Controller", + "type": "boolean" + }, "required": [ "hostnqn" ], "subsystems": { "description": "Array of NVMe subsystem properties", |