Skip to content

Commit cbd24e5

Browse files
committed
Fix typo in persistent_storage_iscsi/vsphere
1 parent 77efc03 commit cbd24e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install_config/persistent_storage/persistent_storage_iscsi.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Each iSCSI LUN must be accessible by all nodes in the cluster.
9898
=== iSCSI Multipathing
9999
For iSCSI-based storage, you can configure multiple paths by using the same IQN for more than one target portal IP address. Multipathing ensures access to the persistent volume when one or more of the components in a path fail.
100100

101-
To specify multi-paths in pod specification use the `portal` field. For example:
101+
To specify multi-paths in pod specification use the `portals` field. For example:
102102

103103
====
104104
[source, yaml]
@@ -120,5 +120,5 @@ spec:
120120
fsType: ext4
121121
readOnly: false
122122
----
123-
<1> Add additional target portals using the `portal` field.
123+
<1> Add additional target portals using the `portals` field.
124124
====

install_config/persistent_storage/persistent_storage_vsphere.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Changing the value of the `fsType` parameter after the volume is formatted and
118118
provisioned can result in data loss and pod failure.
119119
====
120120

121-
. Save your definition to a file, for example *vsphere-pv.yaml_*, and create the
121+
. Save your definition to a file, for example *_vsphere-pv.yaml_*, and create the
122122
persistent volume:
123123
+
124124
[source, bash]

0 commit comments

Comments
 (0)