lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ