Skip to content

Commit 2cb4aeb

Browse files
bscott-rhopenshift-cherrypick-robot
authored andcommitted
OSDOCS-14533 adding tech preview params for vsphere multi disk
1 parent dc92961 commit 2cb4aeb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3078,6 +3078,36 @@ Optional VMware vSphere machine pool configuration parameters are described in t
30783078
memoryMB:
30793079
|The size of a virtual machine's memory in megabytes.
30803080
|Integer
3081+
3082+
|platform:
3083+
vsphere:
3084+
dataDisks:
3085+
name:
3086+
|The name of the data disk to add to the virtual machines. The maximum name length is 80 characters.
3087+
3088+
[IMPORTANT]
3089+
====
3090+
[subs="attributes+"]
3091+
Installing {product-title} on {vmw-full} using multiple data disks is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
3092+
3093+
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
3094+
====
3095+
//You can't put a snippet within a conditional.
3096+
|String
3097+
3098+
|platform:
3099+
vsphere:
3100+
dataDisks:
3101+
sizeGiB:
3102+
|The size of the data disk to add to the virtual machines. The maximum size is 16384 GiB.
3103+
|Integer
3104+
3105+
|platform:
3106+
vsphere:
3107+
dataDisks:
3108+
provisioningMode:
3109+
|Optional: The data disk provisioning method. This value defaults to the vSphere default storage policy, if not set.
3110+
|Valid values are `Thin`, `Thick`, or `EagerlyZeroed`.
30813111
|====
30823112
endif::vsphere[]
30833113

0 commit comments

Comments
 (0)