Skip to content
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

Workaround hanging dasd deactivation #9664

Merged
merged 1 commit into from Mar 2, 2020
Merged

Conversation

dzedro
Copy link
Contributor

@dzedro dzedro commented Feb 28, 2020

@dzedro dzedro added the WIP Work in progress label Feb 28, 2020
@dzedro dzedro force-pushed the dasd branch 11 times, most recently from ca8882a to d037683 Compare February 28, 2020 14:36
@dzedro dzedro changed the title Increase timeout for dasd_configure 0.0.0150 0 command Workaround hanging dasd deactivation Feb 28, 2020
@dzedro dzedro force-pushed the dasd branch 2 times, most recently from 1b65427 to 1782834 Compare March 2, 2020 08:50
@dzedro dzedro removed the WIP Work in progress label Mar 2, 2020
@dzedro dzedro added the WIP Work in progress label Mar 2, 2020
@@ -251,6 +248,7 @@ sub format_dasd {
$r = script_run("dasd_configure $dasd_path 1");
die "DASD in undefined state" unless (defined($r) && ($r == 0 || $r == 8));

assert_script_run('dasd_reload');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm that's only in the encrypted case now, right?

Copy link
Contributor Author

@dzedro dzedro Mar 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for normal format, just tried reload. The dasd gets into faulty state and can't be reloaded or deactivated.
https://openqa.suse.de/tests/3943946#step/bootloader_s390/59

@dzedro dzedro force-pushed the dasd branch 3 times, most recently from 5a18ab5 to 75fc7de Compare March 2, 2020 09:35
@dzedro dzedro removed the WIP Work in progress label Mar 2, 2020
@Soulofdestiny Soulofdestiny merged commit 51fe90f into os-autoinst:master Mar 2, 2020
@dzedro dzedro deleted the dasd branch March 2, 2020 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants