action #157234
closedcoordination #151816: [epic] Handle openQA fixes and job group setup
Adjust zfcp multipath validation now with dynamic wwid
0%
Description
Motivation¶
The s390x-zfcp test hasn't ran past first steps for a long time, so there have been some hardware changes in the meantime that cause failure while validating the wwid of the disk. See validate_zfcp_multipath. There have been some proposals to remove the hardcoded wwid value as it is not guaranteed to be the same for every test run. According to a slack discussion we can instead extract the wwpn value (probably at an earlier step of the test) and validate it including the size during module validate_zfcp_multipath
If we want to ensure that the same disk is still present which was added, then we can find that out with commands like multipath -ll
, lszfcp
or zfcp_host_configure
Acceptance criteria¶
AC1: Implement above validation