-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Describe the bug
When we use "scsi-load" to boot Linux with "--disk-partition-id" option, this option doesn't work on z17.
There is no problem when a system boots on z15 by zhmccli.
I think z17 has new option "Boot program sector - Automatic" on SCSI Load HMC menu, but scsi-load webapi doesn't have this option.
To Reproduce
Next command fail on z17 but success on z15
zhmc -n -h $hmc_ip_addr $logon_str_z15 lpar scsi-load $sub_cec_name $sub_lpar_name $load_addr $load_wwpn $load_lun --disk-partition-id $boot_pgm
Expected behavior
Success boot on z17
Environment information
LPAR on z17
-
HMC version:
Version 2.17.0 -
Output of
python -c "import zhmcclient; print(zhmcclient.debuginfo())":
os_name: Linux
os_version: 4.18.0-425.3.1.el8.s390x
cpu_arch: s390x
bit_size: 64
unicode_size: wide
python_impl: CPython
python_impl_version: 3.9.2
python_version: 3.9.2
zhmcclient_version: 1.14.0