From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 22 Jul 2008 14:16:23 -0000 Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.06-44-gb08565e Message-ID: <20080722141623.31410.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=b08565edfaf1580ce7e8c41e95d5aeda0c794d6e The branch, master has been updated via b08565edfaf1580ce7e8c41e95d5aeda0c794d6e (commit) from 9f4d3788296a18ac012354ef616d857cc35a842d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b08565edfaf1580ce7e8c41e95d5aeda0c794d6e Author: David Teigland Date: Tue Jul 22 09:08:54 2008 -0500 dlm_controld/gfs_controld: add logging.c file which I forgot to add in previous commits. Signed-off-by: David Teigland ----------------------------------------------------------------------- Summary of changes: {fence/fenced => group/dlm_controld}/logging.c | 8 ++++---- {fence/fenced => group/gfs_controld}/logging.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) copy {fence/fenced => group/dlm_controld}/logging.c (96%) copy {fence/fenced => group/gfs_controld}/logging.c (96%) diff --git a/fence/fenced/logging.c b/group/dlm_controld/logging.c similarity index 96% copy from fence/fenced/logging.c copy to group/dlm_controld/logging.c index fc5f11c..cf09b23 100644 --- a/fence/fenced/logging.c +++ b/group/dlm_controld/logging.c @@ -1,7 +1,7 @@ -#include "fd.h" +#include "dlm_daemon.h" #include "config.h" -#define DAEMON_NAME "fenced" +#define DAEMON_NAME "dlm_controld" /* default: errors go to syslog (/var/log/messages) and .log logging/debug=on: errors continue going to syslog (/var/log/messages) @@ -15,8 +15,8 @@ #define DEFAULT_PRIORITY SYSLOGLEVEL /* cluster config setting */ #define DEFAULT_FILE LOGDIR "/" DAEMON_NAME ".log" -#define DAEMON_LEVEL_PATH "/cluster/logging/logger_subsys[@subsys=\"FENCED\"]/@syslog_level" -#define DAEMON_DEBUG_PATH "/cluster/logging/logger_subsys[@subsys=\"FENCED\"]/@debug" +#define DAEMON_LEVEL_PATH "/cluster/logging/logger_subsys[@subsys=\"DLM_CONTROLD\"]/@syslog_level" +#define DAEMON_DEBUG_PATH "/cluster/logging/logger_subsys[@subsys=\"DLM_CONTROLD\"]/@debug" /* Read cluster.conf settings and convert them into logsys values. If no cluster.conf setting exists, the default that was used in diff --git a/fence/fenced/logging.c b/group/gfs_controld/logging.c similarity index 96% copy from fence/fenced/logging.c copy to group/gfs_controld/logging.c index fc5f11c..663d2f8 100644 --- a/fence/fenced/logging.c +++ b/group/gfs_controld/logging.c @@ -1,7 +1,7 @@ -#include "fd.h" +#include "gfs_daemon.h" #include "config.h" -#define DAEMON_NAME "fenced" +#define DAEMON_NAME "gfs_controld" /* default: errors go to syslog (/var/log/messages) and .log logging/debug=on: errors continue going to syslog (/var/log/messages) @@ -15,8 +15,8 @@ #define DEFAULT_PRIORITY SYSLOGLEVEL /* cluster config setting */ #define DEFAULT_FILE LOGDIR "/" DAEMON_NAME ".log" -#define DAEMON_LEVEL_PATH "/cluster/logging/logger_subsys[@subsys=\"FENCED\"]/@syslog_level" -#define DAEMON_DEBUG_PATH "/cluster/logging/logger_subsys[@subsys=\"FENCED\"]/@debug" +#define DAEMON_LEVEL_PATH "/cluster/logging/logger_subsys[@subsys=\"GFS_CONTROLD\"]/@syslog_level" +#define DAEMON_DEBUG_PATH "/cluster/logging/logger_subsys[@subsys=\"GFS_CONTROLD\"]/@debug" /* Read cluster.conf settings and convert them into logsys values. If no cluster.conf setting exists, the default that was used in hooks/post-receive -- Cluster Project