From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Thu, 7 May 2009 09:27:41 -0500 Subject: [Cluster-devel] [PATCH] dlm_tool: Fix silly error: In-Reply-To: <4A02F02F.9060705@redhat.com> References: <4A02F02F.9060705@redhat.com> Message-ID: <20090507142741.GB23607@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 Thu, May 07, 2009 at 03:29:03PM +0100, Chrissie Caulfield wrote: > If you do > > # dlm_tool lockdump default > > on a lockspace with no locks in it, you get the error message: > > can't read /sys/kernel/debug/dlm/default_locks: Success > > This patch puts a slightly more sensible error message in place. Ack, thanks, could you also do the same for "lockdebug"?