git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02214dc
)
md: Fix raid1->raid0 takeover
author
Krzysztof Wojcik
<krzysztof.wojcik@intel.com>
Sun, 13 Feb 2011 23:01:41 +0000
(10:01 +1100)
committer
NeilBrown
<neilb@suse.de>
Sun, 13 Feb 2011 23:01:41 +0000
(10:01 +1100)
Takeover raid1->raid0 not succeded. Kernel message is shown:
"md/raid0:md126: too few disks (1 of 2) - aborting!"
Problem was that we weren't updating ->raid_disks for that
takeover, unlike all the others.
Signed-off-by: Krzysztof Wojcik <krzysztof.wojcik@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found