linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gilberto Diaz <gilberto@ula.ve>
To: linux-raid@vger.kernel.org
Subject: cpu consumption
Date: Mon, 23 Jan 2006 18:28:06 -0400	[thread overview]
Message-ID: <43D55876.5020800@ula.ve> (raw)

Hello Everybody

   I have checked the list archive but I could not find any message that
help. So I'm asking for help here. I have a Sun storege with 12 sata
hard disks connected to a normal PC using a QLogic ISP2300 host adapter
card. I have configured 6 raid1, (2 hard disk each). I excecuted the
following commands to create all of the them

mdadm --create --verbose /dev/md1 --level=raid1 --raid-devices=2
/dev/sda /dev/sdb
mdadm --create --verbose /dev/md2 --level=raid1 --raid-devices=2
/dev/sdc /dev/sdd
mdadm --create --verbose /dev/md3 --level=raid1 --raid-devices=2
/dev/sde /dev/sdf
mdadm --create --verbose /dev/md4 --level=raid1 --raid-devices=2
/dev/sdg /dev/sdh
mdadm --create --verbose /dev/md5 --level=raid1 --raid-devices=2
/dev/sdi /dev/sdj
mdadm --create --verbose /dev/md6 --level=raid1 --raid-devices=2
/dev/sdk /dev/sdl

Here is my /etc/mdadm/mdadm.conf file

DEVICE /dev/sd[abcdefghijkl] /dev/md1 /dev/md2 /dev/md3 /dev/md4
/dev/md5 /dev/md6
ARRAY /dev/md1 devices=/dev/sda,/dev/sdb
ARRAY /dev/md2 devices=/dev/sdc,/dev/sdd
ARRAY /dev/md3 devices=/dev/sde,/dev/sdf
ARRAY /dev/md4 devices=/dev/sdg,/dev/sdh
ARRAY /dev/md5 devices=/dev/sdi,/dev/sdj
ARRAY /dev/md6 devices=/dev/sdk,/dev/sdl

   The problem is that the following proccesses are using a lot of cpu
time.

    md1_raid1
    md1_resync
    ......
    md6_raid1
    md6_resync

    Here is a sample of the uptime command

17:54:16 up  5:48,  2 users,  load average: 5.02, 5.05, 5.26

    Does anybody have an idea what is the problem? Thank a lot in advance

Best regards
Gilberto Diaz

             reply	other threads:[~2006-01-23 22:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-23 22:28 Gilberto Diaz [this message]
2006-01-23 22:40 ` cpu consumption Gordon Henderson
2006-01-24 12:13   ` Gilberto Diaz
2006-01-23 23:08 ` Guy
2006-01-24  3:05 ` Neil Brown
2006-01-24  6:03   ` Mitchell Laks

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=43D55876.5020800@ula.ve \
    --to=gilberto@ula.ve \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).