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
Updated by JERiveraMoya 7 months ago
- Tags set to qe-yam-mar-sprint
- Subject changed from zfcp test fails in validate_zfcp_multipath due to variable WWID value to Adjust zfcp multipath validation now with dynamic wwid
- Description updated (diff)
- Status changed from New to Workable
- Priority changed from High to Normal
- Parent task set to #151816
Updated by JERiveraMoya 7 months ago
- Status changed from In Progress to Resolved