fix "kdump: Invalid kdump config option auto_reset_crashkernel" error
Resolves: bz1895258 Upstream: Fedora Conflict: None commitae0cbdf34a
Author: Coiby Xu <coxu@redhat.com> Date: Fri Jan 7 10:45:40 2022 +0800 fix "kdump: Invalid kdump config option auto_reset_crashkernel" error kdumpctl only accepts a specified set of options. Add auto_reset_crashkernel to this set. Fixes:73ced7f
("introduce the auto_reset_crashkernel option to kdump.conf") Signed-off-by: Coiby Xu <coxu@redhat.com> Acked-by: Tao Liu <ltao@redhat.com> Signed-off-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
parent
d91054f2d3
commit
35486b6030
2
kdumpctl
2
kdumpctl
@ -235,7 +235,7 @@ check_config()
|
||||
ext[234] | minix | btrfs | xfs | nfs | ssh)
|
||||
config_opt=_target
|
||||
;;
|
||||
sshkey | path | core_collector | kdump_post | kdump_pre | extra_bins | extra_modules | failure_action | default | final_action | force_rebuild | force_no_rebuild | fence_kdump_args | fence_kdump_nodes) ;;
|
||||
sshkey | path | core_collector | kdump_post | kdump_pre | extra_bins | extra_modules | failure_action | default | final_action | force_rebuild | force_no_rebuild | fence_kdump_args | fence_kdump_nodes | auto_reset_crashkernel) ;;
|
||||
|
||||
net | options | link_delay | disk_timeout | debug_mem_level | blacklist)
|
||||
derror "Deprecated kdump config option: $config_opt. Refer to kdump.conf manpage for alternatives."
|
||||
|
Loading…
Reference in New Issue
Block a user