You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the kdump_core_collector accepts values such as makedumpfile -l --message-level 2 -d 30 that we demo in presentations. Since the system roles are also about abstractions, it would make sense to expose the command-line options for makedumpfile as individual variables, especially the bitmap specified after -d could be exposed as the following booleans:
kdump_dump_zero_pages
kdump_dump_non_private_cache
kdump_dump_private_cache
kdump_dump_user_data
kdump_dump_free_pages
And a sensible default could be used.
The text was updated successfully, but these errors were encountered:
Currently the kdump_core_collector accepts values such as
makedumpfile -l --message-level 2 -d 30
that we demo in presentations. Since the system roles are also about abstractions, it would make sense to expose the command-line options for makedumpfile as individual variables, especially the bitmap specified after-d
could be exposed as the following booleans:kdump_dump_zero_pages
kdump_dump_non_private_cache
kdump_dump_private_cache
kdump_dump_user_data
kdump_dump_free_pages
And a sensible default could be used.
The text was updated successfully, but these errors were encountered: