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 882140 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 5/7] Rename check_fence_kdump to check_pcs_fence_kdump
0005-Rename-check_fence_kdump-to-check_pcs_fence_kdump.patch (text/plain), 1.52 KB, created by
Martin Perina
on 2014-04-03 08:11:41 UTC
(
hide
)
Description:
[PATCH 5/7] Rename check_fence_kdump to check_pcs_fence_kdump
Filename:
MIME Type:
Creator:
Martin Perina
Created:
2014-04-03 08:11:41 UTC
Size:
1.52 KB
patch
obsolete
>From 25af4dadc16236fd811d8a030c8af426538241c5 Mon Sep 17 00:00:00 2001 >From: Martin Perina <mperina@redhat.com> >Date: Mon, 31 Mar 2014 15:34:28 +0200 >Subject: [PATCH 5/7] Rename check_fence_kdump to check_pcs_fence_kdump > >Renames check_fence_kdump to check_pcs_fence_kdump to clearly identify >that this method checks only Pacemaker configuration of fence_kdump. > >Bug-Url: https://bugzilla.redhat.com/1078134 >Signed-off-by: Martin Perina <mperina@redhat.com> >--- > kdumpctl | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/kdumpctl b/kdumpctl >index eb6bdbc..8aacf4e 100755 >--- a/kdumpctl >+++ b/kdumpctl >@@ -185,9 +185,9 @@ function check_config() > return 0 > } > >-# check_fence_kdump <image timestamp> >-# return 0 if fence_kdump is configured and kdump initrd needs to be rebuilt >-function check_fence_kdump() >+# check_pcs_fence_kdump <image timestamp> >+# return 0 if fence_kdump is configured in Pacemaker cluster and kdump initrd needs to be rebuilt >+function check_pcs_fence_kdump() > { > local image_time=$1 > local cib_time >@@ -239,8 +239,8 @@ function check_rebuild() > image_time=0 > fi > >- #also rebuild when cluster conf is changed and fence kdump is enabled. >- check_fence_kdump $image_time && modified_files="cluster-cib" >+ #also rebuild when Pacemaker cluster conf is changed and fence kdump is enabled. >+ check_pcs_fence_kdump $image_time && modified_files="cluster-cib" > > EXTRA_BINS=`grep ^kdump_post $KDUMP_CONFIG_FILE | cut -d\ -f2` > CHECK_FILES=`grep ^kdump_pre $KDUMP_CONFIG_FILE | cut -d\ -f2` >-- >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