All of lore.kernel.org
 help / color / mirror / Atom feed
* dead inode read from disk... ignore?
@ 2003-11-12 10:26 myciel
  2003-11-18  9:09 ` Nikita Danilov
  0 siblings, 1 reply; 6+ messages in thread
From: myciel @ 2003-11-12 10:26 UTC (permalink / raw)
  To: reiserfs-list

Hi

Few times a day I get in syslog:
kernel: sd(8,20):vs-13075: reiserfs_read_inode2: dead inode read from 
disk [11574064 47212 0x0 SD]. This is likely to be race with knfsd. Ignore

I just wanted to be sure: should I  really ignore this?

kernel: 2.4.22 SMP + data-logging patches + Trond's nfs patches
2 filesystems:  ~800G and  ~450G,
filled in ~50% with small files avg size ~36kb

thanks

rafal


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

* Re: dead inode read from disk... ignore?
  2003-11-18  9:09 ` Nikita Danilov
@ 2003-11-18  4:41   ` Hans Reiser
  2003-11-18 16:44     ` Nikita Danilov
  2003-11-18 12:04   ` myciel
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Reiser @ 2003-11-18  4:41 UTC (permalink / raw)
  To: Nikita Danilov; +Cc: myciel, reiserfs-list

Nikita Danilov wrote:

>myciel writes:
> > Hi
> > 
> > Few times a day I get in syslog:
> > kernel: sd(8,20):vs-13075: reiserfs_read_inode2: dead inode read from 
> > disk [11574064 47212 0x0 SD]. This is likely to be race with knfsd. Ignore
> > 
> > I just wanted to be sure: should I  really ignore this?
>
>Sorry, for delay.
>
>Yes, you should ignore it as it says.
>
> > 
> > kernel: 2.4.22 SMP + data-logging patches + Trond's nfs patches
> > 2 filesystems:  ~800G and  ~450G,
> > filled in ~50% with small files avg size ~36kb
> > 
> > thanks
> > 
> > rafal
> > 
>
>Nikita.
>
>
>  
>
then move this code into REISERFS_DEBUG.....

-- 
Hans



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

* Re: dead inode read from disk... ignore?
  2003-11-18 16:44     ` Nikita Danilov
@ 2003-11-18  5:48       ` Hans Reiser
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Reiser @ 2003-11-18  5:48 UTC (permalink / raw)
  To: Nikita Danilov; +Cc: myciel, reiserfs-list

Nikita Danilov wrote:

>Hans Reiser writes:
> > Nikita Danilov wrote:
> > 
> > >myciel writes:
> > > > Hi
> > > > 
> > > > Few times a day I get in syslog:
> > > > kernel: sd(8,20):vs-13075: reiserfs_read_inode2: dead inode read from 
> > > > disk [11574064 47212 0x0 SD]. This is likely to be race with knfsd. Ignore
> > > > 
> > > > I just wanted to be sure: should I  really ignore this?
> > >
> > >Sorry, for delay.
> > >
> > >Yes, you should ignore it as it says.
> > >
> > > > 
> > > > kernel: 2.4.22 SMP + data-logging patches + Trond's nfs patches
> > > > 2 filesystems:  ~800G and  ~450G,
> > > > filled in ~50% with small files avg size ~36kb
> > > > 
> > > > thanks
> > > > 
> > > > rafal
> > > > 
> > >
> > >Nikita.
> > >
> > >
> > >  
> > >
> > then move this code into REISERFS_DEBUG.....
>
>It does indicate an error, when NFS is not used.
>  
>
which is why you can keep it in REISERFS_DEBUG..

> > 
> > -- 
> > Hans
> > 
>
>Nikita.
>
> > 
>
>
>  
>


-- 
Hans



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

* Re: dead inode read from disk... ignore?
  2003-11-12 10:26 dead inode read from disk... ignore? myciel
@ 2003-11-18  9:09 ` Nikita Danilov
  2003-11-18  4:41   ` Hans Reiser
  2003-11-18 12:04   ` myciel
  0 siblings, 2 replies; 6+ messages in thread
From: Nikita Danilov @ 2003-11-18  9:09 UTC (permalink / raw)
  To: myciel; +Cc: reiserfs-list

myciel writes:
 > Hi
 > 
 > Few times a day I get in syslog:
 > kernel: sd(8,20):vs-13075: reiserfs_read_inode2: dead inode read from 
 > disk [11574064 47212 0x0 SD]. This is likely to be race with knfsd. Ignore
 > 
 > I just wanted to be sure: should I  really ignore this?

Sorry, for delay.

Yes, you should ignore it as it says.

 > 
 > kernel: 2.4.22 SMP + data-logging patches + Trond's nfs patches
 > 2 filesystems:  ~800G and  ~450G,
 > filled in ~50% with small files avg size ~36kb
 > 
 > thanks
 > 
 > rafal
 > 

Nikita.

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

* Re: dead inode read from disk... ignore?
  2003-11-18  9:09 ` Nikita Danilov
  2003-11-18  4:41   ` Hans Reiser
@ 2003-11-18 12:04   ` myciel
  1 sibling, 0 replies; 6+ messages in thread
From: myciel @ 2003-11-18 12:04 UTC (permalink / raw)
  To: reiserfs-list

Nikita Danilov wrote:

>myciel writes:
> > Hi
> > 
> > Few times a day I get in syslog:
> > kernel: sd(8,20):vs-13075: reiserfs_read_inode2: dead inode read from 
> > disk [11574064 47212 0x0 SD]. This is likely to be race with knfsd. Ignore
> > 
> > I just wanted to be sure: should I  really ignore this?
>
>Sorry, for delay.
>
>Yes, you should ignore it as it says.
>
>  
>
thanks

rafal




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

* Re: dead inode read from disk... ignore?
  2003-11-18  4:41   ` Hans Reiser
@ 2003-11-18 16:44     ` Nikita Danilov
  2003-11-18  5:48       ` Hans Reiser
  0 siblings, 1 reply; 6+ messages in thread
From: Nikita Danilov @ 2003-11-18 16:44 UTC (permalink / raw)
  To: Hans Reiser; +Cc: myciel, reiserfs-list

Hans Reiser writes:
 > Nikita Danilov wrote:
 > 
 > >myciel writes:
 > > > Hi
 > > > 
 > > > Few times a day I get in syslog:
 > > > kernel: sd(8,20):vs-13075: reiserfs_read_inode2: dead inode read from 
 > > > disk [11574064 47212 0x0 SD]. This is likely to be race with knfsd. Ignore
 > > > 
 > > > I just wanted to be sure: should I  really ignore this?
 > >
 > >Sorry, for delay.
 > >
 > >Yes, you should ignore it as it says.
 > >
 > > > 
 > > > kernel: 2.4.22 SMP + data-logging patches + Trond's nfs patches
 > > > 2 filesystems:  ~800G and  ~450G,
 > > > filled in ~50% with small files avg size ~36kb
 > > > 
 > > > thanks
 > > > 
 > > > rafal
 > > > 
 > >
 > >Nikita.
 > >
 > >
 > >  
 > >
 > then move this code into REISERFS_DEBUG.....

It does indicate an error, when NFS is not used.

 > 
 > -- 
 > Hans
 > 

Nikita.

 > 

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

end of thread, other threads:[~2003-11-18 16:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-12 10:26 dead inode read from disk... ignore? myciel
2003-11-18  9:09 ` Nikita Danilov
2003-11-18  4:41   ` Hans Reiser
2003-11-18 16:44     ` Nikita Danilov
2003-11-18  5:48       ` Hans Reiser
2003-11-18 12:04   ` myciel

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.