Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve boot performance by removing key check
Function clevis_luks_check_valid_key_or_keyfile is spending most of the boot time dedicated to unlock devices. However, this function is always returning true for an already encrypted device (normal call execution). Parameterizing this function to avoid this check allows decreasing boot time about 2 seconds per luks device Signed-off-by: Sergio Arroutbi <[email protected]>
- Loading branch information