mdadm in precise does not allow internal bitmap on version 1.2 arrays
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mdadm (Debian) |
Fix Released
|
Unknown
|
|||
mdadm (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Medium
|
Dimitri John Ledkov | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[TEST CASE]
(culled from Debian bug report)
Assuming /dev/vdb and /dev/vdc are blank devices (BE CAREFUL!):
# dd if=/dev/zero bs=1M count=100 of=/dev/vdb
# dd if=/dev/zero bs=1M count=100 of=/dev/vdc
# mdadm -C -l 1 -n 2 -e 1 --assume-clean /dev/md0 /dev/vdb /dev/vdc
mdadm: array /dev/md0 started.
# mdadm -G -b internal /dev/md0
mdadm: failed to set internal bitmap.
A fixed version should not fail to set the internal bitmap
--------
see debian bug http://
how do i get this fixed in 12.04 LTS? do i just revert to using my good old debian stable or will someone care about this bug i've encountered just ten minutes after my first meeting with ubuntu lts?
Related branches
summary: |
- mdadm prior to 3.2.4 (shipped in in 12.04 LTS) does not allow internal + mdadm prior to 3.2.4 (shipped in 12.04 LTS) does not allow internal bitmap on version 1.2 arrays |
Changed in mdadm (Ubuntu Quantal): | |
status: | New → Fix Released |
Changed in mdadm (Ubuntu Precise): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Dmitrijs Ledkovs (dmitrij.ledkov) |
milestone: | none → ubuntu-12.04.1 |
summary: |
- mdadm prior to 3.2.4 (shipped in 12.04 LTS) does not allow internal - bitmap on version 1.2 arrays + mdadm in precise does not allow internal bitmap on version 1.2 arrays |
Changed in mdadm (Ubuntu Precise): | |
status: | Triaged → In Progress |
description: | updated |
Changed in mdadm (Debian): | |
status: | Unknown → Fix Released |
tags: |
added: verification-done removed: verification-needed |
(my concern being: if only ten minutes i've run into this bug, god knows how many will i discover later on this production box?)