Skip to content

Commit 177abf9

Browse files
committed
GH50841: typo and stylistic fixes
1 parent 6ba4b59 commit 177abf9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/storage-persistent-storage-iscsi-enforcing-disk-quota.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ is one persistent volume. Kubernetes enforces unique names for persistent
99
volumes.
1010

1111
Enforcing quotas in this way allows the end user to request persistent
12-
storage by a specific amount (e.g, 10Gi) and be matched with a
12+
storage by a specific amount (for example, `10Gi`) and be matched with a
1313
corresponding volume of equal or greater capacity.

modules/storage-persistent-storage-iscsi-multipath.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ same IQN for more than one target portal IP address. Multipathing ensures
99
access to the persistent volume when one or more of the components in a
1010
path fail.
1111

12-
To specify multi-paths in the pod specification use the `portals` field.
12+
To specify multi-paths in the pod specification, use the `portals` field.
1313
For example:
1414

1515
[source,yaml]

storage/persistent_storage/persistent-storage-iscsi.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ By default, they are ports `860` and `3260`.
3131

3232
[IMPORTANT]
3333
====
34-
OpenShift assumes that all nodes in the cluster have already configured iSCSI
35-
initator, i.e. have installed `iscsi-initiator-utils` package and configured
34+
OpenShift assumes that all nodes in the cluster have already configured the iSCSI
35+
initiator, that is, users have installed the `iscsi-initiator-utils` package and configured
3636
their initiator name in `/etc/iscsi/initiatorname.iscsi`. See Storage
3737
Administration Guide linked above.
3838
====

0 commit comments

Comments
 (0)