All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pol Hallen <raid1@fuckaround.org>
To: Stan Hoeppner <stan@hardwarefreak.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: standard performance (write speed ??Mb/s) - new raid5 array
Date: Thu, 21 Jul 2011 19:07:36 +0200	[thread overview]
Message-ID: <201107211907.36864.raid1@fuckaround.org> (raw)
In-Reply-To: <4E236A2D.3070307@hardwarefreak.com>

Hello again :-)

I removed all partitions of my disks and do:

dd if=/dev/zero of=/dev/sdb bs=512 count=1 for all disks..

next, I created a new partition (non-fs data) starting of 64 like below (for 
every devices)

fdisk -lu /dev/sdb

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd2017c41

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1              64  3907029167  1953514552   da  Non-FS data

created a new raid5 array:

mdadm --create --verbose /dev/md0 --level=raid5 --raid-devices=5 /dev/sdb 
/dev/sdc /dev/sdd /dev/sde /dev/sdf

cat /proc/mdstat

md0 : active raid5 sdf[5] sde[3] sdd[2] sdc[1] sdb[0]
      7814051840 blocks super 1.2 level 5, 512k chunk, algorithm 2 [5/4] 
[UUUU_]
      [>....................]  recovery =  0.3% (6625324/1953512960) 
finish=971.1min speed=33411K/sec

Now, I've 5 identical disks (2Tb WD)

I've to wait rebuilding time after do new tests performance.

The procedure that I've done is correct?

thanks! :-)

Pol

  parent reply	other threads:[~2011-07-21 17:07 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-16 19:40 standard performance (write speed 20Mb/s) Pol Hallen
2011-07-17  4:26 ` Stan Hoeppner
2011-07-17  8:12   ` Pol Hallen
2011-07-17 12:11     ` John Robinson
2011-07-17 12:22       ` Iustin Pop
2011-07-17 12:51         ` John Robinson
2011-07-17 13:28           ` Iustin Pop
2011-07-18  9:04             ` John Robinson
2011-07-17 22:05         ` Stan Hoeppner
2011-07-27  5:42       ` Simon Matthews
2011-07-27  5:46         ` Roman Mamedov
2011-07-27 10:22         ` Stan Hoeppner
2011-07-27 10:26           ` John Robinson
2011-07-27 12:35             ` Joe Landman
2011-07-27 13:54             ` Stan Hoeppner
2011-07-17 23:03     ` Stan Hoeppner
2011-07-18 11:52       ` Pol Hallen
2011-07-21 17:07       ` Pol Hallen [this message]
2011-07-22  0:05         ` standard performance (write speed ??Mb/s) - new raid5 array Stan Hoeppner
2011-07-22  7:08           ` Pol Hallen
2011-07-22  8:13             ` Erwan Leroux
2011-07-17 16:48 ` standard performance (write speed 20Mb/s) Gordon Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201107211907.36864.raid1@fuckaround.org \
    --to=raid1@fuckaround.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=stan@hardwarefreak.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.