Bug 658344
| Summary: | system-config-lvm leaves mount for logical group in fstab after group was completely removed. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Griffiths <fedora.jrg01> | ||||
| Component: | system-config-lvm | Assignee: | Marek Grac <mgrac> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 14 | CC: | agk, dwysocha, itamar, mbroz, mclasen, mgrac, prockai | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | system-config-lvm-1.1.16-1.fc14 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 722895 (view as bug list) | Environment: | |||||
| Last Closed: | 2011-08-09 01:26:51 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 722895 | ||||||
| Attachments: |
|
||||||
|
Description
John Griffiths
2010-11-30 03:45:37 UTC
@John: thanks for reporting this problem. Surely something what I would like to fix. By "logical group" you meant "volume group", am I right? work-around: as a root you can do "mount -o remount,rw /" and then you can edit /etc/fstab without need for installation media. Actually I meant a logical volume like: /dev/mapper/vg_host-lv_someVolume /someMountPoint ext4 defaults 1 2 Created attachment 513606 [details]
Proposed patch
@John:
ok, I have tested it and in new distros there is different way how to do a symlinks for logical volumes. I have added heuristic that guess /dev/mapper/... and it should be pretty solid.
Patch will be in upstream in few days (and new version for fedora too).
Patch is in upstream now: http://git.fedorahosted.org/git/?p=system-config-lvm.git;a=commit;h=d97f18f6c012cfd428e9029f0a44b7c181f40d02 system-config-lvm-1.1.16-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/system-config-lvm-1.1.16-1.fc14 Package system-config-lvm-1.1.16-1.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing system-config-lvm-1.1.16-1.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/system-config-lvm-1.1.16-1.fc14 then log in and leave karma (feedback). All my systems are FC15 now, so cannot do anything for FC14. Is this being rolled forward? yes, F14, F15 and rawhide - pushing to stable today system-config-lvm-1.1.16-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |