ibm-s390-linux / s390-tools

Tools for use with the s390 Linux kernel and device drivers
MIT License
63 stars 59 forks source link

fdasd: use same retries count (5) within `reread_partition_table` as used by dasdfmt #103

Closed nikita-dubrovskii closed 3 years ago

nikita-dubrovskii commented 3 years ago

To install Linux on uninitialized ECKD DASD disk we use dasdfmt for low-level format and than fdasd to create partitions, which sometimes fails with:

fdasd error:  IOCTL error: Error while rereading partition table.

This issue was observed during RHCOS installation on zVM with new DASD

Signed-off-by: Nikita Dubrovskii nikita@linux.ibm.com