linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mdadm 3.1.1: level change won't start
@ 2009-12-21  3:41 Kristleifur Daðason
  2009-12-21  4:10 ` Michael Evans
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Kristleifur Daðason @ 2009-12-21  3:41 UTC (permalink / raw)
  To: linux-raid; +Cc: Neil Brown

Hi all,

I wish to convert my 3-drive RAID-5 array to a 6-drive RAID-6. I'm on
Linux 2.6.32.2 and have mdadm version 3.1.1 with the 32-bit-array-size
patch from here: http://osdir.com/ml/linux-raid/2009-11/msg00534.html

I have three live drives and three spares added to the array. When I
initialize the command, mdadm does the initial checks and aborts with
a "cannot set device shape" without doing anything to the array.

Following are some md stats and growth command output:

___

$ cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5]
[raid4] [raid10]
md_d1 : active raid5 sdd1[6](S) sdc1[5](S) sdb1[4](S) sdf1[1] sde1[0] sdl1[3]
      2930078720 blocks super 1.1 level 5, 256k chunk, algorithm 2 [3/3] [UUU]
      bitmap: 1/350 pages [4KB], 2048KB chunk

$ mdadm --detail --scan
ARRAY /dev/md/d1 metadata=1.01 spares=3 name=mamma:d1
UUID=da547022:042a6f68:d5fe251e:5e89f263

$ mdadm --grow /dev/md_d1 --level=6 --raid-devices=6
--backup-file=/root/backup.md1_to_r6
mdadm: metadata format 1.10 unknown, ignored.
mdadm: metadata format 1.10 unknown, ignored.
mdadm level of /dev/md_d1 changed to raid6
mdadm: Need to backup 1024K of critical section..
mdadm: Cannot set device shape for /dev/md_d1
mdadm: aborting level change
___


Three questions -

1. What does the stuff about "metadata format 1.10 unknown" mean?
Notice the "super 1.1" vs. "metadata 1.01" vs. "metadata format 1.10"
disrepancy between mdsat, --detail and --grow output.

2. Am I doing something wrong? :)

3. How can I get more info about what is causing the failure to
initialize the growth?

Thanks!

-- Kristleifur


(P.s., I'm cc-ing this directly to Neil Brown as the maintainer of
mdadm. I hope that isn't rude of me.)
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-12-30  5:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21  3:41 mdadm 3.1.1: level change won't start Kristleifur Daðason
2009-12-21  4:10 ` Michael Evans
2009-12-21  4:39   ` Kristleifur Daðason
2009-12-21  7:25     ` Michael Evans
2009-12-23 23:47     ` Leslie Rhorer
2009-12-30  5:25       ` Leslie Rhorer
2009-12-30  5:37         ` Neil Brown
2009-12-30  5:43           ` Leslie Rhorer
2009-12-21  9:35 ` Robin Hill
2009-12-21 13:34   ` Kristleifur Daðason
2009-12-21 23:00   ` Neil Brown
2009-12-21 22:57 ` Neil Brown
2009-12-21 23:18   ` Kristleifur Daðason
2009-12-22 18:35     ` Kristleifur Daðason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).