Mark Fasheh
2016-May-26 23:10 UTC
[Ocfs2-devel] [PATCH] ocfs2: bump up o2cb network protocol version
On Thu, May 26, 2016 at 11:00:15AM +0800, Junxiao Bi wrote:> Two new messages are added to support negotiating hb timeout. Stopping > nodes talking old version to mount as they will cause the negotiation > fail. > > Signed-off-by: Junxiao Bi <junxiao.bi at oracle.com>Reviewed-by: Mark Fasheh <mfasheh at suse.de> Btw, you might want to send the whole series again as a whole so Andrew knows where this is coming from and that it should be bundled with the protocol changes themselves. Thanks, --Mark -- Mark Fasheh
Andrew Morton
2016-May-26 23:17 UTC
[Ocfs2-devel] [PATCH] ocfs2: bump up o2cb network protocol version
On Thu, 26 May 2016 16:10:00 -0700 Mark Fasheh <mfasheh at suse.de> wrote:> On Thu, May 26, 2016 at 11:00:15AM +0800, Junxiao Bi wrote: > > Two new messages are added to support negotiating hb timeout. Stopping > > nodes talking old version to mount as they will cause the negotiation > > fail. > > > > Signed-off-by: Junxiao Bi <junxiao.bi at oracle.com> > > Reviewed-by: Mark Fasheh <mfasheh at suse.de> > > Btw, you might want to send the whole series again as a whole so Andrew > knows where this is coming from and that it should be bundled with the > protocol changes themselves. >It's these: ocfs2-o2hb-add-negotiate-timer.patch ocfs2-o2hb-add-nego_timeout-message.patch ocfs2-o2hb-add-negotiate_approve-message.patch ocfs2-o2hb-add-some-user-debug-log.patch ocfs2-o2hb-dont-negotiate-if-last-hb-fail.patch ocfs2-o2hb-fix-hb-hung-time.patch from http://ozlabs.org/~akpm/mmotm/broken-out/, isn't it?