[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <b410963b0903211329v3c4d787ep2f7a0587bee77789@mail.gmail.com>
Date: Sat, 21 Mar 2009 22:29:47 +0200
From: roma1390 <roma1390@...il.com>
To: linux-kernel@...r.kernel.org
Subject: raid6 grow "hangs" on 2.6.27 with mounted FS
i have 2.6.27
trying thease command
# create raid6 with 4 block devices
mdadm --create /dev/md2 --level=6 --raid-devices=4 /dev/loop{1,2,3,4}
# wait to sync
sleep 3
# create and mount FS
mkfs.ext2 /dev/md2
mount /dev/md2 -t ext2 /mnt
# add block device and grow, wait for resync
mdadm --add /dev/md2 /dev/loop5
mdadm --grow /dev/md2 --raid-devices=5
sleep 3
# dmesg prints: VFS: busy inodes on changed media.
# umount hangs ...
umount /dev/md2
# also: "mdadm --query /dev/md2" hangs in D state.
attached: qemu script (start.sh), init script (mini), .config (config)
i'm not on list, please CC me.
Download attachment "start.sh" of type "application/x-sh" (84 bytes)
Download attachment "mini" of type "application/octet-stream" (718 bytes)
Download attachment "config" of type "application/octet-stream" (62780 bytes)
Powered by blists - more mailing lists