Skip to content

Commit bd08e22

Browse files
authored
Merge pull request #465 from martin-gpy/update_schema
json-schema: add dhchap_key details to host section
2 parents aed8d49 + a001e59 commit bd08e22

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/config-schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"description": "NVMe host symbolic name",
3030
"type": "string"
3131
},
32+
"dhchap_key": {
33+
"description": "Host DH-HMAC-CHAP key",
34+
"type": "string"
35+
},
3236
"required": [ "hostnqn" ],
3337
"subsystems": {
3438
"description": "Array of NVMe subsystem properties",

0 commit comments

Comments
 (0)