From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Wed, 22 Jul 2009 15:51:28 +0100 Subject: [Cluster-devel] Re: GFS2: Add LED support to GFS2 In-Reply-To: <87k5203hdx.fsf@basil.nowhere.org> References: <1248260198.3456.4.camel@localhost.localdomain> <87k5203hdx.fsf@basil.nowhere.org> Message-ID: <1248274288.3298.5.camel@localhost.localdomain> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, On Wed, 2009-07-22 at 16:46 +0200, Andi Kleen wrote: > Steven Whitehouse writes: > > > > One possible future development is to introduce an event for > > filesystem errors, but that is not included in the current > > patch. > > I like the idea, but it would be nicer if this was a generic > interface into which all file systems can hook into. > > -Andi > It would be difficult to make that generic since the errors and the resulting actions which can be taken vary from fs to fs. The main reason that I didn't do it at this point in time is that the GFS2 error handling needs revising anyway, and once that is done (probably with an errors= option similar to ext2/3/4) it might be possible to think about LED support for that, Steve.