linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Magnus Naeslund(k)" <mag@kite.se>
To: dean gaudet <dean@arctic.org>
Cc: linux-raid@vger.kernel.org
Subject: Re: Raid 1 (non) performance
Date: Mon, 20 Nov 2006 15:12:19 +0100	[thread overview]
Message-ID: <4561B7C3.7030000@kite.se> (raw)
In-Reply-To: <Pine.LNX.4.64.0611191107590.15092@twinlark.arctic.org>

dean gaudet wrote:
> 
> i see you have split /var and / on the same spindle... if your /home is on 
> / then you're causing extra seek action by having two active filesystems 
> on the same spindles.  another option to consider is to make / small and 
> mostly read-only and move /home to /var/home (and use a symlink or mount 
> --bind to place it at /home).
> 

Yes I have it like this now:
	/var/bind/home on /home type bind (rw,bind,noatime)

> hopefully your swap isn't being used much anyhow.
> 

Zero used, infact.

> try "iostat -kx /dev/sd* 5" and see if the split is causing you troubles 
> -- i/o activity on more than one partition at once.
> 

It seems to be roughly the same numbers on the disks.

> turning off write caching is a recipe for disasterous performance on most 
> ata disks... unfortunately.  better to buy a UPS and set up nut or apcupsd 
> or something to handle shutdown.  or just take your chances.
> 

This is a mail server, I would like it to not lose mail if there is an power outage.
Is there anything one can do without buying more hardware?


Thanks for the feedback,
Magnus


  reply	other threads:[~2006-11-20 14:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-15 16:53 Raid 1 (non) performance Magnus Naeslund(k)
2006-11-19 19:13 ` dean gaudet
2006-11-20 14:12   ` Magnus Naeslund(k) [this message]
2006-11-20 19:29     ` Bill Davidsen

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=4561B7C3.7030000@kite.se \
    --to=mag@kite.se \
    --cc=dean@arctic.org \
    --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).