Skip to content

Commit 1326a98

Browse files
committed
friday feedback from Klaus
1 parent 2560fbe commit 1326a98

3 files changed

+7
-7
lines changed

modules/ibmz-configure-nbde-with-static-ip.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Before first boot, you must customize the initramfs for each node in the cluster
118118
ifndef::ibm-z-kvm[]
119119
[source,terminal]
120120
----
121-
rd.neednet=1 \
121+
cio_ignore=all,!condev rd.neednet=1 \
122122
console=ttysclp0 \
123123
coreos.inst.install_dev=/dev/<block_device> \// <1>
124124
ignition.firstboot ignition.platform.id=metal \
@@ -137,7 +137,7 @@ endif::ibm-z-kvm[]
137137
ifdef::ibm-z-kvm[]
138138
[source,terminal]
139139
----
140-
rd.neednet=1 \
140+
cio_ignore=all,!condev rd.neednet=1 \
141141
console=ttysclp0 \
142142
ignition.firstboot ignition.platform.id=metal \
143143
coreos.inst.ignition_url=http://<http_server>/master.ign \// <1>

modules/installation-ibm-z-user-infra-machines-iso.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Example parameter file, `bootstrap-0.parm`, for the bootstrap machine:
8484
+
8585
[source,terminal]
8686
----
87-
rd.neednet=1 \
87+
cio_ignore=all,!condev rd.neednet=1 \
8888
console=ttysclp0 \
8989
coreos.inst.install_dev=/dev/<block_device> \// <1>
9090
coreos.inst.ignition_url=http://<http_server>/bootstrap.ign \// <2>
@@ -95,7 +95,7 @@ rd.znet=qeth,0.0.bdf0,0.0.bdf1,0.0.bdf2,layer2=1,portno=0 \
9595
rd.dasd=0.0.3490 \
9696
zfcp.allow_lun_scan=0
9797
----
98-
<1> Specify the block device on the system to install to. For installations on DASD-type disk use `dasda`, for installations on FCP-type disks use `sda`.
98+
<1> Specify the block device type. For installations on DASD-type disks, specify `/dev/dasda`. For installations on FCP-type disks, specify `/dev/sda`.
9999
<2> Specify the location of the Ignition config file. Use `bootstrap.ign`, `master.ign`, or `worker.ign`. Only HTTP and HTTPS protocols are supported.
100100
<3> Specify the location of the `rootfs` artifact for the `kernel` and `initramfs` you are booting. Only HTTP and HTTPS protocols are supported.
101101
<4> Optional: To enable secure boot, add `coreos.inst.secure_ipl`.
@@ -127,7 +127,7 @@ The following is an example parameter file `worker-1.parm` for a compute node wi
127127
+
128128
[source,terminal]
129129
----
130-
rd.neednet=1 \
130+
cio_ignore=all,!condev rd.neednet=1 \
131131
console=ttysclp0 \
132132
coreos.inst.install_dev=/dev/disk/by-id/scsi-<serial_number> \
133133
coreos.live.rootfs_url=http://<http_server>/rhcos-<version>-live-rootfs.<architecture>.img \

modules/machine-user-infra-machines-ibm-z.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The following is an example parameter file, `additional-worker-dasd.parm`:
9999
+
100100
[source,terminal]
101101
----
102-
rd.neednet=1 \
102+
cio_ignore=all,!condev rd.neednet=1 \
103103
console=ttysclp0 \
104104
coreos.inst.install_dev=/dev/dasda \
105105
coreos.inst.ignition_url=http://<http_server>/worker.ign \
@@ -137,7 +137,7 @@ The following is an example parameter file, `additional-worker-fcp.parm` for a w
137137
+
138138
[source,terminal]
139139
----
140-
rd.neednet=1 \
140+
cio_ignore=all,!condev rd.neednet=1 \
141141
console=ttysclp0 \
142142
coreos.inst.install_dev=/dev/sda \
143143
coreos.live.rootfs_url=http://<http_server>/rhcos-<version>-live-rootfs.<architecture>.img \

0 commit comments

Comments
 (0)