Skip to content

Commit 046abb6

Browse files
authored
Merge pull request #75240 from dfitzmau/fix-vsphere-datastore-ifdef
[internal-fix] fix-vsphere-datastore-ifdef
2 parents 1d74776 + cbfcc70 commit 046abb6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,24 +2718,30 @@ endif::vsphere[]
27182718
The list of datacenters must match the list of datacenters specified in the `vcenters` field.
27192719
|String
27202720

2721+
ifdef::vsphere[]
27212722
|platform:
27222723
vsphere:
27232724
failureDomains:
27242725
topology:
27252726
datastore:
2726-
ifdef::vsphere[]
27272727
|Specifies the path to a vSphere datastore that stores virtual machines files for a failure domain. You must apply the `datastore` role to the vSphere vCenter datastore location.
2728+
|String
27282729
endif::vsphere[]
27292730
ifdef::agent[]
2731+
|platform:
2732+
vsphere:
2733+
failureDomains:
2734+
topology:
2735+
datastore:
27302736
|The path to the vSphere datastore that holds virtual machine files, templates, and ISO images.
27312737

27322738
*Important:* You can specify the path of any datastore that exists in a datastore cluster.
27332739
By default, Storage vMotion is automatically enabled for a datastore cluster.
27342740
Red{nbsp}Hat does not support Storage vMotion, so you must disable Storage vMotion to avoid data loss issues for your {product-title} cluster.
27352741

27362742
If you must specify VMs across multiple datastores, use a `datastore` object to specify a failure domain in your cluster's `install-config.yaml` configuration file. For more information, see "VMware vSphere region and zone enablement".
2737-
endif::agent[]
27382743
|String
2744+
endif::agent[]
27392745

27402746
|platform:
27412747
vsphere:

0 commit comments

Comments
 (0)