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-prev] [day] [month] [year] [list]
Date:	Mon, 23 Mar 2009 11:07:09 +0200
From:	roma1390 <roma1390@...il.com>
To:	linux-kernel@...r.kernel.org
CC:	neilb@...e.de
Subject: Re: raid6 grow "hangs" on 2.6.27 with mounted FS

roma1390 wrote:
> Neil Brown wrote:
>  > This will only happen on very small arrays that take less than a
>  > couple of seconds for the reshape to complete.  I have a patch for
>  > mdadm which makes it more robust in this situation.  It will be in
>  > future releases.
>  >
>  > Does this explain what is happening to you?
> 
> Yes, thanks. May be if I retest this situation with same kernel and 
> limited recovery bandwith, then may be i can't hit same problem again?

Yes limiting speed also is posible workaround for this problem:

   ...
   echo 512 > /sys/block/md2/md/sync_speed_min
   echo 512 > /sys/block/md2/md/sync_speed_max
   mkfs.ext2 /dev/md2
   mount /dev/md2 -t ext2 /mnt
   mdadm --add /dev/md2  /dev/loop5
   mdadm --grow /dev/md2 --raid-devices=5
   ...

Bigger values (like 10000) doesn't help.

Thanks.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ