Bug 1122146
Summary: | Growing linear RAID array causes error "cannot understand this RAID level" | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | mulhern <amulhern> | ||||
Component: | mdadm | Assignee: | Jes Sorensen <Jes.Sorensen> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 20 | CC: | agk, amulhern, dledford, Jes.Sorensen | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | mdadm-3.3-7.fc20 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-08-15 02:51:05 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: |
|
Description
mulhern
2014-07-22 16:00:26 UTC
Please provide 'cat /proc/mdstat' and 'mdadm --detail /dev/md<X>' output. Created attachment 920037 [details]
Information requested
The attached file contains the information requested which was obtained immediately after creation of the array and just before the attempt to grow the array, adding an additional device. Note that it was obtained from within the Python debugger.
I can reproduce this, however it looks to be a very long standing bug, as the same happens with mdadm-3.2.6. I am not sure if growing a linear array is even supported in the first place, I will need to investigate this. Jes It is also not possible to use --add to add a new disk to an existing linear array. AFAIK, this means that increasing the size of a linear array after it has been created is impossible. Not correct, after investigation, it's the fact you cannot use -n with linear arrays. Try something like this: mdadm /dev/md<X> -G -a /dev/sd<Y> mdadm-3.3-7.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/mdadm-3.3-7.fc20 Package mdadm-3.3-7.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mdadm-3.3-7.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-8956/mdadm-3.3-7.fc20 then log in and leave karma (feedback). mdadm-3.3-7.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |