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

Kdump for xen #75

Merged
merged 7 commits into from Mar 30, 2017
Merged

Kdump for xen #75

merged 7 commits into from Mar 30, 2017

Conversation

jreidinger
Copy link
Member

No description provided.

@@ -920,8 +943,11 @@ def filterExport(settings)
def Export
crash_kernel = crash_kernel_values
crash_kernel = crash_kernel[0] if crash_kernel.size == 1
crash_xen_kernel = crash_kernel_values
Copy link
Member

Choose a reason for hiding this comment

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

crash_xen_kernel_values ??

@@ -6,11 +6,14 @@ namespace config = "http://www.suse.com/1.0/configns"
kdump =
element kdump {
(kdump_crash_kernel_value | kdump_crash_kernel_list)? &
# parameter specify crashkernel value for xen hypervisor
kdump_crash_xen_value? &
Copy link
Member

Choose a reason for hiding this comment

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

This needs to mimic the above line because Export uses either an array or a single string too.

Copy link
Member Author

Choose a reason for hiding this comment

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

done, thanks for notice.

@@ -487,6 +509,7 @@ def WriteKdumpBootParameter
if @crashkernel_param
#delete crashkernel parameter from bootloader
Bootloader.modify_kernel_params(:common, :xen_guest, :recovery, "crashkernel" => :missing)
Bootloader.modify_kernel_params(:common, :xen_host, :recovery, "crashkernel" => :missing)
Copy link
Member Author

Choose a reason for hiding this comment

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

typo here, only :xen_host should be written.

Copy link
Member Author

Choose a reason for hiding this comment

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

just note it is harmless, as it is done one line up, so I merge it.

@@ -6,15 +6,22 @@ namespace config = "http://www.suse.com/1.0/configns"
kdump =
element kdump {
(kdump_crash_kernel_value | kdump_crash_kernel_list)? &
# parameter specify crashkernel value for xen hypervisor
(kdump_crash_xen_value | kdump_crash_xen_kernel_list)? &
Copy link
Member

Choose a reason for hiding this comment

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

kdump_crash_xen_kernel_value

@coveralls
Copy link

Coverage Status

Coverage increased (+0.7%) to 58.715% when pulling b82133b on kdump_for_xen into 1cd77d8 on SLE-12-SP2.

@mvidner
Copy link
Member

mvidner commented Mar 29, 2017

The good news is that the tests have finally run...

@coveralls
Copy link

Coverage Status

Coverage increased (+1.08%) to 59.065% when pulling 4976edb on kdump_for_xen into 1cd77d8 on SLE-12-SP2.

@jreidinger jreidinger merged commit 3524729 into SLE-12-SP2 Mar 30, 2017
@jreidinger jreidinger deleted the kdump_for_xen branch March 30, 2017 07:08
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.

None yet

3 participants