linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* [linux-lvm] Need to keep running fsck on LVM
@ 2005-12-02 17:07 Terry Rigby
  2005-12-02 17:12 ` Erik Ohrnberger
  2005-12-02 19:32 ` Matthew Gillen
  0 siblings, 2 replies; 6+ messages in thread
From: Terry Rigby @ 2005-12-02 17:07 UTC (permalink / raw)
  To: linux-lvm

Once a week or so I am getting an issue with my volume where I can no longer 
write to it  and I get "read only filesystem" errors.  I need to unmount it 
and run an fsck.ext3 on it and it will fix errors and then will be fine for 
awhile.  I assume that there is a drive that is dying in the array.  Is there 
any way or telling which drive this might be?

Gumby

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [linux-lvm] Need to keep running fsck on LVM
  2005-12-02 17:07 [linux-lvm] Need to keep running fsck on LVM Terry Rigby
@ 2005-12-02 17:12 ` Erik Ohrnberger
  2005-12-02 17:24   ` Terry Rigby
  2005-12-02 19:32 ` Matthew Gillen
  1 sibling, 1 reply; 6+ messages in thread
From: Erik Ohrnberger @ 2005-12-02 17:12 UTC (permalink / raw)
  To: 'LVM general discussion and development'

I would think that if you look in the /var/log/messages and/or
/var/log/syslog would give you some indication if there is a hardware
failure building.

Try this:
# grep /dev/hd /var/log/messages /var/log/syslog | more

And see what you get.

> 
> Once a week or so I am getting an issue with my volume where 
> I can no longer 
> write to it  and I get "read only filesystem" errors.  I need 
> to unmount it 
> and run an fsck.ext3 on it and it will fix errors and then 
> will be fine for 
> awhile.  I assume that there is a drive that is dying in the 
> array.  Is there 
> any way or telling which drive this might be?
> 
> Gumby
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-lvm] Need to keep running fsck on LVM
  2005-12-02 17:12 ` Erik Ohrnberger
@ 2005-12-02 17:24   ` Terry Rigby
  2005-12-02 17:28     ` Erik Ohrnberger
  0 siblings, 1 reply; 6+ messages in thread
From: Terry Rigby @ 2005-12-02 17:24 UTC (permalink / raw)
  To: linux-lvm

On December 2, 2005 09:12 am, Erik Ohrnberger wrote:
> grep /dev/hd /var/log/messages /var/log/syslog | more

Nope, that outputs nothing at all.

I do however see the following in /vavr/log/messages over and over and over 
again...

Dec  1 23:12:46 localhost kernel: attempt to access beyond end of device
Dec  1 23:12:46 localhost kernel: dm-0: rw=0, want=6444890144, limit=905314304

Gumby

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [linux-lvm] Need to keep running fsck on LVM
  2005-12-02 17:24   ` Terry Rigby
@ 2005-12-02 17:28     ` Erik Ohrnberger
  0 siblings, 0 replies; 6+ messages in thread
From: Erik Ohrnberger @ 2005-12-02 17:28 UTC (permalink / raw)
  To: 'LVM general discussion and development'

I've had the beyond end of device errors on a regular IDE drive before.
Then they mysteriously went away.

If you find out, let me know.  I was always curious about those.

 
> On December 2, 2005 09:12 am, Erik Ohrnberger wrote:
> > grep /dev/hd /var/log/messages /var/log/syslog | more
> 
> Nope, that outputs nothing at all.
> 
> I do however see the following in /vavr/log/messages over and 
> over and over 
> again...
> 
> Dec  1 23:12:46 localhost kernel: attempt to access beyond 
> end of device
> Dec  1 23:12:46 localhost kernel: dm-0: rw=0, 
> want=6444890144, limit=905314304
> 
> Gumby
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-lvm] Need to keep running fsck on LVM
  2005-12-02 17:07 [linux-lvm] Need to keep running fsck on LVM Terry Rigby
  2005-12-02 17:12 ` Erik Ohrnberger
@ 2005-12-02 19:32 ` Matthew Gillen
  1 sibling, 0 replies; 6+ messages in thread
From: Matthew Gillen @ 2005-12-02 19:32 UTC (permalink / raw)
  To: LVM general discussion and development

Terry Rigby wrote:
> Once a week or so I am getting an issue with my volume where I can no longer 
> write to it  and I get "read only filesystem" errors.  I need to unmount it 
> and run an fsck.ext3 on it and it will fix errors and then will be fine for 
> awhile.  I assume that there is a drive that is dying in the array.  Is there 
> any way or telling which drive this might be?

Have you tried to use smartctl to access SMART data on the drives?
--Matt

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [linux-lvm] Need to keep running fsck on LVM
@ 2005-12-02 21:47 Brian Wong
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Wong @ 2005-12-02 21:47 UTC (permalink / raw)
  To: LVM general discussion and development



> -----Original Message-----
> From: linux-lvm-bounces@redhat.com
[mailto:linux-lvm-bounces@redhat.com]
> On Behalf Of Terry Rigby
> Sent: Friday, December 02, 2005 9:25 AM
> To: linux-lvm@redhat.com
> Subject: Re: [linux-lvm] Need to keep running fsck on LVM
> 
> On December 2, 2005 09:12 am, Erik Ohrnberger wrote:
> > grep /dev/hd /var/log/messages /var/log/syslog | more
> 
> Nope, that outputs nothing at all.
> 
> I do however see the following in /vavr/log/messages over and over and
> over
> again...
> 
> Dec  1 23:12:46 localhost kernel: attempt to access beyond end of
device
> Dec  1 23:12:46 localhost kernel: dm-0: rw=0, want=6444890144,
> limit=905314304

That complaint is from ll_rw_blk.c.  There is probably an application
corrupting your filesystem, or a filesystem bug.
> 
> Gumby
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-12-02 21:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-02 17:07 [linux-lvm] Need to keep running fsck on LVM Terry Rigby
2005-12-02 17:12 ` Erik Ohrnberger
2005-12-02 17:24   ` Terry Rigby
2005-12-02 17:28     ` Erik Ohrnberger
2005-12-02 19:32 ` Matthew Gillen
  -- strict thread matches above, loose matches on Subject: below --
2005-12-02 21:47 Brian Wong

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).