From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Tue, 11 Aug 2009 16:53:02 -0500 Subject: [Cluster-devel] Re: GFS2: Fix permissions on "recover" file In-Reply-To: <1249983476.3337.5.camel@localhost.localdomain> References: <1249983476.3337.5.camel@localhost.localdomain> Message-ID: <20090811215302.GA25160@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Tue, Aug 11, 2009 at 10:37:56AM +0100, Steven Whitehouse wrote: > >From ef7e8bb707ea3b569d4e206e46b8e44ec11e566f Mon Sep 17 00:00:00 2001 > From: Steven Whitehouse > Date: Tue, 11 Aug 2009 11:20:11 +0100 > Subject: GFS2: Fix permissions on "recover" file > > Although this file is only ever written and not read by > userspace, it seems that the utils are opening this > file O_RDWR, so we need to allow that. Works now, Thanks Dave