-
Notifications
You must be signed in to change notification settings - Fork 21
kdumpctl: Deprecate raw dump targets #149
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -451,6 +451,8 @@ onto partition /dev/vg/lv_kdump. Restart the kdump service via | |
| initrd. Dump target should be persistent device name, such as lvm or device | ||
| mapper canonical name. | ||
|
|
||
| Raw targets will be deprecated in a future version. | ||
|
|
||
| 2) Dedicated file system | ||
|
Comment on lines
451
to
456
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just for completion. Ideally we would use the same phrasing like in |
||
|
|
||
| Similar to raw partition dumping, you can format a partition with the file | ||
|
|
@@ -901,7 +903,7 @@ Currently, only x86_64 supports encrypted dump target. And depending on | |
| your setup, you may need to run "kdumpctl setup-crypttab" once in order | ||
| for kdump.service to work on boot automatically next time. You can | ||
| confirm if this step is needed by running "kdumpctl restart". If you have | ||
| to input passphrase to unlock the encrypted volume, then please run | ||
| to input passphrase to unlock the encrypted volume, then please run | ||
| "kdumpctl setup-crypttab". | ||
|
|
||
| For other architectures, kdump is not working well. First, user have | ||
|
|
||
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.
Same like above in
gen-kdump-conf.sh