fence_kdump_nodes should include list of cluster node(s) except localhost.
Signed-off-by: Pingfan Liu piliu@redhat.com --- kdump.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kdump.conf.5 b/kdump.conf.5 index b581964..11b1fad 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -200,7 +200,7 @@ arguments except hosts to send notification to).
.B fence_kdump_nodes <node(s)> .RS -List of cluster node(s), separated by spaces, to send fence_kdump notification +List of cluster node(s) except localhost, separated by spaces, to send fence_kdump notification to (this option is mandatory to enable fence_kdump). .RE
On 05/18/2017 at 05:23 PM, Pingfan Liu wrote:
fence_kdump_nodes should include list of cluster node(s) except localhost.
Signed-off-by: Pingfan Liu piliu@redhat.com
Reviewed-by: Xunlei Pang xlpang@redhat.com
kdump.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kdump.conf.5 b/kdump.conf.5 index b581964..11b1fad 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -200,7 +200,7 @@ arguments except hosts to send notification to).
.B fence_kdump_nodes <node(s)> .RS -List of cluster node(s), separated by spaces, to send fence_kdump notification +List of cluster node(s) except localhost, separated by spaces, to send fence_kdump notification to (this option is mandatory to enable fence_kdump). .RE
On 05/18/17 at 05:23pm, Pingfan Liu wrote:
fence_kdump_nodes should include list of cluster node(s) except localhost.
Signed-off-by: Pingfan Liu piliu@redhat.com
kdump.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kdump.conf.5 b/kdump.conf.5 index b581964..11b1fad 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -200,7 +200,7 @@ arguments except hosts to send notification to).
.B fence_kdump_nodes <node(s)> .RS -List of cluster node(s), separated by spaces, to send fence_kdump notification +List of cluster node(s) except localhost, separated by spaces, to send fence_kdump notification to (this option is mandatory to enable fence_kdump). .RE
-- 2.7.4
Acked and applied.
Thanks Dave