|
|
@@ -99,8 +99,13 @@
|
|
|
"$ref": "#/definitions/numberOrString"
|
|
|
},
|
|
|
"storage_backend_identifier": {
|
|
|
- "type": "string",
|
|
|
- "help": "A string identifier for the storage system the disk is hosted on."
|
|
|
+ "type": "string",
|
|
|
+ "help": "A string identifier for the storage system the disk is hosted on."
|
|
|
+ },
|
|
|
+ "allocation_type": {
|
|
|
+ "type": "string",
|
|
|
+ "description": "The allocation scheme for the given disk (static = thick; dynamic = thin)",
|
|
|
+ "enum": ["static", "dynamic"]
|
|
|
}
|
|
|
},
|
|
|
"required": [
|