Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 569174
Summary: | live installer deactivates logical volumes | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steve Tyler <stephent98> |
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 13 | CC: | anaconda-maint-list, hdegoede, jonathan, vanmeeuwen+fedora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-03-01 09:55:42 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Steve Tyler
2010-02-28 15:23:48 UTC
A work-around is to reactivate the volume group with: "Applications:System Tools:Disk Utility". Or from the command line: # vgchange -a y vg_walnut Verify with: # lvs or # ls /dev/mapper The net installer ISO also deactivates logical volumes. While this doesn't appear to affect end-users, it does make debugging and testing harder, because the LVs may be needed to save screenshots or log files. They may also contain the bugzilla password. Further, the LVM commands (e.g. vgchange) are not available. See: Bug 569071, Comment 2. Deactivating logical volumes before starting the installer is necessary, as people may want to re-partition their disk. So we must unmount and de-activate. As for the desktop still allowing you to try to re-mount lv_foo, even though the VG was de-activated that is a bug of the desktop, please file a bug against nautilus for that. (In reply to comment #2) ... > As for the desktop still allowing you to try to re-mount lv_foo, even though > the > VG was de-activated that is a bug of the desktop, please file a bug against > nautilus for that. Thanks. I didn't think of it that way. :-) Bug 569458 |