diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-31 04:16:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-31 04:16:55 +0000 |
commit | fbe661f56f8f51c8bda7b3ced1ec41af509e61ff (patch) | |
tree | ac8ac7d3960922094733bac6d9a5300da7171c56 /doc/config-schema.json.in | |
parent | Adding upstream version 1.2. (diff) | |
download | libnvme-upstream/1.3.tar.xz libnvme-upstream/1.3.zip |
Adding upstream version 1.3.upstream/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.in | 4 |
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", |