summaryrefslogtreecommitdiffstats
path: root/doc/config-schema.json.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:17:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:17:04 +0000
commit7e691c813bdf26bf9c51f03ee926818c00cc6e39 (patch)
tree1ecdb0c04700e31585faf09a0a868cf63814fc51 /doc/config-schema.json.in
parentReleasing debian version 1.2-3. (diff)
downloadlibnvme-7e691c813bdf26bf9c51f03ee926818c00cc6e39.tar.xz
libnvme-7e691c813bdf26bf9c51f03ee926818c00cc6e39.zip
Merging upstream version 1.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/config-schema.json.in')
-rw-r--r--doc/config-schema.json.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config-schema.json.in b/doc/config-schema.json.in
index 69fb606..bde3d91 100644
--- a/doc/config-schema.json.in
+++ b/doc/config-schema.json.in
@@ -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",