Bug 732441
| Summary: | anaconda uses metadata version 0.9 for mdraided /boot | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rudolf Kastl <che666> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 16 | CC: | anaconda-maint-list, clydekunkel7734, 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: | 2011-08-22 19:18:30 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: | 713560 | ||||||
| Attachments: |
|
||||||
|
Description
Rudolf Kastl
2011-08-22 13:35:10 UTC
Please attach /var/log/anaconda/anaconda.program.log from the system so I can see what exactly was done. Thanks. Created attachment 519324 [details]
program log
program log
mdadm is executed with 1.0 metadata flag... after reboot it did show me 0.9 as version for md0 though as far as i recall. the default version is 1.2. it works for grub2 if grub 1.99 final is beeing used. 02:23:39,609 INFO program: Running... mdadm --create /dev/md0 --run --level=1 --raid-devices=2 --metadata=1.0 /dev/sda2 /dev/sdb2 02:23:39,893 ERR program: mdadm: array /dev/md0 started. We are creating the array with --metadata=1.0. If mdadm is somehow overriding that it is definitely an mdadm bug. It should not be overriding explicitly specified parameters. |