File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ provisioning via /api/provision\_requests.
12
12
13
13
- [ Defining new Disks] ( #defining-new-disks )
14
14
15
+ - [ Increasing the template disk size] ( #increasing-the-template-disk-size )
16
+
15
17
- [ Cloning Type] ( #cloning-type )
16
18
17
19
- [ Limit Template Selection] ( #limit-template-selection )
@@ -86,6 +88,18 @@ Example:
86
88
"diskscsi1.backing.diskmode" : " independent_persistent"
87
89
```
88
90
91
+ ### Increasing the template disk size
92
+
93
+ The ` allocated_disk_storage ` attribute allows for the first disk on a VM to be increased in size
94
+ after the clone operation is complete. This is only supported for templates with 1 disk.
95
+ The attribute's unit is gigabytes.
96
+
97
+ This is supported by the VMware vSphere provider.
98
+
99
+ ``` json
100
+ allocated_disk_storage: 10
101
+ ```
102
+
89
103
### Cloning Type
90
104
91
105
This attribute sets the type of cloning request, either clone to vm or
You can’t perform that action at this time.
0 commit comments