All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dieter Stueken <stueken@conterra.de>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] How long does PVmove take
Date: Wed Aug  6 03:19:01 2003	[thread overview]
Message-ID: <3F30B9C1.4050400@conterra.de> (raw)
In-Reply-To: <200308051823.30514.bjzolp@wisc.edu>

B. J. Zolp wrote:
> Its been at 80-98% cpu the whole time too.  I have a feeling
> something is wrong.

Have a look at the device settings by "hdparm /dev/hdx" to see, if
DMA was disabled. If it was turned off, you should also have a look
into your syslog for IDE bad sector errors occurred. If so, the linux
IDE driver will switch off DMA immediately, as some years ago, buggy IDE
controller caused this kind of problem. Nowerdays this cause of errors
became quite unlikely. Instead it most likely there is (or was) really
some bad sector on your disk, and the error has nothing to do with the
use of DMA mode (but may cause further problem for pvmove).

Summary: swich on dma mode again (hdparm -d 1...). If you don't have
some very aged PII board you may even tell the driver, not to swich
off DMA for each error "hdparm -k 1..". But you should watch out for
any disk erros very carefully, and use some diagnostic tools to monitor
your disks, i.E. http://smartmontools.sourceforge.net/

Dieter.
-- 
Dieter St�ken, con terra GmbH, M�nster
     stueken@conterra.de
     http://www.conterra.de/
     (0)251-7474-501

  reply	other threads:[~2003-08-06  3:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-05 17:54 [linux-lvm] How long does PVmove take B. J. Zolp
2003-08-05 17:59 ` Scott Mcdermott
2003-08-05 18:23   ` B. J. Zolp
2003-08-06  3:19     ` Dieter Stueken [this message]
2003-08-06  3:56 ` Joe Thornber
2003-08-06  9:31   ` Scott Mcdermott
2003-08-06  9:36     ` Joe Thornber

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=3F30B9C1.4050400@conterra.de \
    --to=stueken@conterra.de \
    --cc=linux-lvm@sistina.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.