Bug 1172172
| Summary: | Appropriate size for pre-existing logical volume can not be determined during kickstart | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | mulhern <amulhern> | ||||||||||
| Component: | anaconda | Assignee: | mulhern <amulhern> | ||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 22 | CC: | amulhern, anaconda-maint-list, g.kaviyarasu, jonathan, mbanas, mikolaj, pkotvan, release-test-team-automation, vanmeeuwen+fedora, wnefal+redhatbugzilla | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Linux | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | anaconda-22.15-1 | Doc Type: | Bug Fix | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | 1101322 | Environment: | |||||||||||
| Last Closed: | 2015-06-23 16:06:46 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: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Comment 1
mulhern
2014-12-09 14:12:44 UTC
Created attachment 973597 [details]
anaconda-tb.log
Ah, anaconda-tb.log contains details about different issues, I think. I've bumped memory of the VM to 2GB, will attach new logs. Created attachment 973612 [details]
anaconda.log
Created attachment 973613 [details]
program.log
Created attachment 973614 [details]
storage.log
Let me know, do you need anything else. It looks like the logical volume is being discovered and it has a known size which is not 0, so the problem is in how the kickstart data is being extended and used. I've posted an updates image at http://mulhern.fedorapeople.org/1172172.img. Please try f21 install again with this image and let me know how it turns out. It is a very simple change, it looks like the code that signals the error has too broad a definition of what constitutes a missing size. added to the anaconda boot options: updates=https://mulhern.fedorapeople.org/1172172.img and it works, machine imaged successfully to Fedora 21. (In reply to Mikolaj Kucharski from comment #10) > added to the anaconda boot options: > > updates=https://mulhern.fedorapeople.org/1172172.img > > > and it works, machine imaged successfully to Fedora 21. Thanks! Acked and pushed to master + RHEL7. Waiting for f22 devel cycle to push to fedora. Actual fix went in in 2015 January. Somehow failed to update the bz. |