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 876252 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/5
0001-fence_kdump-configuration-should-be-in-one-directory.patch (text/plain), 1.82 KB, created by
Martin Perina
on 2014-03-19 09:01:27 UTC
(
hide
)
Description:
Patch 1/5
Filename:
MIME Type:
Creator:
Martin Perina
Created:
2014-03-19 09:01:27 UTC
Size:
1.82 KB
patch
obsolete
>From d24c41823a2bed59ed6afcdd94a88e12eb455938 Mon Sep 17 00:00:00 2001 >From: Martin Perina <mperina@redhat.com> >Date: Fri, 14 Mar 2014 08:39:38 +0100 >Subject: [PATCH 1/5] fence_kdump configuration should be in one directory > >fence_kdump configuration and list of nodes should be in the same >directory: > > /etc/fence_kdump > /etc/fence_kdump_nodes > >Bug-Url: https://bugzilla.redhat.com/1078134 >Signed-off-by: Martin Perina <mperina@redhat.com> >--- > dracut-module-setup.sh | 5 +++-- > kdump-lib.sh | 5 +++-- > 2 files changed, 6 insertions(+), 4 deletions(-) > >diff --git a/dracut-module-setup.sh b/dracut-module-setup.sh >index bdadf7c..2777c75 100755 >--- a/dracut-module-setup.sh >+++ b/dracut-module-setup.sh >@@ -418,7 +418,7 @@ kdump_check_iscsi_targets () { > > # setup fence_kdump in cluster > # setup proper network and install needed files >-# also preserve '[node list]' for 2nd kernel /etc/fence_kdump_nodes >+# also preserve '[node list]' for 2nd kernel in $FENCE_KDUMP_NODES > kdump_check_fence_kdump () { > local nodes > is_fence_kdump || return 1 >@@ -442,7 +442,8 @@ kdump_check_fence_kdump () { > done > echo > >- echo "$nodes" > ${initdir}/$FENCE_KDUMP_NODES >+ mkdir -p ${initdir}$FENCE_KDUMP_CFG_DIR >+ echo "$nodes" > ${initdir}$FENCE_KDUMP_NODES > dracut_install $FENCE_KDUMP_SEND > dracut_install -o $FENCE_KDUMP_CONFIG > } >diff --git a/kdump-lib.sh b/kdump-lib.sh >index 384f7b4..19389a6 100755 >--- a/kdump-lib.sh >+++ b/kdump-lib.sh >@@ -3,9 +3,10 @@ > # Kdump common variables and functions > # > >-FENCE_KDUMP_CONFIG="/etc/sysconfig/fence_kdump" >+FENCE_KDUMP_CFG_DIR="/etc" >+FENCE_KDUMP_CONFIG="$FENCE_KDUMP_CFG_DIR/fence_kdump" > FENCE_KDUMP_SEND="/usr/libexec/fence_kdump_send" >-FENCE_KDUMP_NODES="/etc/fence_kdump_nodes" >+FENCE_KDUMP_NODES="$FENCE_KDUMP_CFG_DIR/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