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 882135 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 1/7] Rename FENCE_KDUMP_CONFIG to FENCE_KDUMP_CONFIG_FILE
0001-Rename-FENCE_KDUMP_CONFIG-to-FENCE_KDUMP_CONFIG_FILE.patch (text/plain), 2.35 KB, created by
Martin Perina
on 2014-04-03 08:08:43 UTC
(
hide
)
Description:
[PATCH 1/7] Rename FENCE_KDUMP_CONFIG to FENCE_KDUMP_CONFIG_FILE
Filename:
MIME Type:
Creator:
Martin Perina
Created:
2014-04-03 08:08:43 UTC
Size:
2.35 KB
patch
obsolete
>From 3602eb66f0ce86d5387080efcff57e1f9adb08e5 Mon Sep 17 00:00:00 2001 >From: Martin Perina <mperina@redhat.com> >Date: Tue, 25 Mar 2014 12:33:04 +0100 >Subject: [PATCH 1/7] Rename FENCE_KDUMP_CONFIG to FENCE_KDUMP_CONFIG_FILE > >Renames FENCE_KDUMP_CONFIG variable to FENCE_KDUMP_CONFIG_FILE to >distinguish it from values read from fence_kdump_args 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 +- > kdumpctl | 4 ++-- > 4 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/dracut-kdump.sh b/dracut-kdump.sh >index d9e65ac..06e41bc 100755 >--- a/dracut-kdump.sh >+++ b/dracut-kdump.sh >@@ -292,8 +292,8 @@ fence_kdump_notify() > local nodes > > if [ -f $FENCE_KDUMP_NODES ]; then >- if [ -f $FENCE_KDUMP_CONFIG ]; then >- . $FENCE_KDUMP_CONFIG >+ if [ -f $FENCE_KDUMP_CONFIG_FILE ]; then >+ . $FENCE_KDUMP_CONFIG_FILE > fi > > read nodes < $FENCE_KDUMP_NODES >diff --git a/dracut-module-setup.sh b/dracut-module-setup.sh >index bdadf7c..cd60cf1 100755 >--- a/dracut-module-setup.sh >+++ b/dracut-module-setup.sh >@@ -444,7 +444,7 @@ kdump_check_fence_kdump () { > > echo "$nodes" > ${initdir}/$FENCE_KDUMP_NODES > dracut_install $FENCE_KDUMP_SEND >- dracut_install -o $FENCE_KDUMP_CONFIG >+ dracut_install -o $FENCE_KDUMP_CONFIG_FILE > } > > # Install a random seed used to feed /dev/urandom >diff --git a/kdump-lib.sh b/kdump-lib.sh >index de32650..d72e16b 100755 >--- a/kdump-lib.sh >+++ b/kdump-lib.sh >@@ -3,7 +3,7 @@ > # Kdump common variables and functions > # > >-FENCE_KDUMP_CONFIG="/etc/sysconfig/fence_kdump" >+FENCE_KDUMP_CONFIG_FILE="/etc/sysconfig/fence_kdump" > FENCE_KDUMP_SEND="/usr/libexec/fence_kdump_send" > FENCE_KDUMP_NODES="/etc/fence_kdump_nodes" > >diff --git a/kdumpctl b/kdumpctl >index 8d5498a..24fb988 100755 >--- a/kdumpctl >+++ b/kdumpctl >@@ -249,8 +249,8 @@ function check_rebuild() > EXTRA_BINS="$EXTRA_BINS $CHECK_FILES" > files="$KDUMP_CONFIG_FILE $kdump_kernel $EXTRA_BINS" > >- if [ -f $FENCE_KDUMP_CONFIG ]; then >- files="$files $FENCE_KDUMP_CONFIG" >+ if [ -f $FENCE_KDUMP_CONFIG_FILE ]; then >+ files="$files $FENCE_KDUMP_CONFIG_FILE" > fi > > check_exist "$files" && check_executable "$EXTRA_BINS" >-- >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