All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Robinson <john.robinson@anonymous.org.uk>
To: Linux RAID <linux-raid@vger.kernel.org>
Subject: I love md RAID
Date: Sat, 15 Dec 2012 11:11:07 +0000	[thread overview]
Message-ID: <50CC5ACB.7090500@anonymous.org.uk> (raw)

Currently reshaping a 3TB (5-drive) RAID6 with 512K chunk into a 4TB 
(6-drive) RAID6 with 64K chunk.

Having set
   echo 750000 > /proc/sys/dev/raid/speed_limit_min
   echo 750000 > /proc/sys/dev/raid/speed_limit_max
   echo 8192 > /sys/block/md1/md/stripe_cache_size

I am seeing /proc/mdstat report a reshape speed of ~40000K/sec. Viewing 
iostat though shows 5 drives reading at ~50MB/s and 6 drives writing at 
~40MB/s - probably about as fast as these SATA drives can manage. So in 
fact the reshape is proceeding at ~160MB/sec of real data. Fantastic!

Perhaps slightly interestingly, I see slightly lower tps (transactions 
per second) numbers on two of the drives. They happen to be Seagates, 
while the others are Samsungs and Hitachis. I wonder whether the 
Seagates accept larger read/write requests than the others, and the 
kernel is able to amalgamate multiple requests, so we see slightly lower 
tps.

Neil and everyone else concerned, thank you very much for all your 
excellent work!

Cheers,

John.

                 reply	other threads:[~2012-12-15 11:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=50CC5ACB.7090500@anonymous.org.uk \
    --to=john.robinson@anonymous.org.uk \
    --cc=linux-raid@vger.kernel.org \
    /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.