114. Kdump

114.1. Authors

    114.2. Summary of Module Globals

    List of Global Functions

    • Abort - Abort function

    • CheckPackages - Check if user enabled kdump if no deselect packages for installing if yes add necessary packages for installation

    • Export - Export kdump settings to a map

    • GetModified - Prototypes

    • GetModified - Data was modified?

    • Import - Import settings from a map

    • Propose - Propose all kdump settings

    • Read - Read all kdump settings

    • SetModified - Set data was modified

    • Summary - Create a textual summary and a list of unconfigured cards

    • Write - Write all kdump settings

    List of Global Variables

    114.3. Global Functions

    114.3.1. Abort

    Abort function

    Return value

    • boolean - return true if abort

    114.3.2. CheckPackages

    Check if user enabled kdump if no deselect packages for installing if yes add necessary packages for installation

    Return value

    • void

    114.3.3. Export

    Export kdump settings to a map

    Return value

    • map - kdump settings

    114.3.4. GetModified

    Prototypes

    Return value

    • boolean

    114.3.5. GetModified

    Data was modified?

    Return value

    • boolean - true if modified

    114.3.6. Import

    Import settings from a map

    Function parameters

    • map settings

    Return value

    • boolean - true on success

    114.3.7. Propose

    Propose all kdump settings

    Return value

    • void

    114.3.8. Read

    Read all kdump settings

    Return value

    • boolean - true on success

    114.3.9. SetModified

    Set data was modified

    Return value

    • void

    114.3.10. Summary

    Create a textual summary and a list of unconfigured cards

    Return value

    • list<string> - summary of the current configuration

    114.3.11. Write

    Write all kdump settings

    Return value

    • boolean - true on success

    114.4. Global Variables

    114.4.1. DEFAULT_CONFIG

    map of deafult values for options in UI

    114.4.2. KDUMP_SETTINGS

    map <string, string > of kdump settings

    114.4.3. actual_boot_section

    String option identify which boot section was used during boot process

    114.4.4. add_crashkernel_param

    Boolean option indicates add kernel param "crashkernel"

    114.4.5. alocated_memory

    String option for alocate of memory for boot param "crashkernel"

    114.4.6. available_partitions

    List of available partiotions with known partition

    114.4.7. crashkernel_param_value

    String option indicates value of kernel parameter "crashkernel"

    114.4.8. import_called

    Boolean option indicates that Import() was called and data was proposed

    114.4.9. kdump_packages

    list of packages for installation

    114.4.10. modified

    Data was modified?

    114.4.11. proposal_valid

    114.4.12. propose_called

    true if propose was called

    114.4.13. total_memory

    Total available memory [MB]

    114.4.14. uknown_fs_partitions

    List of available partiotions without filesystem or with uknown

    114.4.15. write_only

    Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

    114.5. Module Requirements

    114.5.1. Module Imports

    • Arch
    • BootCommon
    • BootCommon
    • Bootloader
    • Directory
    • FileUtils
    • Map
    • Map
    • Message
    • Mode
    • PackagesProposal
    • Popup
    • ProductControl
    • ProductFeatures
    • Progress
    • Report
    • Service
    • String
    • Summary

    114.5.2. Module Includes