ocfs2: o2hb: revert hb threshold to keep compatible
authorJunxiao Bi <[email protected]>
Wed, 3 May 2017 21:51:41 +0000 (14:51 -0700)
committerLinus Torvalds <[email protected]>
Wed, 3 May 2017 22:52:07 +0000 (15:52 -0700)
commit33496c3c3d7b88dcbe5e55aa01288b05646c6aca
treef25d3bd6dbf325e5662579fdffca76ee152fd2fc
parent667b8a37f34b39f752f59f4808762bd5c7688a71
ocfs2: o2hb: revert hb threshold to keep compatible

Configfs is the interface for ocfs2-tools to set configure to kernel and
$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 did
not, so ocfs2-tools won't set this configurable and the default value is
always used.  So revert it.

Fixes: 45b997737a80 ("ocfs2/cluster: use per-attribute show and store methods")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Junxiao Bi <[email protected]>
Acked-by: Joseph Qi <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ocfs2/cluster/heartbeat.c