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

[WIP] Increase kdump memory in ppc64le #4758

Closed
wants to merge 1 commit into from

Conversation

jknphy
Copy link
Contributor

@jknphy jknphy commented Apr 3, 2018

Add a soft-failure to avoid kdumptool gets killed by OOM in ppc64le. Besides that, I needed to increase the timeout for SUSEConnect in my remote worker.

@jknphy jknphy changed the title [WIP] Add soft-failure for kdump in ppc64le - out of memory issue [WIP] Add soft-failure to avoid kdumptool gets killed by OOM Apr 3, 2018
@jknphy jknphy changed the title [WIP] Add soft-failure to avoid kdumptool gets killed by OOM [WIP] Add soft-failure to avoid kdumptool gets killed by OOM in ppc64le Apr 3, 2018
@jknphy jknphy changed the title [WIP] Add soft-failure to avoid kdumptool gets killed by OOM in ppc64le [WIP] Increase kdump memory in ppc64le Apr 3, 2018
@jknphy jknphy force-pushed the check_memory_toolchain branch 2 times, most recently from 7992c9a to 578cea0 Compare April 3, 2018 15:15
@@ -123,7 +123,7 @@ sub add_suseconnect_product {
$version //= scc_version();
$arch //= get_required_var('ARCH');
$params //= '';
assert_script_run("SUSEConnect -p $name/$version/$arch $params");
assert_script_run("SUSEConnect -p $name/$version/$arch $params", 120);
Copy link
Member

Choose a reason for hiding this comment

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

It's ok for us to increase timeout but you can also use SCALE_TIMEOUT just on your worker, also because the network contact can be slower

wait_screen_change { send_key 'alt-o' } if match_has_tag('yast2-kdump-enabled');
if (match_has_tag('yast2-kdump-enabled')) {
if (check_var('ARCH', 'ppc64le')) {
record_soft_failure 'bsc#XXXXXX -- fail to create kdump in ppc with Kdump Memory suggested in YaST2';
Copy link
Member

Choose a reason for hiding this comment

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

Now you must have to fill in a proper bug :)

@jknphy
Copy link
Contributor Author

jknphy commented May 4, 2018

It didn't solve the issue increasing this memory. Closing this PR.

@jknphy jknphy closed this May 4, 2018
@jknphy jknphy deleted the check_memory_toolchain branch September 7, 2018 11:05
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