Skip to content

Commit ca7249c

Browse files
committed
writing style changes
1 parent fa1f38a commit ca7249c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

modules/ibmz-configure-devices-manually.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ Tasks in this section describe how to manually configure additional devices in a
1616
1717
.Procedure
1818

19-
. Connect to the node via SSH:
19+
. Connect to the node via SSH by running the following command:
2020
+
2121
[source,terminal]
2222
----
2323
$ ssh <user>@<node_ip_address>
2424
----
2525
+
26-
You can also start a debug session to the node:
26+
You can also start a debug session to the node by running the following command:
2727
+
2828
[source,terminal]
2929
----
3030
$ oc debug node/<node_name>
3131
----
3232

33-
. Enable the devices with the `chzdev` command. For example:
33+
. To enable the devices with the `chzdev` command, enter the following command:
3434
+
3535
[source,terminal]
3636
----

modules/ibmz-configure-devices-mco.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="configure-additional-devices-using-mco_{context}"]
77
= Configuring additional devices using the Machine Config Operator (MCO)
88

9-
Tasks in this section describe how to use features of the Machine Config Operator to configure additional devices in an {ibmzProductName} or LinuxONE environment. Configuring devices with the MCO is persistent but only allows specific configurations for compute nodes. MCO does not allow control plane nodes to have different configurations.
9+
Tasks in this section describe how to use features of the Machine Config Operator (MCO) to configure additional devices in an {ibmzProductName} or LinuxONE environment. Configuring devices with the MCO is persistent but only allows specific configurations for compute nodes. MCO does not allow control plane nodes to have different configurations.
1010

1111
.Prerequisites
1212

@@ -52,7 +52,7 @@ ATTR{[ccw/0.0.8000]online}="1"
5252
LABEL="end_zfcp_host_0.0.8000"
5353
----
5454

55-
. Convert the rule to Base64 encoded, by running the following command:
55+
. Convert the rule to Base64 encoded by running the following command:
5656
+
5757
[source,terminal]
5858
----
@@ -109,7 +109,7 @@ GOTO="end_zfcp_lun_0.0.8000"
109109
LABEL="end_zfcp_lun_0.0.8000"
110110
----
111111

112-
. Convert the rule to Base64 encoded, by running the following command:
112+
. Convert the rule to Base64 encoded by running the following command:
113113
+
114114
[source,terminal]
115115
----
@@ -163,7 +163,7 @@ ATTR{[ccw/0.0.4444]online}="1"
163163
LABEL="end_dasd_eckd_0.0.4444"
164164
----
165165

166-
. Convert the rule to Base64 encoded, by running the following command:
166+
. Convert the rule to Base64 encoded by running the following command:
167167
+
168168
[source,terminal]
169169
----
@@ -228,7 +228,7 @@ ATTR{[ccwgroup/0.0.1000]online}="1"
228228
LABEL="end_qeth_0.0.1000"
229229
----
230230

231-
. Convert the rule to Base64 encoded, by running the following command:
231+
. Convert the rule to Base64 encoded by running the following command:
232232
+
233233
[source,terminal]
234234
----

modules/ibmz-enable-multipathing-fcp-luns.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ On {ibmzProductName} and LinuxONE, you can enable multipathing only if you confi
2020
2121
.Procedure
2222

23-
. Connect to the node via SSH:
23+
. Connect to the node via SSH by running the following command:
2424
+
2525
[source,terminal]
2626
----
2727
$ ssh <user>@<node_ip_address>
2828
----
2929
+
30-
You can also start a debug session to the node:
30+
You can also start a debug session to the node by running the following command:
3131
+
3232
[source,terminal]
3333
----

post_installation_configuration/ibmz-post-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See link:https://www.ibm.com/docs/en/linux-on-systems?topic=linuxonibm/com.ibm.l
4040

4141
[id="roce-network-cards"]
4242
== RoCE network Cards
43-
RoCE (RDMA over Converged Ethernet) network cards do not need to be enabled and their interfaces can be configured with the Kubernetes NMState Operator whenever they are available in the node. For example, if they are attached in a z/VM environment or passed through in a {op-system-base} KVM environment.
43+
RoCE (RDMA over Converged Ethernet) network cards do not need to be enabled and their interfaces can be configured with the Kubernetes NMState Operator whenever they are available in the node. For example, RoCE network cards are available if they are attached in a z/VM environment or passed through in a {op-system-base} KVM environment.
4444

4545
include::modules/ibmz-enable-multipathing-fcp-luns.adoc[leveloffset=+1]
4646

0 commit comments

Comments
 (0)