Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2001 07:34:19 -0500
From:      "Dragon Fire" <dragonfire820@mediaone.net>
To:        <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: deadlock with softupdates ?
Message-ID:  <00ab01c187c0$53ac5cc0$6401a8c0@gandalf>

next in thread | raw e-mail | index | archive | help
We saw something very similar to this about a year using FFS and soft
updates when we were building a NAS appliance. The details escape me and I
no longer work the company so I cannot grep the source code but here's what
I remember.

The softupdate code periodically flushes the meta data. There is a flag in
the soft update code that periodically sets a flag to starts the meta data
flush timer. There was a condition in which this flag was not set properly
causing FFS to freeze, in particular with NFS running.

Hope this helps.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ab01c187c0$53ac5cc0$6401a8c0>