-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optionally include the encryption status in the device description #1379
Conversation
Questions
|
I think it is a valid approach.
All block devices could be encrypted, even logical volumes (Disk, Partition, Md, LvmPv, LvmLv, etc).
In |
Yes, this first commit was just a PoC and first I wanted to get the answer for the question about which devices can be encrypted. I'll add it in the following commit(s). |
Just thinking aloud: YaST could benefit from this approach too. |
Possibly yes, but that's currently out of scope... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
## Problem - The device summary does not include the encryption status in the device labels ## Solution - Pass a new flag to `yast2-libstorage-ng` so the encryption status is included in the labels - See yast/yast-storage-ng#1379 ## Testing - Tested manually
✔️ Internal Jenkins job #1154 successfully finished |
Problem
Solution
Notes
Testing
Screenshots