mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
If fdasd is used right after dasdfmt, it may fail with the following error due to udev still processing events for the device: ``` fdasd error: IOCTL error: Error while rereading partition table. ``` Call dasd_reread_partition_table() with an increased retry value to circumvent this issue. Closes: https://github.com/ibm-s390-tools/s390-tools/pull/103 Signed-off-by: Nikita Dubrovskii <nikita@linux.ibm.com> [hoeppner@linux.ibm.com: Reword commit message] Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>