Actions
action #69406
closed[y][timeboxed:12h] Fix console switching on PowerVM during installation
Start date:
2020-07-28
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Validation for encrypted disk activation was added in scope of poo#68962. The module validate_activation_encrypted_partition
was excluded for PowerVM, because while switching to install-shell
console, black screen was appeared instead of the right tty console. The module should be enabled for PowerVM as well, so that the issue with the console switching need to be investigated and fixed.
What we need to check what is different in installation/logs_from_installation_system
as console switching works fine there.
Acceptance criteria¶
validate_activation_encrypted_partition
is added toschedule/yast/encryption/cryptlvm+activate_existing_spvm.yaml
;- The
validate_activation_encrypted_partition
module is passed on PowerVM.
Actions