Hi Andrew, On 03/29/2017 11:31 AM, Andrew Morton wrote: > On Wed, 29 Mar 2017 09:07:08 +0800 Junxiao Bi <junxiao...@oracle.com> wrote: > >> On 03/29/2017 06:31 AM, Andrew Morton wrote: >>> On Tue, 28 Mar 2017 09:40:45 +0800 Junxiao Bi <junxiao...@oracle.com> wrote: >>> >>>> Configfs is the interface for ocfs2-tools to set configure to >>>> kernel. Change heartbeat dead threshold name in configfs will >>>> cause compatible issue, so revert it. >>>> >>>> Fixes: 45b997737a80 ("ocfs2/cluster: use per-attribute show and store >>>> methods") >>> >>> I don't get it. 45b997737a80 was merged nearly two years ago, so isn't >>> it a bit late to fix compatibility issues? >>> >> This compatibility will not cause ocfs2 down, just some configure (hb >> dead threshold) lose effect. If someone want to use the new kernel, they >> should apply this fix. > > Well could someone please send a better changelog? One which carefully > describes the present behaviour, what is wrong with it and how the > patch fixes it?
A new one, please help review. Configfs is the interface for ocfs2-tools to set configure to kernel and there $configfs_dir/cluster/$clustername/heartbeat/dead_threshold is the one used to configure heartbeat dead threshold. Kernel has a default value of it but user can set O2CB_HEARTBEAT_THRESHOLD in /etc/sysconfig/o2cb to override it. Commit 45b997737a80 ("ocfs2/cluster: use per-attribute show and store methods") changed heartbeat dead threshold name while ocfs2-tools not, so ocfs2-tools won't set this configure and default value is always used. So revert it. Thanks, Junxiao. > > One reason for doing this is to permit effecitive patch review. > > Another reason is to permit others to decide whether the patch should > be backported into -stable kernels. > > Yet another reason is so that maintainers of other kernels can > determine whether this patch will fix behaviour which their users are > reporting. > > Thanks. > _______________________________________________ Ocfs2-devel mailing list Ocfs2-devel@oss.oracle.com https://oss.oracle.com/mailman/listinfo/ocfs2-devel