Bug 522992
| Summary: | PV and VG Creation Fails | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jonathan Steffan <jonathansteffan> | ||||||
| Component: | system-config-lvm | Assignee: | Marek Grac <mgrac> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 11 | CC: | agk, dwysocha, itamar, mbroz, mclasen, mgrac, prockai | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2009-09-14 08:27:34 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 360829 [details]
CommandHandler.py Patch
Removing "--config 'log{command_names=0}'" allows the command(s) to run successfully.
Probably an LVM2 bug (removing this option from s-c-lvm now), fixed in bug #522315 *** This bug has been marked as a duplicate of bug 522315 *** |
Created attachment 360828 [details] Strace of segfault Description of problem: Trying to create a PV or a VG fails. Version-Release number of selected component (if applicable): system-config-lvm-1.1.9-1.fc11.noarch How reproducible: Always. Steps to Reproduce: 1. Try to initialize a device. Fail. 2. Apply patch. Fail differently. Manually run pvcreate 3. Try to create a VG, command generated segfaults. Actual results: Fails. Expected results: Things work. Additional info: Attached is a stace of the segfault and a patch to correct the typeo.