Skip to content

Commit e89b42a

Browse files
authored
Merge pull request #94382 from openshift-cherrypick-robot/cherry-pick-93007-to-enterprise-4.19
[enterprise-4.19] OSDOCS-14533 adding tech preview params for vsphere multi disk
2 parents e9b4eda + 2cb4aeb commit e89b42a

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
@@ -3150,6 +3150,36 @@ Optional VMware vSphere machine pool configuration parameters are described in t
31503150
memoryMB:
31513151
|The size of a virtual machine's memory in megabytes.
31523152
|Integer
3153+
3154+
|platform:
3155+
vsphere:
3156+
dataDisks:
3157+
name:
3158+
|The name of the data disk to add to the virtual machines. The maximum name length is 80 characters.
3159+
3160+
[IMPORTANT]
3161+
====
3162+
[subs="attributes+"]
3163+
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.
3164+
3165+
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].
3166+
====
3167+
//You can't put a snippet within a conditional.
3168+
|String
3169+
3170+
|platform:
3171+
vsphere:
3172+
dataDisks:
3173+
sizeGiB:
3174+
|The size of the data disk to add to the virtual machines. The maximum size is 16384 GiB.
3175+
|Integer
3176+
3177+
|platform:
3178+
vsphere:
3179+
dataDisks:
3180+
provisioningMode:
3181+
|Optional: The data disk provisioning method. This value defaults to the vSphere default storage policy, if not set.
3182+
|Valid values are `Thin`, `Thick`, or `EagerlyZeroed`.
31533183
|====
31543184
endif::vsphere[]
31553185

0 commit comments

Comments
 (0)