Skip to content

Commit fb580c5

Browse files
committed
Merge pull request #1865 from agrare/add_documentation_allocated_disk_storage
Add documentation on increasing cloned vm disk size (cherry picked from commit 12ab231)
1 parent a2d1ec3 commit fb580c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

api/appendices/advanced_provisioning.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ provisioning via /api/provision\_requests.
1212

1313
- [Defining new Disks](#defining-new-disks)
1414

15+
- [Increasing the template disk size](#increasing-the-template-disk-size)
16+
1517
- [Cloning Type](#cloning-type)
1618

1719
- [Limit Template Selection](#limit-template-selection)
@@ -86,6 +88,18 @@ Example:
8688
"diskscsi1.backing.diskmode" : "independent_persistent"
8789
```
8890

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+
89103
### Cloning Type
90104

91105
This attribute sets the type of cloning request, either clone to vm or

0 commit comments

Comments
 (0)