Bug 1030416
Summary: | Reusing LVs from encrypted VG should have "Encrypted" checkbox forced on | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> |
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | anaconda-maint-list, bugzilla, g.kaviyarasu, jonathan, vanmeeuwen+fedora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-04-14 20:39:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kamil Páral
2013-11-14 11:52:12 UTC
danofsatx on IRC came with this setup ("anaconda did it, I don't know why"): NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 111.8G 0 disk ├─sda1 8:1 0 150M 0 part /boot/efi ├─sda2 8:2 0 300M 0 part /boot └─sda3 8:3 0 111.4G 0 part └─luks-e4a7ccd5-a71a-40ab-8263-1564f500d3a3 253:0 0 111.4G 0 crypt ├─fedora_fc20-root 253:2 0 98.5G 0 lvm │ └─luks-74b537d3-f908-4191-857f-79093a5ae74a 253:5 0 98.5G 0 crypt / ├─fedora_fc20-swap 253:3 0 11.7G 0 lvm │ └─luks-13c37d96-8b3b-46ac-a76c-2f013d8d848c 253:4 0 11.7G 0 crypt [SWAP] └─fedora_fc20-home 253:6 0 932.6G 0 lvm └─luks-d4772964-0e98-4a3d-9a07-a7358112ab87 253:7 0 932.6G 0 crypt /home sdb 8:16 0 931.5G 0 disk └─sdb1 8:17 0 931.5G 0 part └─luks-51bb2bdb-4ba1-4716-a48f-c01c11a89257 253:1 0 931.5G 0 crypt └─fedora_fc20-home 253:6 0 932.6G 0 lvm └─luks-d4772964-0e98-4a3d-9a07-a7358112ab87 253:7 0 932.6G 0 crypt /home sr0 11:0 1 1024M 0 rom This could be related to this issue. Anaconda should not allow to easily set both VG and LV encryption at the same time. Is this fixed? Bug 1038969 comment 13 suggests it is, and maybe was fixed with this patch: https://lists.fedorahosted.org/pipermail/anaconda-patches/2013-December/007760.html The encrypt checkbox on the partition is checked in this case now. |