From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755493AbdJJThy (ORCPT ); Tue, 10 Oct 2017 15:37:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38828 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704AbdJJThw (ORCPT ); Tue, 10 Oct 2017 15:37:52 -0400 Date: Tue, 10 Oct 2017 12:37:49 -0700 From: Andrew Morton To: Vitaly Mayatskih Cc: mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-next@vger.kernel.org, sfr@canb.auug.org.au, mhocko@suse.cz, broonie@kernel.org, ocfs2-devel@oss.oracle.com, piaojun , Joseph Qi , Jiufei Xue , Mark Fasheh , Joel Becker , Junxiao Bi Subject: Re: mmotm 2016-08-02-15-53 uploaded Message-Id: <20171010123749.2c59f3b762b3c0b33e80a67d@linux-foundation.org> In-Reply-To: References: <57a124aa.eJmVCvd1SOHlQ1X8%akpm@linux-foundation.org> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 10 Oct 2017 14:06:41 -0400 Vitaly Mayatskih wrote: > * ocfs2-dlm-continue-to-purge-recovery-lockres-when-recovery > -master-goes-down.patch > > This one completely broke two node cluster use case: when one node dies, > the other one either eventually crashes (~4.14-rc4) or locks up (pre-4.14). Are you sure? Are you able to confirm that reverting this patch (ee8f7fcbe638b07e8) and only this patch fixes up current mainline kernels? Are you able to supply more info on the crashes and lockups so that the ocfs2 developers can understand the failures? Thanks.