On Monday, January 21, 2002 04:45:44 PM +0300 Hans Reiser
<[EMAIL PROTECTED]> wrote:

> I thought that I requested that meta-data and data be given the same
> delay (30 seconds)?  What happened to my request?
> 
> Oleg, track and resolve this issue please.
> 

metadata writes are triggered by kupdate.  Change the kupdate interval to
30 seconds.

This line in kreiserfsd:
interruptible_sleep_on_timeout(&reiserfs_commit_thread_wait, 5) ;

Triggers flushes on metadata for transactions that have already ended, so
that data is already at least kupdate_interval old.

-chris

Reply via email to