Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 May 2007 08:39:13 -0500
From:      Eric Anderson <anderson@freebsd.org>
To:        Frans Haarman <F.Haarman@giessen.nl>
Cc:        freebsd-geom@freebsd.org
Subject:   Re: gmirror magic ?
Message-ID:  <46374301.1080406@freebsd.org>
In-Reply-To: <2DC959620A73E842969792F5B47FCA01037D44DD@dg-exch1.giessen.nl>
References:  <2DC959620A73E842969792F5B47FCA01037D44DD@dg-exch1.giessen.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On 05/01/07 08:28, Frans Haarman wrote:
> Excuse my ignorance,
> 
> What I tried was removing a file on disk which 
> was  attached as a "md vnode". 
> 
> I assumed removing the file on disk will "kill" 
> the "md vnode" but it does not.
> 
> It seems this has nothing todo with gmirror/gstripe
> but the way md vnodes work!


It's the way all files in UFS work - if it's in use, and it gets 
removed, the directory entry goes away, but the data stays there until 
all references are gone.  Once they are all gone, the data blocks get 
recycled too.

Eric



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