Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2007 13:57:00 -0500
From:      Eric Anderson <anderson@freebsd.org>
To:        Mikhail Teterin <mi+kde@aldan.algebra.com>
Cc:        Remko Lodder <remko@elvandar.org>, fs@freebsd.org
Subject:   Re: kern/105056: FS can not be remounted read-only,	if a running process' executable was modified
Message-ID:  <45F5A27C.8090406@freebsd.org>
In-Reply-To: <200703121025.05538@aldan>
References:  <200702151631.l1FGVHIg042246@freefall.freebsd.org>	<op.tok0qwbjydcz4v@aldan> <20070312081133.GA70090@elvandar.org> <200703121025.05538@aldan>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/12/07 09:25, Mikhail Teterin wrote:
> On Monday 12 March 2007 04:11, Remko Lodder wrote:
> = Hi Mikhail,
> = 
> = As far as I am aware, the filesystem can only be closed when the consumers
> = stopped consuming the disk. Perhaps we should move this discussion to -fs
> = to see what the FileSystem guru's think so that we know for sure?
> 
> Moving... Of course, the filesystem can only be closed, when the consumers 
> stop consuming. The point is, however, there are NO read-write consumers -- 
> and yet a read-only remount remains impossible.
> 
> The problem detailed in the PR is that locking an FS back down to read-only is 
> impossible, when earlier-started processes are still running, but have had 
> their executables overwritten.
> 
> The usual scenario, again, is:
> 
> 	* remount / read-write for `installworld' to succeed;
> 	* try to remount / back read-only, and fail...
> 
> Note, that no new "consumers" of the FS have started, or have they?..


This probably won't work because there is still meta-data that needs to 
be written once the open files are closed.  That is because a currently 
in-use (open) file was replaced, so the delete still needs to occur once 
the file is closed.  That pending delete is probably what is causing the 
fs to not allow it to be downgraded.


Eric



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45F5A27C.8090406>