On Sat, Mar 11, 2006 at 09:01:55AM +0800, Steven Sim wrote:
> Hello;
> 
> My objective is very simple. To put forward an effective argument 
> against the use (and cost) of Veritas Foundation Suite i.e. VxVm and 
> VxFS, prefering the cost free Solaris 9's SVM and ufs combination instead.
> 
> I was taught the following a long time ago...
> 
> ufs metadata is updated for each ufs block written

Only if that block of the file has never been written before;  blocks that
have already been allocated are just overwritten.  The only metadata update
would be the mod/access time updates;  those are asynchronous, and would
have to happen for both ufs and vxfs.

> while metadata is updated only for each extent written for vxfs.

Cheers,
- jonathan


-- 
Jonathan Adams, Solaris Kernel Development
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to