Merge "Update the vmware_disktype metadefs values"
This commit is contained in:
commit
8baa2d312f
@ -26,11 +26,9 @@
|
|||||||
"description": "When performing operations such as creating a virtual disk, cloning, or migrating, the disk provisioning type may be specified. Please refer to VMware documentation for more.",
|
"description": "When performing operations such as creating a virtual disk, cloning, or migrating, the disk provisioning type may be specified. Please refer to VMware documentation for more.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"thin",
|
"streamOptimized",
|
||||||
"preallocated",
|
"sparse",
|
||||||
"thick",
|
"preallocated"
|
||||||
"eagerZeroedThick",
|
|
||||||
"sparse"
|
|
||||||
],
|
],
|
||||||
"default" : "preallocated"
|
"default" : "preallocated"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user