Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 882136 Details for
Bug 1078134
[RFE] Support fence_kdump configuration for generic clusters
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[PATCH 2/7] Rename FENCE_KDUMP_NODES to FENCE_KDUMP_NODES_FILE
0002-Rename-FENCE_KDUMP_NODES-to-FENCE_KDUMP_NODES_FILE.patch (text/plain), 1.91 KB, created by
Martin Perina
on 2014-04-03 08:09:26 UTC
(
hide
)
Description:
[PATCH 2/7] Rename FENCE_KDUMP_NODES to FENCE_KDUMP_NODES_FILE
Filename:
MIME Type:
Creator:
Martin Perina
Created:
2014-04-03 08:09:26 UTC
Size:
1.91 KB
patch
obsolete
>From 488c2de56336a8be4ba0eb38c613c59e09e059d9 Mon Sep 17 00:00:00 2001 >From: Martin Perina <mperina@redhat.com> >Date: Tue, 25 Mar 2014 12:37:10 +0100 >Subject: [PATCH 2/7] Rename FENCE_KDUMP_NODES to FENCE_KDUMP_NODES_FILE > >Renames FENCE_KDUMP_NODES variable to FENCE_KDUMP_NODES_FILE to >distinguish it from values read from fence_kdump_nodes option in >kdump.conf (introduced in following patches). > >Bug-Url: https://bugzilla.redhat.com/1078134 >Signed-off-by: Martin Perina <mperina@redhat.com> >--- > dracut-kdump.sh | 4 ++-- > dracut-module-setup.sh | 2 +- > kdump-lib.sh | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/dracut-kdump.sh b/dracut-kdump.sh >index 06e41bc..4bac088 100755 >--- a/dracut-kdump.sh >+++ b/dracut-kdump.sh >@@ -291,12 +291,12 @@ fence_kdump_notify() > { > local nodes > >- if [ -f $FENCE_KDUMP_NODES ]; then >+ if [ -f $FENCE_KDUMP_NODES_FILE ]; then > if [ -f $FENCE_KDUMP_CONFIG_FILE ]; then > . $FENCE_KDUMP_CONFIG_FILE > fi > >- read nodes < $FENCE_KDUMP_NODES >+ read nodes < $FENCE_KDUMP_NODES_FILE > $FENCE_KDUMP_SEND $FENCE_KDUMP_OPTS $nodes & > fi > } >diff --git a/dracut-module-setup.sh b/dracut-module-setup.sh >index cd60cf1..0ce3885 100755 >--- a/dracut-module-setup.sh >+++ b/dracut-module-setup.sh >@@ -442,7 +442,7 @@ kdump_check_fence_kdump () { > done > echo > >- echo "$nodes" > ${initdir}/$FENCE_KDUMP_NODES >+ echo "$nodes" > ${initdir}/$FENCE_KDUMP_NODES_FILE > dracut_install $FENCE_KDUMP_SEND > dracut_install -o $FENCE_KDUMP_CONFIG_FILE > } >diff --git a/kdump-lib.sh b/kdump-lib.sh >index d72e16b..8de86b6 100755 >--- a/kdump-lib.sh >+++ b/kdump-lib.sh >@@ -5,7 +5,7 @@ > > FENCE_KDUMP_CONFIG_FILE="/etc/sysconfig/fence_kdump" > FENCE_KDUMP_SEND="/usr/libexec/fence_kdump_send" >-FENCE_KDUMP_NODES="/etc/fence_kdump_nodes" >+FENCE_KDUMP_NODES_FILE="/etc/fence_kdump_nodes" > > is_ssh_dump_target() > { >-- >1.8.3.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1078134
:
876252
|
876253
|
876254
|
876255
|
876256
|
879449
|
879461
|
879464
|
879465
|
879466
|
879467
|
879468
|
881288
|
881289
|
881290
|
881291
|
881292
|
881293
|
882135
| 882136 |
882137
|
882138
|
882140
|
882141
|
882142