Skip to content

Commit aa98abe

Browse files
committed
OSDOCS-14533 adding tech preview params for vsphere multi disk
1 parent f1733e5 commit aa98abe

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
@@ -3087,6 +3087,36 @@ Optional VMware vSphere machine pool configuration parameters are described in t
30873087
memoryMB:
30883088
|The size of a virtual machine's memory in megabytes.
30893089
|Integer
3090+
3091+
|platform:
3092+
vsphere:
3093+
dataDisks:
3094+
name:
3095+
|The name of the data disk to add to the virtual machines. The maximum name length is 80 characters.
3096+
3097+
[IMPORTANT]
3098+
====
3099+
[subs="attributes+"]
3100+
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.
3101+
3102+
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].
3103+
====
3104+
//You can't put a snippet within a conditional.
3105+
|String
3106+
3107+
|platform:
3108+
vsphere:
3109+
dataDisks:
3110+
sizeGiB:
3111+
|The size of the data disk to add to the virtual machines. The maximum size is 16384 GiB.
3112+
|Integer
3113+
3114+
|platform:
3115+
vsphere:
3116+
dataDisks:
3117+
provisioningMode:
3118+
|Optional: The data disk provisioning method. This value defaults to the vSphere default storage policy, if not set.
3119+
|Valid values are `Thin`, `Thick`, or `EagerlyZeroed`.
30903120
|====
30913121
endif::vsphere[]
30923122

0 commit comments

Comments
 (0)