Skip to content

Commit a5ea535

Browse files
committed
OpenStack: clarify root volume size requirements
The recommended minimal value for production cluster is 100 GB.
1 parent f87f13a commit a5ea535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/openstack/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Beyond the [platform-agnostic `install-config.yaml` properties](../customization
4646
* An additional OpenStack host is needed when migrating instances with a strict "anti-affinity" policy
4747
* `type` (optional string): The OpenStack flavor name for machines in the pool.
4848
* `rootVolume` (optional object): Defines the root volume for instances in the machine pool. The instances use ephemeral disks if not set.
49-
* `size` (required integer): Size of the root volume in GB. Must be set to at least 25.
49+
* `size` (required integer): Size of the root volume in GB. Must be set to at least 25. For production clusters, this must be at least 100.
5050
* `type` (deprectated string): The volume pool to create the volume from. It was replaced by `types`.
5151
* `types` (required list of strings): The volume pool to create the volume from. If compute `zones` are defined with more than one type, the number of zones must match the number of types.
5252
* `zones` (optional list of strings): The names of the availability zones you want to install your root volumes on. If unset, the installer will use your default volume zone.

0 commit comments

Comments
 (0)