Module kernel_parameters

Module kernel_parameters 

Source
Expand description

Kernel boot parameter mutations (add, apply, delete) with SBPS iSCSI image projection.

Structs§

GetKernelParametersParams
Typed parameters for fetching kernel boot parameters.
KernelParamsChangeset
Result of preparing kernel parameter mutations (before persistence).

Enums§

KernelParamOperation
Describes which kernel parameter mutation to apply.

Functions§

apply_kernel_params_changes
Persist the kernel parameter changes and optionally update SBPS images.
build_images_to_project
Build the SBPS images-to-project map from a kernel params changeset.
get_kernel_parameters
Fetch kernel boot parameters for the specified nodes.
prepare_kernel_params_changes
Fetch boot parameters, apply mutations, and return a changeset.