Re: Linux MD Raid Bug(?) w/Kernel sync_speed_min Option

2007-05-09 Thread Neil Brown
On Tuesday May 8, [EMAIL PROTECTED] wrote: Neil, awesome patch-- what are the chances of it getting merged into 2.6.22? Probably. I want to think it through a bit more - to make sure I can write a coherent and correct changelog entry. NeilBrown - To unsubscribe from this list: send the

Linux MD Raid Bug(?) w/Kernel sync_speed_min Option

2007-05-08 Thread Justin Piszcz
Kernel: 2.6.21.1 Here is the bug: md2: RAID1 (works fine) md3: RAID5 (only syncs at the sync_speed_min set by the kernel) If I do not run this command: echo 55000 /sys/block/md3/md/sync_speed_min I will get 2 megabytes per second check speed for RAID 5. However, the odd part is I can leave

Re: Linux MD Raid Bug(?) w/Kernel sync_speed_min Option

2007-05-08 Thread Neil Brown
On Tuesday May 8, [EMAIL PROTECTED] wrote: Kernel: 2.6.21.1 Here is the bug: md2: RAID1 (works fine) md3: RAID5 (only syncs at the sync_speed_min set by the kernel) If I do not run this command: echo 55000 /sys/block/md3/md/sync_speed_min I will get 2 megabytes per second check

Re: Linux MD Raid Bug(?) w/Kernel sync_speed_min Option

2007-05-08 Thread Justin Piszcz
On Tue, 8 May 2007, Neil Brown wrote: On Tuesday May 8, [EMAIL PROTECTED] wrote: Kernel: 2.6.21.1 Here is the bug: md2: RAID1 (works fine) md3: RAID5 (only syncs at the sync_speed_min set by the kernel) If I do not run this command: echo 55000 /sys/block/md3/md/sync_speed_min I will get