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

add instructions to enable kdump on microos systems #21182

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Lunarequest
Copy link
Contributor

on SLE/Opensuse microos, we use transactional-update to automatically set the required kernel arguments like Fedora. I need to confirm how we want to enable this on system via ansible. on its own this is safe to merge.

@martinpitt
Copy link
Member

@Lunarequest OK! Looks sensible. We don't run tests on MicroOS, so I trust you tested this manually. This is currently "draft", so please move to "ready to review" as appropriate.

Thanks!

@Lunarequest
Copy link
Contributor Author

Yep, tested this manually. Will move to ready for review when I can confirm the ansible instructions work as well

@Lunarequest Lunarequest marked this pull request as ready for review October 30, 2024 08:45
@martinpitt martinpitt self-requested a review November 11, 2024 09:17
pkg/kdump/kdump-view.jsx Show resolved Hide resolved
pkg/kdump/kdump-view.jsx Show resolved Hide resolved
pkg/kdump/kdump-view.jsx Show resolved Hide resolved
pkg/kdump/kdump-view.jsx Show resolved Hide resolved
Comment on lines 46 to 47
if (name?.includes('MicroOS')) {
setActiveTab("shell");
Copy link
Contributor

Choose a reason for hiding this comment

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

These 2 added lines are not executed by any test.

Comment on lines 86 to 82
if (name?.includes('MicroOS')) {
return (
<Modal isOpen={show} className="automation-script-modal"
Copy link
Contributor

Choose a reason for hiding this comment

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

These 3 added lines are not executed by any test.

Comment on lines +93 to +92
<Tabs activeKey={active_tab} onSelect={handleSelect}>
<Tab eventKey="shell" title={_("Shell script")}>
<TextArea resizeOrientation='vertical' readOnlyVariant="default" defaultValue={shell.trim()} />
</Tab>
</Tabs>
</Modal>
Copy link
Contributor

Choose a reason for hiding this comment

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

These 6 added lines are not executed by any test.

Copy link
Member

@martinpitt martinpitt left a comment

Choose a reason for hiding this comment

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

Thanks! Sorry for slipping this, apparently github doesn't send a notification on "ready to review".

pkg/kdump/kdump-view.jsx Outdated Show resolved Hide resolved
pkg/kdump/kdump-view.jsx Show resolved Hide resolved
pkg/lib/cockpit-components-modifications.jsx Outdated Show resolved Hide resolved
pkg/lib/cockpit-components-modifications.jsx Outdated Show resolved Hide resolved
@Lunarequest
Copy link
Contributor Author

the failed tests seem to be unrelated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants