Skip to content

Commit 6a7017b

Browse files
committed
add feedback from Klaus Smolin
1 parent 607f898 commit 6a7017b

4 files changed

+7
-11
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,12 @@ coreos.live.rootfs_url=http://<http_server>/rhcos-<version>-live-rootfs.<archite
127127
ip=<ip>::<gateway>:<netmask>:<hostname>::none nameserver=<dns> \
128128
rd.znet=qeth,0.0.bdd0,0.0.bdd1,0.0.bdd2,layer2=1 \
129129
rd.zfcp=0.0.5677,0x600606680g7f0056,0x034F000000000000 \// <4>
130-
zfcp.allow_lun_scan=0 <5>
130+
zfcp.allow_lun_scan=0
131131
----
132-
<1> For installations on DASD-type disks, add `coreos.inst.install_dev=/dev/dasda`. Omit this value for FCP-type disks.
132+
<1> Specify the block device type. For installations on DASD-type disks, specify `/dev/dasda`. For installations on FCP-type disks, specify `/dev/sda`.
133133
<2> Specify the location of the Ignition config file. Use `master.ign` or `worker.ign`. Only HTTP and HTTPS protocols are supported.
134134
<3> Specify the location of the `rootfs` artifact for the `kernel` and `initramfs` you are booting. Only HTTP and HTTPS protocols are supported.
135-
<4> For installations on DASD-type disks, replace with `rd.dasd=0.0.3490` to specify the DASD device.
136-
<5> For installations on FCP-type disks, add `zfcp.allow_lun_scan=0`. Omit this value for DASD-type disks.
137-
135+
<4> For installations on DASD-type disks, replace with `rd.dasd=0.0.xxxx` to specify the DASD device.
138136
endif::ibm-z-kvm[]
139137
ifdef::ibm-z-kvm[]
140138
[source,terminal]

modules/install-sno-ibm-z-kvm.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,11 @@ $ virt-install \
159159
--network network=<virt_network_parm> \
160160
--graphics none \
161161
--noautoconsole \
162-
--extra-args "ip=dhcp rd.neednet=1 ignition.platform.id=metal ignition.firstboot" \
162+
--extra-args "rd.neednet=1 ignition.platform.id=metal ignition.firstboot" \
163163
--extra-args "ignition.config.url=http://<http_server>/bootstrap.ign" \// <2>
164164
--extra-args "coreos.live.rootfs_url=http://<http_server>/rhcos-<version>-live-rootfs.<architecture>.img" \// <3>
165165
--extra-args "ip=<ip>::<gateway>:<mask>:<hostname>::none" \ <4>
166166
--extra-args "nameserver=<dns>" \
167-
--extra-args "random.trust_cpu=on rd.luks.options=discard" \
168167
--extra-args "console=ttysclp0" \
169168
--wait
170169
----

modules/install-sno-ibm-z.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,11 @@ console=ttysclp0 \
155155
ignition.firstboot ignition.platform.id=metal \
156156
ignition.config.url=http://<http_server>:8080/ignition/bootstrap-in-place-for-live-iso.ign \// <1>
157157
coreos.live.rootfs_url=http://<http_server>/rhcos-<version>-live-rootfs.<architecture>.img \// <2>
158-
ip=<ip>::<gateway>:<mask>:<hostname>::none <3>
158+
ip=<ip>::<gateway>:<mask>:<hostname>::none nameserver=<dns> \// <3>
159159
rd.znet=qeth,0.0.bdd0,0.0.bdd1,0.0.bdd2,layer2=1 \
160160
rd.dasd=0.0.4411 \// <4>
161161
rd.zfcp=0.0.8001,0x50050763040051e3,0x4000406300000000 \// <5>
162-
zfcp.allow_lun_scan=0 \
163-
rd.luks.options=discard
162+
zfcp.allow_lun_scan=0
164163
----
165164
<1> For the `ignition.config.url=` parameter, specify the Ignition file for the machine role. Only HTTP and HTTPS protocols are supported.
166165
<2> For the `coreos.live.rootfs_url=` artifact, specify the matching `rootfs` artifact for the `kernel`and `initramfs` you are booting. Only HTTP and HTTPS protocols are supported.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ virt-install \
4949
--memory <memory_mb> \
5050
--vcpus <vcpus> \
5151
--location <media_location>,kernel=<rhcos_kernel>,initrd=<rhcos_initrd> \ / <1>
52-
--disk <vm_name>.qcow2,size=<image_size>| default(10,true) \
52+
--disk <vm_name>.qcow2,size=<image_size>,cache=none,io=native \
5353
--network network=<virt_network_parm> \
5454
--boot hd \
5555
--extra-args "rd.neednet=1" \

0 commit comments

Comments
 (0)