Project

General

Profile

action #69406

Updated by riafarov almost 4 years ago

## Motivation 
 Validation for encrypted disk activation was added in scope of [poo#68962](https://progress.opensuse.org/issues/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 
 1. `validate_activation_encrypted_partition` is added to `schedule/yast/encryption/cryptlvm+activate_existing_spvm.yaml`; 
 2. The `validate_activation_encrypted_partition` module is passed on PowerVM.

Back