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 912740 Details for
Bug 1085468
scary messages on corosync config reload
[?]
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]
Make config.reload_in_progress key read only
tmp.HLxZqtJWOl (text/plain), 949 bytes, created by
Jan Friesse
on 2014-06-27 09:44:05 UTC
(
hide
)
Description:
Make config.reload_in_progress key read only
Filename:
MIME Type:
Creator:
Jan Friesse
Created:
2014-06-27 09:44:05 UTC
Size:
949 bytes
patch
obsolete
>From c8e3f14fdb284aadf023d7e62c0f951181f21736 Mon Sep 17 00:00:00 2001 >From: Jan Friesse <jfriesse@redhat.com> >Date: Tue, 24 Jun 2014 15:31:54 +0200 >Subject: [PATCH] Make config.reload_in_progress key read only > >It's not very good idea to allow user apps changing internal key >reload_in_progress. > >Signed-off-by: Jan Friesse <jfriesse@redhat.com> >Reviewed-by: Christine Caulfield <ccaulfie@redhat.com> >--- > exec/main.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/exec/main.c b/exec/main.c >index 7b5d73f..8d18db8 100644 >--- a/exec/main.c >+++ b/exec/main.c >@@ -1051,6 +1051,7 @@ static void set_icmap_ro_keys_flag (void) > icmap_set_ro_access("totem.rrp_mode", CS_FALSE, CS_TRUE); > icmap_set_ro_access("totem.netmtu", CS_FALSE, CS_TRUE); > icmap_set_ro_access("qb.ipc_type", CS_FALSE, CS_TRUE); >+ icmap_set_ro_access("config.reload_in_progress", CS_FALSE, CS_TRUE); > } > > static void main_service_ready (void) >-- >1.7.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 1085468
: 912740 |
912741