-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed handling of unformatted DASD devices during autoinstallation (fate#313228) #3
Conversation
I have added FIXMEs on activation error handling - so that overall exist code is returned. It is not that trivial, since a more inteligent error handling would need to be added (in case of multiple disks returning different exit codes). |
What's the status of this review? |
I hope that I answered Arvin's question (there was no error handling, so no regression, and doing it properly IMO means proper handling of error and non-error, but still non-zero exit codes - which should be handled separately from this enhancement). |
@aschnell See above, what's the verdict? |
Is it tested? I don't see any documentation update. |
Conflicts: package/yast2-s390.changes
I have enhanced it in regard of other related features. The testing was only limited, due to the overall status of the S/390 snapshots. |
else | ||
DASDController.DeactivateDisk(channel, diag) | ||
end | ||
if act_ret == 8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, why eight? constant will be better here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding a comment explaining the number
I found some ruby issues, but nothing critical, so if you are under pressure by feature freeze you can improve it after it. |
@jreidinger Thanks, we need these S390 features to be done till feature freeze, let's add what needs to be done "better" into, e.g. Trello. Real issues should be fixed before merging, fixing cosmetic issues should be delayed after FF. |
OK, I expect some cleaning when we get proper s390. LGTM |
Changed handling of unformatted DASD devices during autoinstallation (fate#313228)
Unfortunately, I could not test the code until having an S/390 build...
Changelog entry comes later