-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
base: main
Are you sure you want to change the base?
Conversation
@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! |
Yep, tested this manually. Will move to ready for review when I can confirm the ansible instructions work as well |
2743b66
to
b114379
Compare
if (name?.includes('MicroOS')) { | ||
setActiveTab("shell"); |
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.
These 2 added lines are not executed by any test.
if (name?.includes('MicroOS')) { | ||
return ( | ||
<Modal isOpen={show} className="automation-script-modal" |
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.
These 3 added lines are not executed by any test.
<Tabs activeKey={active_tab} onSelect={handleSelect}> | ||
<Tab eventKey="shell" title={_("Shell script")}> | ||
<TextArea resizeOrientation='vertical' readOnlyVariant="default" defaultValue={shell.trim()} /> | ||
</Tab> | ||
</Tabs> | ||
</Modal> |
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.
These 6 added lines are not executed by any test.
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.
Thanks! Sorry for slipping this, apparently github doesn't send a notification on "ready to review".
b114379
to
6b88f1e
Compare
…ible play on microos
6b88f1e
to
e918a40
Compare
the failed tests seem to be unrelated |
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.