From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Zhuravlev Date: Mon, 30 Jun 2008 15:04:14 +0400 Subject: [Lustre-devel] some thoughts on COS In-Reply-To: <18536.45369.176085.583659@gargle.gargle.HOWL> References: <486894E9.1030104@sun.com> <18536.45369.176085.583659@gargle.gargle.HOWL> Message-ID: <4868BDAE.5060202@sun.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lustre-devel@lists.lustre.org Nikita Danilov wrote: > Alex Zhuravlev writes: > > Hi, > > > > all access to an object can be broken into 3 phases: > > 1) lock is acquired and used to modify data, no concurrent > > access as data is inconsistent > > 2) data is consistent, but uncommitted; thus same client can > > access data, others can not > > Other clients cannot read uncommitted data, but they can safely > overwrite them. Do we care about such use cases? this is true for data, but most of metadata operations do read first. thanks, Alex