From teigland@sourceware.org Mon Jul 2 13:53:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 02 Jul 2007 13:53:00 -0000 Subject: cluster/dlm-kernel/src proc.c Message-ID: <20070702135328.25596.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2007-07-02 13:53:28 Modified files: dlm-kernel/src : proc.c Log message: Print the owner pid of each lock when dumping /proc/cluster/dlm_locks. This changes the format of the proc output in case anyone is parsing it. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/proc.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12.2.2&r2=1.12.2.3 From teigland@sourceware.org Mon Jul 2 15:08:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 02 Jul 2007 15:08:00 -0000 Subject: cluster/dlm/tool Makefile main.c Message-ID: <20070702150847.15821.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2007-07-02 15:08:47 Added files: dlm/tool : Makefile main.c Log message: Add dlm_tool to RHEL4 branch to join/leave lockspaces and dump lock listing. Not entirely certain what we'll do with yet, if anything. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1 From lhh@sourceware.org Mon Jul 2 15:13:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Mon, 02 Jul 2007 15:13:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/groups ... Message-ID: <20070702151343.16878.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-07-02 15:13:43 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: groups.c rg_state.c Log message: Fix #237144 - pass 2. All testcases accounted for now. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.17&r2=1.31.2.18 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.7&r2=1.25.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.24.2.9&r2=1.24.2.10 From lhh@sourceware.org Mon Jul 2 15:15:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Mon, 02 Jul 2007 15:15:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/groups ... Message-ID: <20070702151500.17664.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-07-02 15:15:00 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: groups.c rg_state.c Log message: Fix #237144 - pass 2. All testcases accounted for now. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.49&r2=1.50 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&r1=1.34&r2=1.35 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&r1=1.36&r2=1.37 From teigland@sourceware.org Mon Jul 2 20:07:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 02 Jul 2007 20:07:00 -0000 Subject: cluster/dlm/tool main.c Message-ID: <20070702200717.19593.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2007-07-02 20:07:17 Modified files: dlm/tool : main.c Log message: Separate lockdump (compact, one lock per line) from lockdebug (verbose output as seen from proc). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.1&r2=1.3.2.2 From jbrassow@sourceware.org Mon Jul 2 21:58:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Mon, 02 Jul 2007 21:58:00 -0000 Subject: cluster/rgmanager/src/resources lvm.sh Message-ID: <20070702215834.7283.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: jbrassow@sourceware.org 2007-07-02 21:58:34 Modified files: rgmanager/src/resources: lvm.sh Log message: Require vg_name to be unique. Allowing multiple LVs from the same VG on different machines can lead to races when updating metadata during device failures. We can do better. This patch puts the validation in lvm.sh so that it can print out a understandable error message. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/lvm.sh.diff?cvsroot=cluster&r1=1.8&r2=1.9 From jbrassow@sourceware.org Mon Jul 2 21:59:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Mon, 02 Jul 2007 21:59:00 -0000 Subject: cluster/rgmanager/src/resources lvm.sh Message-ID: <20070702215934.9196.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jbrassow@sourceware.org 2007-07-02 21:59:34 Modified files: rgmanager/src/resources: lvm.sh Log message: Require vg_name to be unique. Allowing multiple LVs from the same VG on different machines can lead to races when updating metadata during device failures. We can do better. This patch puts the validation in lvm.sh so that it can print out a understandable error message. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/lvm.sh.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.6&r2=1.1.2.7 From jbrassow@sourceware.org Mon Jul 2 21:59:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Mon, 02 Jul 2007 21:59:00 -0000 Subject: cluster/rgmanager/src/resources lvm.sh Message-ID: <20070702215904.8699.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jbrassow@sourceware.org 2007-07-02 21:59:04 Modified files: rgmanager/src/resources: lvm.sh Log message: Require vg_name to be unique. Allowing multiple LVs from the same VG on different machines can lead to races when updating metadata during device failures. We can do better. This patch puts the validation in lvm.sh so that it can print out a understandable error message. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/lvm.sh.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.6.5&r2=1.1.6.6 From teigland@sourceware.org Tue Jul 3 15:59:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 03 Jul 2007 15:59:00 -0000 Subject: cluster/dlm/tool main.c Message-ID: <20070703155928.31762.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2007-07-03 15:59:28 Modified files: dlm/tool : main.c Log message: quote the resource name when printing Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.2&r2=1.3.2.3 From rmccabe@sourceware.org Tue Jul 3 16:56:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 03 Jul 2007 16:56:00 -0000 Subject: conga/luci/site/luci/Extensions ricci_communic ... Message-ID: <20070703165639.31183.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-03 16:56:39 Modified files: luci/site/luci/Extensions: ricci_communicator.py Log message: Cleanups and better debug messages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&r1=1.27&r2=1.28 From rmccabe@sourceware.org Tue Jul 3 17:06:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 03 Jul 2007 17:06:00 -0000 Subject: conga/luci/site/luci/Extensions LuciClusterInf ... Message-ID: <20070703170600.7852.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-03 17:06:00 Modified files: luci/site/luci/Extensions: LuciClusterInfo.py PropsObject.py cluster_adapters.py luci/site/luci/Extensions/ClusterModel: ModelBuilder.py Removed files: luci/site/luci/Extensions/ClusterModel: GeneralError.py Log message: More cleanup. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/PropsObject.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.259&r2=1.260 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/GeneralError.py.diff?cvsroot=cluster&r1=1.2&r2=NONE From teigland@sourceware.org Tue Jul 3 17:46:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 03 Jul 2007 17:46:00 -0000 Subject: cluster/dlm/tool main.c Message-ID: <20070703174655.4658.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2007-07-03 17:46:55 Modified files: dlm/tool : main.c Log message: The previous change resulted in double quotes around the name; change the name parsing routine to not put quotes in the name string. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.3&r2=1.3.2.4 From pcaulfield@sourceware.org Thu Jul 5 08:08:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Thu, 05 Jul 2007 08:08:00 -0000 Subject: cluster/dlm/lib libdlm.c Message-ID: <20070705080822.17354.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-07-05 08:08:22 Modified files: dlm/lib : libdlm.c Log message: Honour the mode parameter to dlm_create_lockspace() even if the device node was created by udev. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/libdlm.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.15.2.3&r2=1.15.2.4 From pcaulfield@sourceware.org Thu Jul 5 08:24:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Thu, 05 Jul 2007 08:24:00 -0000 Subject: cluster/dlm/lib libdlm.c Message-ID: <20070705082405.21159.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-07-05 08:24:05 Modified files: dlm/lib : libdlm.c Log message: Honour the mode parameter to dlm_create_lockspace() even if the device node was created by udev. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/libdlm.c.diff?cvsroot=cluster&r1=1.36&r2=1.37 From fabbione@sourceware.org Thu Jul 5 14:27:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Thu, 05 Jul 2007 14:27:00 -0000 Subject: cluster/fence/agents/xvm Makefile Message-ID: <20070705142727.30480.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-07-05 14:27:27 Modified files: fence/agents/xvm: Makefile Log message: Overload Makefile to give Lon a build target and keep the style consistent across. Most important change (really) is to keep incdir as last or custom incdir build will break. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 From pcaulfield@sourceware.org Fri Jul 6 12:24:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 06 Jul 2007 12:24:00 -0000 Subject: cluster/dlm/man Message-ID: <20070706122434.19503.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-07-06 12:24:34 cluster/dlm/man Update of /cvs/cluster/cluster/dlm/man In directory sourceware.org:/tmp/cvs-serv19492/man Log Message: Directory /cvs/cluster/cluster/dlm/man added to the repository --> Using per-directory sticky tag `RHEL4' From pcaulfield@sourceware.org Fri Jul 6 12:32:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 06 Jul 2007 12:32:00 -0000 Subject: cluster/dlm/man dlm_cleanup.3 dlm_close_locksp ... Message-ID: <20070706123230.25728.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-07-06 12:32:30 Added files: dlm/man : dlm_cleanup.3 dlm_close_lockspace.3 dlm_create_lockspace.3 dlm_dispatch.3 dlm_get_fd.3 dlm_lock.3 dlm_lock_wait.3 dlm_ls_lock.3 dlm_ls_lock_wait.3 dlm_ls_pthread_init.3 dlm_ls_unlock.3 dlm_ls_unlock_wait.3 dlm_open_lockspace.3 dlm_pthread_init.3 dlm_release_lockspace.3 dlm_unlock.3 dlm_unlock_wait.3 libdlm.3 Log message: Man pages for libdlm! Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_cleanup.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_close_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_create_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_dispatch.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_get_fd.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_lock.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_lock_wait.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_lock.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_lock_wait.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_pthread_init.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_unlock.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_unlock_wait.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_open_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_pthread_init.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_release_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_unlock.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_unlock_wait.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/libdlm.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 From lhh@sourceware.org Fri Jul 6 18:50:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Fri, 06 Jul 2007 18:50:00 -0000 Subject: cluster/rgmanager/src/clulib rg_strings.c Message-ID: <20070706185022.3745.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-07-06 18:50:22 Modified files: rgmanager/src/clulib: rg_strings.c Log message: remove debug printf Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/rg_strings.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.3&r2=1.5.2.4 From pcaulfield@sourceware.org Mon Jul 9 08:45:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 09 Jul 2007 08:45:00 -0000 Subject: cluster/dlm Makefile man/Makefile Message-ID: <20070709084503.13504.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-07-09 08:45:03 Modified files: dlm : Makefile Added files: dlm/man : Makefile Log message: Install man pages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 From pcaulfield@sourceware.org Mon Jul 9 09:00:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 09 Jul 2007 09:00:00 -0000 Subject: cluster/dlm/man dlm_create_lockspace.3 dlm_loc ... Message-ID: <20070709090029.2556.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-07-09 09:00:29 Modified files: dlm/man : dlm_create_lockspace.3 dlm_lock.3 dlm_unlock.3 libdlm.3 Log message: Fix some typos and cut-n-pasteos Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_create_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_lock.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_unlock.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/libdlm.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 From pcaulfield@sourceware.org Mon Jul 9 09:29:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 09 Jul 2007 09:29:00 -0000 Subject: cluster/dlm/man Makefile dlm_cleanup.3 dlm_clo ... Message-ID: <20070709092957.30754.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-07-09 09:29:57 Added files: dlm/man : Makefile dlm_cleanup.3 dlm_close_lockspace.3 dlm_create_lockspace.3 dlm_dispatch.3 dlm_get_fd.3 dlm_lock.3 dlm_lock_wait.3 dlm_ls_lock.3 dlm_ls_lock_wait.3 dlm_ls_lockx.3 dlm_ls_pthread_init.3 dlm_ls_unlock.3 dlm_ls_unlock_wait.3 dlm_new_lockspace.3 dlm_open_lockspace.3 dlm_pthread_init.3 dlm_release_lockspace.3 dlm_unlock.3 dlm_unlock_wait.3 libdlm.3 Log message: libdlm man pages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_cleanup.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_close_lockspace.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_create_lockspace.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_dispatch.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_get_fd.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_lock.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_lock_wait.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_lock.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_lock_wait.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_lockx.3.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_pthread_init.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_unlock.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_unlock_wait.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_new_lockspace.3.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_open_lockspace.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_pthread_init.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_release_lockspace.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_unlock.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_unlock_wait.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/libdlm.3.diff?cvsroot=cluster&r1=1.1&r2=1.2 From pcaulfield@sourceware.org Mon Jul 9 12:06:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 09 Jul 2007 12:06:00 -0000 Subject: cluster/dlm/man Makefile Message-ID: <20070709120639.31964.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-07-09 12:06:39 Modified files: dlm/man : Makefile Log message: remove redundant Makefile lines Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3 From teigland@sourceware.org Mon Jul 9 16:53:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 09 Jul 2007 16:53:00 -0000 Subject: cluster/dlm/man dlm_create_lockspace.3 dlm_loc ... Message-ID: <20070709165308.31873.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-07-09 16:53:08 Modified files: dlm/man : dlm_create_lockspace.3 dlm_lock.3 dlm_unlock.3 Log message: Various small changes and additions. Munging formatting to avoid line wrapping on 80 columns. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_create_lockspace.3.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_lock.3.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_unlock.3.diff?cvsroot=cluster&r1=1.2&r2=1.3 From cfeist@sourceware.org Mon Jul 9 22:23:00 2007 From: cfeist@sourceware.org (cfeist@sourceware.org) Date: Mon, 09 Jul 2007 22:23:00 -0000 Subject: cluster/gfs-kernel/src/gulm gulm_jid.c Message-ID: <20070709222303.23400.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: cfeist@sourceware.org 2007-07-09 22:23:03 Modified files: gfs-kernel/src/gulm: gulm_jid.c Log message: Josef's change to remove some extra jid locking. Fixes bz#237678 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gulm/gulm_jid.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10&r2=1.10.2.1 From rohara@sourceware.org Tue Jul 10 18:01:00 2007 From: rohara@sourceware.org (rohara@sourceware.org) Date: Tue, 10 Jul 2007 18:01:00 -0000 Subject: cluster/gfs/gfs_mkfs main.c Message-ID: <20070710180105.15942.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rohara@sourceware.org 2007-07-10 18:01:05 Modified files: gfs/gfs_mkfs : main.c Log message: BZ 240584 - Check to see if device is mounted before creating filesystem. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/main.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rpeterso@sourceware.org Tue Jul 10 18:21:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Tue, 10 Jul 2007 18:21:00 -0000 Subject: cluster/gfs2/libgfs2 libgfs2.h Message-ID: <20070710182107.30347.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-07-10 18:21:07 Modified files: gfs2/libgfs2 : libgfs2.h Log message: Resolves: bz 247591: Make default journal size for gfs2 128M Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&r1=1.15&r2=1.16 From rpeterso@sourceware.org Tue Jul 10 18:21:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Tue, 10 Jul 2007 18:21:00 -0000 Subject: cluster/gfs2/libgfs2 libgfs2.h Message-ID: <20070710182135.30689.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-07-10 18:21:35 Modified files: gfs2/libgfs2 : libgfs2.h Log message: Resolves: bz 247591: Make default journal size for gfs2 128M Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.8&r2=1.7.2.9 From rohara@sourceware.org Tue Jul 10 18:21:00 2007 From: rohara@sourceware.org (rohara@sourceware.org) Date: Tue, 10 Jul 2007 18:21:00 -0000 Subject: cluster/gfs2/mkfs main_mkfs.c Message-ID: <20070710182128.30544.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rohara@sourceware.org 2007-07-10 18:21:28 Modified files: gfs2/mkfs : main_mkfs.c Log message: BZ 240584 - Check to see if device is mounted before creating filesystem. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/main_mkfs.c.diff?cvsroot=cluster&r1=1.14&r2=1.15 From lhh@sourceware.org Tue Jul 10 18:24:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 10 Jul 2007 18:24:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/groups ... Message-ID: <20070710182400.31137.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-07-10 18:24:00 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: groups.c rg_thread.c Log message: Resolves: 247488 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.18&r2=1.31.2.19 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.8&r2=1.25.2.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_thread.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.6&r2=1.15.2.7 From lhh@sourceware.org Tue Jul 10 18:25:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 10 Jul 2007 18:25:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/groups ... Message-ID: <20070710182527.1424.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-07-10 18:25:27 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: groups.c rg_thread.c Log message: Resolves: 247488 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.50&r2=1.51 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&r1=1.35&r2=1.36 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_thread.c.diff?cvsroot=cluster&r1=1.22&r2=1.23 From rohara@sourceware.org Tue Jul 10 19:18:00 2007 From: rohara@sourceware.org (rohara@sourceware.org) Date: Tue, 10 Jul 2007 19:18:00 -0000 Subject: cluster/gfs2/mkfs main_mkfs.c Message-ID: <20070710191844.2708.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rohara@sourceware.org 2007-07-10 19:18:44 Modified files: gfs2/mkfs : main_mkfs.c Log message: BZ 240584 - Check to see if device is mounted before creating filesystem. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/main_mkfs.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.8.2.6&r2=1.8.2.7 From rohara@sourceware.org Tue Jul 10 19:18:00 2007 From: rohara@sourceware.org (rohara@sourceware.org) Date: Tue, 10 Jul 2007 19:18:00 -0000 Subject: cluster/gfs/gfs_mkfs main.c Message-ID: <20070710191819.2379.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rohara@sourceware.org 2007-07-10 19:18:19 Modified files: gfs/gfs_mkfs : main.c Log message: BZ 240584 - Check to see if device is mounted before creating filesystem. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.1&r2=1.5.2.2 From jparsons@sourceware.org Wed Jul 11 06:37:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Wed, 11 Jul 2007 06:37:00 -0000 Subject: cluster/fence/agents/apc fence_apc.py Message-ID: <20070711063714.646.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jparsons@sourceware.org 2007-07-11 06:37:14 Modified files: fence/agents/apc: fence_apc.py Log message: Fix for bz238106 - new firmware version delta Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/fence_apc.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.3&r2=1.1.4.4 From pcaulfield@sourceware.org Wed Jul 11 13:11:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 11 Jul 2007 13:11:00 -0000 Subject: cluster/dlm/man Makefile dlm_ls_query.3 dlm_ls ... Message-ID: <20070711131136.14581.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-07-11 13:11:36 Modified files: dlm/man : Makefile Added files: dlm/man : dlm_ls_query.3 dlm_ls_query_wait.3 dlm_query.3 dlm_query_wait.3 Log message: Document query API Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_query.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_query_wait.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_query.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_query_wait.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 From pcaulfield@sourceware.org Wed Jul 11 13:22:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 11 Jul 2007 13:22:00 -0000 Subject: cluster/dlm/man dlm_query.3 Message-ID: <20070711132230.21524.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-07-11 13:22:30 Modified files: dlm/man : dlm_query.3 Log message: A little more spiel. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_query.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 From pcaulfield@sourceware.org Wed Jul 11 14:00:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 11 Jul 2007 14:00:00 -0000 Subject: cluster/dlm lib/libdlm.h man/dlm_query.3 Message-ID: <20070711140027.2614.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-07-11 14:00:27 Modified files: dlm/lib : libdlm.h dlm/man : dlm_query.3 Log message: Fix typo (in .h file too!) that refers to nodes rather than locks on queues. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/libdlm.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8&r2=1.8.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_query.3.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.2&r2=1.1.2.3 From jbrassow@sourceware.org Wed Jul 11 16:18:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Wed, 11 Jul 2007 16:18:00 -0000 Subject: cluster/cmirror-kernel/src dm-cmirror-client.c ... Message-ID: <20070711161803.22295.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jbrassow@sourceware.org 2007-07-11 16:18:03 Modified files: cmirror-kernel/src: dm-cmirror-client.c dm-cmirror-server.c dm-cmirror-xfr.h Log message: Bug 238629: dm-cmirror: Remote recovery conflict... The kernel changes are now in place (marking/clearing the log during writes to nosync regions) to allow nominal I/O to region that have yet to be recovered. Also moved around some debugging messages and removed 'is_remote_recovering()'. (is_remote_recovering is obviated by the new mechanism for handling recovery/write ordering.) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-client.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.48&r2=1.1.2.49 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-server.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.35&r2=1.1.2.36 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-xfr.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.5&r2=1.1.2.6 From teigland@sourceware.org Wed Jul 11 17:01:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 11 Jul 2007 17:01:00 -0000 Subject: cluster/group/gfs_controld cpg.c group.c plock ... Message-ID: <20070711170123.3923.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-07-11 17:01:23 Modified files: group/gfs_controld: cpg.c group.c plock.c recover.c Log message: add a bunch of casts to quiet warnings on x86-64 print a couple decimal places for times in the debug logging Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/cpg.c.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/group.c.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.31&r2=1.32 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/recover.c.diff?cvsroot=cluster&r1=1.31&r2=1.32 From lhh@sourceware.org Wed Jul 11 19:35:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Wed, 11 Jul 2007 19:35:00 -0000 Subject: cluster/rgmanager ChangeLog src/resources/vm.sh Message-ID: <20070711193507.9368.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-07-11 19:35:07 Modified files: rgmanager : ChangeLog rgmanager/src/resources: vm.sh Log message: Fix #247154 / #247866 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.19&r2=1.31.2.20 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/vm.sh.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.4&r2=1.1.2.5 From rpeterso@sourceware.org Wed Jul 11 21:58:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Wed, 11 Jul 2007 21:58:00 -0000 Subject: cluster/gfs-kernel/src/gfs ops_inode.c Message-ID: <20070711215853.21176.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-07-11 21:58:53 Modified files: gfs-kernel/src/gfs: ops_inode.c Log message: Resolves: bz #241096: GFS: bug in gfs truncate Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_inode.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.2&r2=1.15.2.3 From rpeterso@sourceware.org Wed Jul 11 22:15:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Wed, 11 Jul 2007 22:15:00 -0000 Subject: cluster/gfs-kernel/src/gfs ops_inode.c Message-ID: <20070711221523.2699.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: rpeterso@sourceware.org 2007-07-11 22:15:22 Modified files: gfs-kernel/src/gfs: ops_inode.c Log message: Resolves: bz #241096: GFS: bug in gfs truncate Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_inode.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.15.2.2&r2=1.15.2.2.2.1 From rmccabe@sourceware.org Wed Jul 11 22:47:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 11 Jul 2007 22:47:00 -0000 Subject: conga/luci homebase/form-macros homebase/homeb ... Message-ID: <20070711224708.11207.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-11 22:47:08 Modified files: luci/homebase : form-macros homebase_common.js validate_cluster_add.js validate_cluster_add_initial.js validate_perm.js validate_sys_add.js validate_sys_remove.js validate_user_add.js validate_user_del.js luci/cluster : fence_device.js form-macros resource-form-macros resource_form_handlers.js validate_fence.js Log message: Fixes for MSIE support Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.57&r2=1.58 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/homebase_common.js.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add.js.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add_initial.js.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_perm.js.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_sys_add.js.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_sys_remove.js.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_user_add.js.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_user_del.js.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence_device.js.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.200&r2=1.201 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&r1=1.38&r2=1.39 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&r1=1.36&r2=1.37 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&r1=1.7&r2=1.8 From rmccabe@sourceware.org Thu Jul 12 02:42:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 12 Jul 2007 02:42:00 -0000 Subject: conga/luci homebase/index_html cluster/fence_d ... Message-ID: <20070712024242.17461.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-12 02:42:42 Modified files: luci/homebase : index_html luci/cluster : fence_device.js form-macros index_html validate_config_qdisk.js validate_fence.js Log message: More fixes for MSIE Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/index_html.diff?cvsroot=cluster&r1=1.22&r2=1.23 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence_device.js.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.201&r2=1.202 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.35&r2=1.36 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_qdisk.js.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&r1=1.8&r2=1.9 From jparsons@sourceware.org Thu Jul 12 03:39:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Thu, 12 Jul 2007 03:39:00 -0000 Subject: cluster/fence/agents/apc fence_apc.py Message-ID: <20070712033919.6457.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: jparsons@sourceware.org 2007-07-12 03:39:19 Modified files: fence/agents/apc: fence_apc.py Log message: Fix for bz238106, new firmware version issues Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/fence_apc.py.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.1.4.3&r2=1.1.4.3.2.1 From jparsons@sourceware.org Thu Jul 12 03:45:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Thu, 12 Jul 2007 03:45:00 -0000 Subject: cluster/fence/agents/apc fence_apc.py Message-ID: <20070712034544.7548.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: jparsons@sourceware.org 2007-07-12 03:45:44 Modified files: fence/agents/apc: fence_apc.py Log message: Fix for bz238106, new firmware version issues Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/fence_apc.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 From rmccabe@sourceware.org Thu Jul 12 04:41:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 12 Jul 2007 04:41:00 -0000 Subject: conga ./conga.spec.in.in luci/cluster/fence_de ... Message-ID: <20070712044139.26001.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-12 04:41:39 Modified files: . : conga.spec.in.in luci/cluster : fence_device.js form-macros index_html resource-form-macros resource_form_handlers.js validate_config_qdisk.js validate_fence.js luci/homebase : form-macros homebase_common.js index_html validate_cluster_add.js validate_cluster_add_initial.js validate_perm.js validate_sys_add.js validate_sys_remove.js validate_user_add.js validate_user_del.js Log message: Fix 245202: Conga needs to support Internet Explorer 6.0 and later Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.44&r2=1.45.2.45 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence_device.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.5&r2=1.2.2.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.24&r2=1.90.2.25 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.11&r2=1.20.2.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.7&r2=1.21.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.8&r2=1.20.2.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_qdisk.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.2&r2=1.4.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.2&r2=1.1.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.44.2.9&r2=1.44.2.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/homebase_common.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.13.2.3&r2=1.13.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/index_html.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.4&r2=1.18.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.3&r2=1.4.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add_initial.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_perm.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_sys_add.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_sys_remove.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.1&r2=1.2.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_user_add.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_user_del.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1 From mgrac@sourceware.org Thu Jul 12 11:23:00 2007 From: mgrac@sourceware.org (mgrac@sourceware.org) Date: Thu, 12 Jul 2007 11:23:00 -0000 Subject: cluster/rgmanager ChangeLog src/resources/Makefile Message-ID: <20070712112316.15438.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: mgrac@sourceware.org 2007-07-12 11:23:16 Modified files: rgmanager : ChangeLog rgmanager/src/resources: Makefile Log message: Resolves: #245178 - install RA for named (agent already in CVS) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.20&r2=1.31.2.21 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.13.2.5&r2=1.13.2.6 From mgrac@sourceware.org Thu Jul 12 11:25:00 2007 From: mgrac@sourceware.org (mgrac@sourceware.org) Date: Thu, 12 Jul 2007 11:25:00 -0000 Subject: cluster/rgmanager ChangeLog src/resources/Makefile Message-ID: <20070712112510.16366.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: mgrac@sourceware.org 2007-07-12 11:25:10 Modified files: rgmanager : ChangeLog rgmanager/src/resources: Makefile Log message: Resolves: #245178 - install RA for named (agent already in CVS) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.51&r2=1.52 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/Makefile.diff?cvsroot=cluster&r1=1.19&r2=1.20 From rmccabe@sourceware.org Thu Jul 12 15:44:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 12 Jul 2007 15:44:00 -0000 Subject: conga/luci cluster/form-macros homebase/homeba ... Message-ID: <20070712154443.3269.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-12 15:44:43 Modified files: luci/cluster : form-macros luci/homebase : homebase_common.js luci/site/luci/Extensions: FenceHandler.py LuciClusterInfo.py PropsObject.py homebase_adapters.py Log message: - Cleanups - Better exception handling and error logging for fence validation Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.202&r2=1.203 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/homebase_common.js.diff?cvsroot=cluster&r1=1.18&r2=1.19 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/PropsObject.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&r1=1.51&r2=1.52 From rohara@sourceware.org Thu Jul 12 15:45:00 2007 From: rohara@sourceware.org (rohara@sourceware.org) Date: Thu, 12 Jul 2007 15:45:00 -0000 Subject: cluster gfs/gfs_mkfs/main.c gfs2/mkfs/main_mkfs.c Message-ID: <20070712154544.5890.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rohara@sourceware.org 2007-07-12 15:45:44 Modified files: gfs/gfs_mkfs : main.c gfs2/mkfs : main_mkfs.c Log message: Fix bug where mkfs always exits with EXIT_FAILURE. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/main.c.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/main_mkfs.c.diff?cvsroot=cluster&r1=1.15&r2=1.16 From rohara@sourceware.org Thu Jul 12 15:49:00 2007 From: rohara@sourceware.org (rohara@sourceware.org) Date: Thu, 12 Jul 2007 15:49:00 -0000 Subject: cluster gfs/gfs_mkfs/main.c gfs2/mkfs/main_mkfs.c Message-ID: <20070712154927.10852.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rohara@sourceware.org 2007-07-12 15:49:27 Modified files: gfs/gfs_mkfs : main.c gfs2/mkfs : main_mkfs.c Log message: Fix bug where mkfs always exits with EXIT_FAILURE. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.2&r2=1.5.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/main_mkfs.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.8.2.7&r2=1.8.2.8 From rmccabe@sourceware.org Thu Jul 12 19:50:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 12 Jul 2007 19:50:00 -0000 Subject: cluster/cman/init.d cman Message-ID: <20070712195017.19851.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rmccabe@sourceware.org 2007-07-12 19:50:17 Modified files: cman/init.d : cman Log message: Detect bridged networking configurations where additional parameters are supplied to the script. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/init.d/cman.diff?cvsroot=cluster&r1=1.31&r2=1.32 From rmccabe@sourceware.org Thu Jul 12 22:35:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 12 Jul 2007 22:35:00 -0000 Subject: conga/luci cluster/form-macros homebase/homeba ... Message-ID: <20070712223540.11709.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-12 22:35:40 Modified files: luci/cluster : form-macros luci/homebase : homebase_common.js luci/plone-custom: conga.js luci/site/luci/Extensions: LuciClusterInfo.py LuciDB.py PropsObject.py RicciQueries.py cluster_adapters.py ricci_communicator.py Log message: Most of the fix for 247521: Luci returns mis-leading errors if cluster.conf has a syntax error Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.203&r2=1.204 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/homebase_common.js.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga.js.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/PropsObject.py.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.260&r2=1.261 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&r1=1.28&r2=1.29 From teigland@sourceware.org Fri Jul 13 15:19:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 13 Jul 2007 15:19:00 -0000 Subject: cluster/gfs-kernel/src/gfs ops_address.c ops_f ... Message-ID: <20070713151917.6631.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-07-13 15:19:17 Modified files: gfs-kernel/src/gfs: ops_address.c ops_file.c Log message: Make gfs-kernel compile against post-2.6.22 (2.6.23-rc) kernels. (No more sendfile which is now done via splice which gfs1 still lacks.) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_address.c.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_file.c.diff?cvsroot=cluster&r1=1.35&r2=1.36 From teigland@sourceware.org Fri Jul 13 18:29:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 13 Jul 2007 18:29:00 -0000 Subject: cluster/dlm/tool Makefile main.c Message-ID: <20070713182950.21012.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-07-13 18:29:50 Modified files: dlm/tool : Makefile main.c Log message: add lockdump and option to set permission of dlm device when creating Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&r1=1.3&r2=1.4 From pcaulfield@sourceware.org Mon Jul 16 09:26:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 16 Jul 2007 09:26:00 -0000 Subject: cluster/dlm-kernel/src lowcomms.c Message-ID: <20070716092605.17861.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-07-16 09:26:05 Modified files: dlm-kernel/src : lowcomms.c Log message: Clean & deallocation 'othercon' structure when closing a connection. see bz#220538 (which is RHEL5 but still relevant) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/lowcomms.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.22.2.14&r2=1.22.2.15 From pcaulfield@sourceware.org Mon Jul 16 09:27:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 16 Jul 2007 09:27:00 -0000 Subject: cluster/dlm-kernel/src lowcomms.c Message-ID: <20070716092732.18702.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: STABLE Changes by: pcaulfield@sourceware.org 2007-07-16 09:27:32 Modified files: dlm-kernel/src : lowcomms.c Log message: Cler & free 'othercon' struct in close_connection. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/lowcomms.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.22.2.8.4.2.2.3&r2=1.22.2.8.4.2.2.4 From rmccabe@sourceware.org Mon Jul 16 21:06:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 16 Jul 2007 21:06:00 -0000 Subject: conga make/version.in ./clustermon.spec.in.in ... Message-ID: <20070716210614.32248.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-16 21:06:14 Modified files: make : version.in . : clustermon.spec.in.in conga.spec.in.in Log message: Fix 248317: luci sets incorrect permissions on /usr/lib64/luci and /var/lib/luci Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.18&r2=1.21.2.19 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.19&r2=1.18.2.20 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.45&r2=1.45.2.46 From rmccabe@sourceware.org Mon Jul 16 21:11:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 16 Jul 2007 21:11:00 -0000 Subject: conga clustermon.spec.in.in conga.spec.in.in Message-ID: <20070716211118.8345.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-16 21:11:18 Modified files: . : clustermon.spec.in.in conga.spec.in.in Log message: Insure correct permissions are set on %{_libdir}/luci when installing from rpm. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&r1=1.30&r2=1.31 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.78&r2=1.79 From rmccabe@sourceware.org Mon Jul 16 21:35:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 16 Jul 2007 21:35:00 -0000 Subject: conga/luci/site/luci/Extensions LuciClusterInf ... Message-ID: <20070716213517.17923.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-16 21:35:17 Modified files: luci/site/luci/Extensions: LuciClusterInfo.py LuciDB.py RicciQueries.py Log message: More fixes for 247521 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.2&r2=1.1.4.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.2&r2=1.1.4.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.2&r2=1.1.4.3 From rmccabe@sourceware.org Mon Jul 16 22:10:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 16 Jul 2007 22:10:00 -0000 Subject: conga/luci/site Makefile Message-ID: <20070716221028.1867.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-16 22:10:27 Modified files: luci/site : Makefile Log message: Fix an install bug that causes luci to bomb out at startup. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.11.2.2&r2=1.11.2.3 From rmccabe@sourceware.org Mon Jul 16 22:18:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 16 Jul 2007 22:18:00 -0000 Subject: conga conga.spec.in.in Message-ID: <20070716221850.6360.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-16 22:18:50 Modified files: . : conga.spec.in.in Log message: Make rpm -V ignore changes to Data.fs, which is modified by postinstall scripts. Related to bz240034 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.46&r2=1.45.2.47 From rmccabe@sourceware.org Mon Jul 16 22:21:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 16 Jul 2007 22:21:00 -0000 Subject: conga ./conga.spec.in.in luci/site/Makefile Message-ID: <20070716222131.7121.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-16 22:21:31 Modified files: . : conga.spec.in.in luci/site : Makefile Log message: Fix an install bug, and silence rpm -V after a successful install. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.79&r2=1.80 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 From rpeterso@sourceware.org Mon Jul 16 23:16:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Mon, 16 Jul 2007 23:16:00 -0000 Subject: cluster/gfs2/edit gfs2hex.c hexedit.c hexedit. ... Message-ID: <20070716231635.625.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-07-16 23:16:35 Modified files: gfs2/edit : gfs2hex.c hexedit.c hexedit.h savemeta.c Log message: I added the ability to recurse indirect blocks. That means that you can now print a list of all blocks associated with a file. For example, you could print all block numbers associated with journal0 by doing something like: gfs2_edit -p 0x19 /dev/roth_vg/roth_lv assuming, of course, that you know that block 0x19 contains journal0. (You can use gfs2_edit -p jindex to get that information though). I fixed some bugs with restoremeta where it was dying if the metadata to be restored was bigger than the destination file system could hold. I made restoremeta do some "warm fuzzy stuff" to report its progress of the restore operation so the user doesn't think the restoremeta is permanently hung. I renamed some long variable names to short ones to make the code less wordy. I fixed a minor segfault if you hit "j" when your cursor is on the block number of the hex view. I probably should have committed these changes earlier rather than save them up, but some of my changes had serious regressions and I didn't have time to sort it out and fix it until just now (I didn't want to commit a broken version to cvs.) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/edit/gfs2hex.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/edit/hexedit.c.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/edit/hexedit.h.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/edit/savemeta.c.diff?cvsroot=cluster&r1=1.1&r2=1.2 From rmccabe@sourceware.org Tue Jul 17 16:10:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 17 Jul 2007 16:10:00 -0000 Subject: cluster/cman/init.d cman Message-ID: <20070717160959.21375.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-17 16:09:59 Modified files: cman/init.d : cman Log message: Fix 248048: xen network workaround not enabled when additional params are given to network-bridge script Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/init.d/cman.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.26.2.4&r2=1.26.2.5 From rmccabe@sourceware.org Tue Jul 17 18:34:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 17 Jul 2007 18:34:00 -0000 Subject: cluster/fence/agents/apc fence_apc.py Message-ID: <20070717183428.21560.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-07-17 18:34:28 Modified files: fence/agents/apc: fence_apc.py Log message: Committing for Jim to address bz246675 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/fence_apc.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.3&r2=1.1.2.4 From rmccabe@sourceware.org Tue Jul 17 18:38:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 17 Jul 2007 18:38:00 -0000 Subject: cluster/fence/agents/apc fence_apc.py Message-ID: <20070717183834.22708.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL45 Changes by: rmccabe@sourceware.org 2007-07-17 18:38:34 Modified files: fence/agents/apc: fence_apc.py Log message: Fix for 246675 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/fence_apc.py.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.1.2.3&r2=1.1.2.3.2.1 From rmccabe@sourceware.org Tue Jul 17 18:38:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 17 Jul 2007 18:38:00 -0000 Subject: cluster/fence/agents/ilo fence_ilo.pl Message-ID: <20070717183859.22871.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL45 Changes by: rmccabe@sourceware.org 2007-07-17 18:38:59 Modified files: fence/agents/ilo: fence_ilo.pl Log message: Fix for 246246 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ilo/fence_ilo.pl.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.3.2.3.2.1&r2=1.3.2.3.2.2 From rmccabe@sourceware.org Tue Jul 17 22:30:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 17 Jul 2007 22:30:00 -0000 Subject: conga/ricci common/Makefile modules/cluster/Ma ... Message-ID: <20070717223045.19741.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-17 22:30:45 Modified files: ricci/common : Makefile ricci/modules/cluster: Makefile Virt.cpp Virt.h Added files: ricci/common : base64.c base64.h Log message: fence_xvm.key distribution, part 1 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/base64.c.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/base64.h.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Makefile.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 From pcaulfield@sourceware.org Wed Jul 18 15:13:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 18 Jul 2007 15:13:00 -0000 Subject: cluster/dlm/tests/usertest flood.c Message-ID: <20070718151326.20390.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: STABLE Changes by: pcaulfield@sourceware.org 2007-07-18 15:13:26 Modified files: dlm/tests/usertest: flood.c Log message: Add timeout Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tests/usertest/flood.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.1.2.2&r2=1.1.2.3 From rmccabe@sourceware.org Wed Jul 18 18:57:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 18 Jul 2007 18:57:00 -0000 Subject: conga ./conga.spec.in.in luci/homebase/homebas ... Message-ID: <20070718185741.11768.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-18 18:57:41 Modified files: . : conga.spec.in.in luci/homebase : homebase_common.js luci/plone-custom: conga.js luci/site/luci/var: Data.fs Log message: Update the DB with the fixes for bz245202 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.47&r2=1.45.2.48 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/homebase_common.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.13.2.4&r2=1.13.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.2&r2=1.3.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.18&r2=1.15.2.19 From teigland@sourceware.org Wed Jul 18 20:35:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 18 Jul 2007 20:35:00 -0000 Subject: cluster/group/gfs_controld cpg.c plock.c Message-ID: <20070718203551.30615.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-07-18 20:35:51 Modified files: group/gfs_controld: cpg.c plock.c Log message: recent cleanup of warnings should have specified unsigned in long long casts Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/cpg.c.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.32&r2=1.33 From teigland@sourceware.org Thu Jul 19 20:22:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 19 Jul 2007 20:22:00 -0000 Subject: cluster/gfs2/mount util.c Message-ID: <20070719202209.2281.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-07-19 20:22:09 Modified files: gfs2/mount : util.c Log message: more helpful error reporting (sync with HEAD) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/util.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.6&r2=1.18.2.7 From teigland@sourceware.org Thu Jul 19 20:23:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 19 Jul 2007 20:23:00 -0000 Subject: cluster/group/gfs_controld cpg.c group.c plock ... Message-ID: <20070719202316.3109.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-07-19 20:23:16 Modified files: group/gfs_controld: cpg.c group.c plock.c recover.c Log message: clean up warnings, report more precise plock times (sync with HEAD) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/cpg.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.9.2.2&r2=1.9.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/group.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4&r2=1.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.6&r2=1.25.2.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.23.2.8&r2=1.23.2.9 From teigland@sourceware.org Thu Jul 19 20:43:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 19 Jul 2007 20:43:00 -0000 Subject: cluster/dlm/tool main.c Message-ID: <20070719204324.8491.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-07-19 20:43:24 Modified files: dlm/tool : main.c Log message: add lockdump and -m to set mode of dlm device (sync with HEAD) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.2&r2=1.2.2.3 From cfeist@sourceware.org Thu Jul 19 22:08:00 2007 From: cfeist@sourceware.org (cfeist@sourceware.org) Date: Thu, 19 Jul 2007 22:08:00 -0000 Subject: cluster/gfs-kernel/src/gulm gulm_jid.c Message-ID: <20070719220819.16193.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL45 Changes by: cfeist@sourceware.org 2007-07-19 22:08:19 Modified files: gfs-kernel/src/gulm: gulm_jid.c Log message: - RHEL45 z-stream commit of Josef's gulm patch to remove unnecessary jid locking (237678, 248958). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gulm/gulm_jid.c.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.10&r2=1.10.16.1 From adas@sourceware.org Thu Jul 19 22:20:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Thu, 19 Jul 2007 22:20:00 -0000 Subject: cluster/gfs2/mount mount.gfs2.c Message-ID: <20070719222050.19161.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: adas@sourceware.org 2007-07-19 22:20:50 Modified files: gfs2/mount : mount.gfs2.c Log message: Fix for bz248177: We delete the old /etc/mtab entry and add a new one during remount. Any changes made to the mount options using remount are reflected in /etc/mtab now. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/mount.gfs2.c.diff?cvsroot=cluster&r1=1.24&r2=1.25 From adas@sourceware.org Thu Jul 19 22:21:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Thu, 19 Jul 2007 22:21:00 -0000 Subject: cluster/gfs2/mount mount.gfs2.c Message-ID: <20070719222120.19339.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: adas@sourceware.org 2007-07-19 22:21:20 Modified files: gfs2/mount : mount.gfs2.c Log message: Fix for bz248177: We delete the old /etc/mtab entry and add a new one during remount. Any changes made to the mount options using remount are reflected in /etc/mtab now. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/mount.gfs2.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.20.2.4&r2=1.20.2.4.2.1 From adas@sourceware.org Thu Jul 19 22:21:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Thu, 19 Jul 2007 22:21:00 -0000 Subject: cluster/gfs2/mount mount.gfs2.c Message-ID: <20070719222150.19528.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: adas@sourceware.org 2007-07-19 22:21:50 Modified files: gfs2/mount : mount.gfs2.c Log message: Fix for bz248177: We delete the old /etc/mtab entry and add a new one during remount. Any changes made to the mount options using remount are reflected in /etc/mtab now. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/mount.gfs2.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.4&r2=1.20.2.5 From cfeist@sourceware.org Fri Jul 20 18:06:00 2007 From: cfeist@sourceware.org (cfeist@sourceware.org) Date: Fri, 20 Jul 2007 18:06:00 -0000 Subject: cluster/gfs2/mkfs main_mkfs.c Message-ID: <20070720180633.15240.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: cfeist@sourceware.org 2007-07-20 18:06:33 Modified files: gfs2/mkfs : main_mkfs.c Log message: Revert patch to check if filesystem was in use. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/main_mkfs.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.8.2.7&r2=1.8.2.7.2.1 From cfeist@sourceware.org Fri Jul 20 18:11:00 2007 From: cfeist@sourceware.org (cfeist@sourceware.org) Date: Fri, 20 Jul 2007 18:11:00 -0000 Subject: cluster/gfs/gfs_mkfs main.c Message-ID: <20070720181135.25578.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: cfeist@sourceware.org 2007-07-20 18:11:35 Modified files: gfs/gfs_mkfs : main.c Log message: Revert patch to check if filesystem was in use. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/main.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.5.2.2&r2=1.5.2.2.2.1 From rpeterso@sourceware.org Fri Jul 20 20:59:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Fri, 20 Jul 2007 20:59:00 -0000 Subject: cluster/gfs2/man mkfs.gfs2.8 Message-ID: <20070720205913.28621.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-07-20 20:59:13 Modified files: gfs2/man : mkfs.gfs2.8 Log message: Resolves: bz #247591: Make default journal size for gfs2 128M Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/mkfs.gfs2.8.diff?cvsroot=cluster&r1=1.5&r2=1.6 From rpeterso@sourceware.org Fri Jul 20 20:59:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Fri, 20 Jul 2007 20:59:00 -0000 Subject: cluster/gfs2/man mkfs.gfs2.8 Message-ID: <20070720205935.28796.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: rpeterso@sourceware.org 2007-07-20 20:59:35 Modified files: gfs2/man : mkfs.gfs2.8 Log message: Resolves: bz #247591: Make default journal size for gfs2 128M Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/mkfs.gfs2.8.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.1.2.4&r2=1.1.2.4.2.1 From rpeterso@sourceware.org Fri Jul 20 21:01:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Fri, 20 Jul 2007 21:01:00 -0000 Subject: cluster/gfs2/man mkfs.gfs2.8 Message-ID: <20070720210135.30086.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-07-20 21:01:35 Modified files: gfs2/man : mkfs.gfs2.8 Log message: Resolves: bz #247591: Make default journal size for gfs2 128M Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/mkfs.gfs2.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.4&r2=1.1.2.5 From rmccabe@sourceware.org Mon Jul 23 15:09:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 23 Jul 2007 15:09:00 -0000 Subject: conga/luci/cluster validate_fence.js Message-ID: <20070723150917.28559.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-23 15:09:17 Modified files: luci/cluster : validate_fence.js Log message: Fix code that could cause javascript errors when adding fence devices for the first time with gecko-based browsers (firefox/mozilla/etc). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.3&r2=1.1.2.4 From teigland@sourceware.org Mon Jul 23 16:41:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 23 Jul 2007 16:41:00 -0000 Subject: cluster/gfs-kernel/src/gfs main.c ops_export.c ... Message-ID: <20070723164146.10533.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-07-23 16:41:46 Modified files: gfs-kernel/src/gfs: main.c ops_export.c ops_vm.c Log message: Brute-force porting to 2.6.23-rc1. There are non-trivial changes for which I just copied what had been done to gfs2 without investigating whether gfs1 needs something different. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/main.c.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_export.c.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_vm.c.diff?cvsroot=cluster&r1=1.7&r2=1.8 From rmccabe@sourceware.org Mon Jul 23 18:47:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 23 Jul 2007 18:47:00 -0000 Subject: conga/ricci modules/cluster/ClusterModule.cpp ... Message-ID: <20070723184751.30715.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-23 18:47:51 Modified files: ricci/modules/cluster: ClusterModule.cpp Virt.cpp Virt.h Added files: ricci/test_suite/cluster: delete_xvm_key.xml generate_xvm_key.xml get_xvm_key.xml set_xvm_key.xml Log message: Complete ricci support for managing fence_xvm key files Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterModule.cpp.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/delete_xvm_key.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/generate_xvm_key.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/get_xvm_key.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/set_xvm_key.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1 From rmccabe@sourceware.org Mon Jul 23 18:53:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 23 Jul 2007 18:53:00 -0000 Subject: conga/luci cluster/validate_fence.js site/luci ... Message-ID: <20070723185308.506.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-23 18:53:08 Modified files: luci/cluster : validate_fence.js luci/site/luci/Extensions: cluster_adapters.py Log message: Fix a javascript bug Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.261&r2=1.262 From lhh@sourceware.org Mon Jul 23 20:49:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Mon, 23 Jul 2007 20:49:00 -0000 Subject: cluster/rgmanager ChangeLog src/clulib/msg_clu ... Message-ID: <20070723204913.971.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-07-23 20:49:13 Modified files: rgmanager : ChangeLog rgmanager/src/clulib: msg_cluster.c msgtest.c vft.c rgmanager/src/daemons: groups.c main.c nodeevent.c rg_event.c rg_forward.c rg_state.c rg_thread.c rgmanager/src/resources: service.sh rgmanager/src/utils: clusvcadm.c Added files: rgmanager/src/clulib: tmgr.c Log message: Misc. bugfixes; see ChangeLog Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.52&r2=1.53 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/tmgr.c.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/msg_cluster.c.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/msgtest.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/vft.c.diff?cvsroot=cluster&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&r1=1.36&r2=1.37 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/main.c.diff?cvsroot=cluster&r1=1.40&r2=1.41 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/nodeevent.c.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_event.c.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_forward.c.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&r1=1.37&r2=1.38 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_thread.c.diff?cvsroot=cluster&r1=1.23&r2=1.24 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/service.sh.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clusvcadm.c.diff?cvsroot=cluster&r1=1.20&r2=1.21 From lhh@sourceware.org Tue Jul 24 13:53:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 24 Jul 2007 13:53:00 -0000 Subject: cluster/rgmanager ChangeLog src/clulib/Makefil ... Message-ID: <20070724135308.2515.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-07-24 13:53:08 Modified files: rgmanager : ChangeLog rgmanager/src/clulib: Makefile msg_cluster.c msgtest.c vft.c rgmanager/src/daemons: Makefile groups.c main.c nodeevent.c rg_event.c rg_forward.c rg_state.c rg_thread.c rgmanager/src/utils: clusvcadm.c Added files: rgmanager/src/clulib: tmgr.c Log message: Fix #249314, #247291, #249314 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.21&r2=1.31.2.22 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/tmgr.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.10.2.2&r2=1.10.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/msg_cluster.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4&r2=1.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/msgtest.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/vft.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.17.2.2&r2=1.17.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.14.2.2&r2=1.14.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.9&r2=1.25.2.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.34.2.6&r2=1.34.2.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/nodeevent.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.3&r2=1.4.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_event.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_forward.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.8.2.1&r2=1.8.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.24.2.10&r2=1.24.2.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_thread.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.7&r2=1.15.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clusvcadm.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.12.2.4&r2=1.12.2.5 From lhh@sourceware.org Tue Jul 24 13:58:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 24 Jul 2007 13:58:00 -0000 Subject: cluster/rgmanager/src clulib/tmgr.c daemons/rg ... Message-ID: <20070724135847.4193.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-07-24 13:58:47 Modified files: rgmanager/src/clulib: tmgr.c rgmanager/src/daemons: rg_thread.c Log message: Fix minor warnings Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/tmgr.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_thread.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.8&r2=1.15.2.9 From rmccabe@sourceware.org Tue Jul 24 15:00:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 24 Jul 2007 15:00:00 -0000 Subject: conga/luci/site/luci/Extensions FenceHandler.py Message-ID: <20070724150030.2742.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-24 15:00:30 Modified files: luci/site/luci/Extensions: FenceHandler.py Log message: Fix 249097 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.6&r2=1.4.2.7 From teigland@sourceware.org Tue Jul 24 18:15:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 24 Jul 2007 18:15:00 -0000 Subject: cluster/group/dlm_controld Makefile action.c d ... Message-ID: <20070724181543.14709.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-07-24 18:15:43 Modified files: group/dlm_controld: Makefile action.c dlm_daemon.h group.c main.c member_cman.c Added files: group/dlm_controld: deadlock.c dlm_controld.h Log message: add new code to find and resolve deadlocks, still incomplete, disabled by default Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/deadlock.c.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/dlm_controld.h.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/action.c.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/dlm_daemon.h.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/group.c.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/main.c.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/member_cman.c.diff?cvsroot=cluster&r1=1.7&r2=1.8 From teigland@sourceware.org Tue Jul 24 18:17:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 24 Jul 2007 18:17:00 -0000 Subject: cluster/dlm/tool main.c Message-ID: <20070724181732.15035.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-07-24 18:17:32 Modified files: dlm/tool : main.c Log message: dlm_tool deadlock_check is a way to manually kick off a deadlock detection cycle for the named lockspace Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&r1=1.4&r2=1.5 From lhh@sourceware.org Tue Jul 24 18:49:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 24 Jul 2007 18:49:00 -0000 Subject: cluster/rgmanager ChangeLog src/clulib/Makefil ... Message-ID: <20070724184918.6978.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: lhh@sourceware.org 2007-07-24 18:49:18 Modified files: rgmanager : ChangeLog rgmanager/src/clulib: Makefile msg_cluster.c msgtest.c vft.c rgmanager/src/daemons: Makefile groups.c main.c nodeevent.c rg_event.c rg_forward.c rg_state.c rg_thread.c rgmanager/src/resources: Makefile vm.sh rgmanager/src/utils: clusvcadm.c Added files: rgmanager/src/clulib: tmgr.c Log message: Resolves: #247291 #249314 #249408 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.31.2.19&r2=1.31.2.19.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/tmgr.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=NONE&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.10.2.2&r2=1.10.2.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/msg_cluster.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.4&r2=1.4.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/msgtest.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.2&r2=1.2.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/vft.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.17.2.2&r2=1.17.2.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.14.2.2&r2=1.14.2.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.25.2.9&r2=1.25.2.9.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/main.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.34.2.6&r2=1.34.2.6.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/nodeevent.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.4.2.3&r2=1.4.2.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_event.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.1&r2=1.1.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_forward.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.8.2.1&r2=1.8.2.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.24.2.10&r2=1.24.2.10.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_thread.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.15.2.7&r2=1.15.2.7.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.13.2.5&r2=1.13.2.5.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/vm.sh.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.1.2.4&r2=1.1.2.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clusvcadm.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.12.2.4&r2=1.12.2.4.2.1 From teigland@sourceware.org Tue Jul 24 19:34:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 24 Jul 2007 19:34:00 -0000 Subject: cluster/doc usage.txt Message-ID: <20070724193438.4099.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-07-24 19:34:38 Modified files: doc : usage.txt Log message: minor updates for cluster-2.01.00 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.37&r2=1.38 From teigland@sourceware.org Tue Jul 24 20:08:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 24 Jul 2007 20:08:00 -0000 Subject: cluster/doc usage.txt Message-ID: <20070724200810.23694.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-07-24 20:08:10 Modified files: doc : usage.txt Log message: sdake says that DESTDIR=/ is correct, not /usr Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.38&r2=1.39 From rmccabe@sourceware.org Thu Jul 26 04:14:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 04:14:00 -0000 Subject: conga/luci/cluster validate_fence.js Message-ID: <20070726041415.16085.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 04:14:15 Modified files: luci/cluster : validate_fence.js Log message: Fix the frontend to allow spaces as a fence password (part of the fix for 249097) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.4&r2=1.1.2.5 From rmccabe@sourceware.org Thu Jul 26 04:16:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 04:16:00 -0000 Subject: conga/luci cluster/form-macros cluster/index_h ... Message-ID: <20070726041646.17945.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 04:16:46 Modified files: luci/cluster : form-macros index_html luci/homebase : validate_cluster_add.js Log message: Fix for 249091 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.25&r2=1.90.2.26 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.12&r2=1.20.2.13 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.4&r2=1.4.2.5 From rmccabe@sourceware.org Thu Jul 26 04:20:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 04:20:00 -0000 Subject: conga/luci/site/luci/Extensions LuciClusterAct ... Message-ID: <20070726042059.18967.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 04:20:59 Modified files: luci/site/luci/Extensions: LuciClusterActions.py LuciDB.py RicciQueries.py conga_constants.py Log message: Fix for bz249291 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterActions.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.2&r2=1.1.4.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.3&r2=1.1.4.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.3&r2=1.1.4.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.19.2.12&r2=1.19.2.13 From rmccabe@sourceware.org Thu Jul 26 04:23:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 04:23:00 -0000 Subject: conga/luci/site/luci/Extensions ricci_communic ... Message-ID: <20070726042318.19360.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 04:23:18 Modified files: luci/site/luci/Extensions: ricci_communicator.py Log message: Possible fix for bz249342 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.9.2.12&r2=1.9.2.13 From rmccabe@sourceware.org Thu Jul 26 04:36:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 04:36:00 -0000 Subject: conga/luci/site/luci/Extensions FenceHandler.p ... Message-ID: <20070726043634.23947.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 04:36:34 Modified files: luci/site/luci/Extensions: FenceHandler.py cluster_adapters.py Log message: Part of the fix for bz249066 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.7&r2=1.4.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.32&r2=1.120.2.33 From rmccabe@sourceware.org Thu Jul 26 05:32:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 05:32:00 -0000 Subject: conga/luci/site/luci/Extensions LuciZope.py Message-ID: <20070726053238.10928.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 05:32:38 Modified files: luci/site/luci/Extensions: LuciZope.py Log message: Fix for 249066 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZope.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.1&r2=1.1.4.2 From rmccabe@sourceware.org Thu Jul 26 05:52:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 05:52:00 -0000 Subject: conga/luci/site/luci/Extensions LuciClusterInf ... Message-ID: <20070726055254.10218.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 05:52:54 Modified files: luci/site/luci/Extensions: LuciClusterInfo.py cluster_adapters.py Log message: Fixes for 249086 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.3&r2=1.1.4.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.33&r2=1.120.2.34 From rmccabe@sourceware.org Thu Jul 26 05:57:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 05:57:00 -0000 Subject: conga/luci/site/luci/Extensions/ClusterModel M ... Message-ID: <20070726055742.11272.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 05:57:42 Modified files: luci/site/luci/Extensions/ClusterModel: ModelBuilder.py Log message: Part of fixes for 249086 missed in the previous commit Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.2&r2=1.1.4.3 From rmccabe@sourceware.org Thu Jul 26 14:59:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 14:59:00 -0000 Subject: conga/luci/site/luci/Extensions StorageReport.py Message-ID: <20070726145926.12925.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 14:59:26 Modified files: luci/site/luci/Extensions: StorageReport.py Log message: Fix a typo that caused an exception to be thrown while viewing volumes with snapshots. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.4&r2=1.20.2.5 From cfeist@sourceware.org Thu Jul 26 16:34:00 2007 From: cfeist@sourceware.org (cfeist@sourceware.org) Date: Thu, 26 Jul 2007 16:34:00 -0000 Subject: cluster/gfs2/mount mount.gfs2.c Message-ID: <20070726163433.26904.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: cfeist@sourceware.org 2007-07-26 16:34:33 Modified files: gfs2/mount : mount.gfs2.c Log message: - Comment out check_sys_fs do to bz#247853, this check should happen after we try to load the module. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/mount.gfs2.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.20.2.4.2.1&r2=1.20.2.4.2.2 From cfeist@sourceware.org Thu Jul 26 16:36:00 2007 From: cfeist@sourceware.org (cfeist@sourceware.org) Date: Thu, 26 Jul 2007 16:36:00 -0000 Subject: cluster/gfs2/mount mount.gfs2.c Message-ID: <20070726163643.27918.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: cfeist@sourceware.org 2007-07-26 16:36:43 Modified files: gfs2/mount : mount.gfs2.c Log message: - Comment out check_sys_fs do to bz#247853, this check should happen after we try to load the module. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/mount.gfs2.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.5&r2=1.20.2.6 From rmccabe@sourceware.org Thu Jul 26 20:31:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 20:31:00 -0000 Subject: conga/luci/cluster form-macros Message-ID: <20070726203106.7033.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 20:31:06 Modified files: luci/cluster : form-macros Log message: Allow fence devices to be configured for nodes that are unresponsive Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.26&r2=1.90.2.27 From lhh@sourceware.org Thu Jul 26 20:47:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Thu, 26 Jul 2007 20:47:00 -0000 Subject: cluster/rgmanager/src/clulib lock.c Message-ID: <20070726204737.11537.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-07-26 20:47:37 Modified files: rgmanager/src/clulib: lock.c Log message: Fix #249758 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/lock.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 From lhh@sourceware.org Thu Jul 26 20:48:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Thu, 26 Jul 2007 20:48:00 -0000 Subject: cluster/rgmanager/src/clulib lock.c Message-ID: <20070726204818.11854.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-07-26 20:48:18 Modified files: rgmanager/src/clulib: lock.c Log message: Fix #249758 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/lock.c.diff?cvsroot=cluster&r1=1.4&r2=1.5 From lhh@sourceware.org Thu Jul 26 20:48:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Thu, 26 Jul 2007 20:48:00 -0000 Subject: cluster/rgmanager/src/clulib lock.c Message-ID: <20070726204805.11710.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: lhh@sourceware.org 2007-07-26 20:48:05 Modified files: rgmanager/src/clulib: lock.c Log message: Fix #249758 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/lock.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.3.2.1&r2=1.3.2.1.2.1 From rmccabe@sourceware.org Thu Jul 26 21:03:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 21:03:00 -0000 Subject: conga/luci/site/luci/Extensions LuciClusterInfo.py Message-ID: <20070726210342.16121.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 21:03:42 Modified files: luci/site/luci/Extensions: LuciClusterInfo.py Log message: Fix for an exception thrown as a result of hitting the condition described in bz249715: ccsd not picking up new cluster.conf when adding a cluster node Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.4&r2=1.1.4.5 From rmccabe@sourceware.org Thu Jul 26 22:23:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 26 Jul 2007 22:23:00 -0000 Subject: conga/ricci/common XML.cpp Message-ID: <20070726222313.1873.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-26 22:23:13 Modified files: ricci/common : XML.cpp Log message: Fix bz249351: conga reports that ricci agent is unresponsive even though it's running Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/XML.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.3&r2=1.6.2.4 From rpeterso@sourceware.org Thu Jul 26 23:19:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Thu, 26 Jul 2007 23:19:00 -0000 Subject: cluster/gfs2/man gfs2_tool.8 Message-ID: <20070726231931.28293.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-07-26 23:19:31 Modified files: gfs2/man : gfs2_tool.8 Log message: Resolves: bug #248423: gfs2_tool can not set data journal flags as specified in the man page. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_tool.8.diff?cvsroot=cluster&r1=1.3&r2=1.4 From rpeterso@sourceware.org Thu Jul 26 23:20:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Thu, 26 Jul 2007 23:20:00 -0000 Subject: cluster/gfs2/man gfs2_tool.8 Message-ID: <20070726232059.28918.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-07-26 23:20:59 Modified files: gfs2/man : gfs2_tool.8 Log message: Resolves: bug #248423: gfs2_tool can not set data journal flags as specified in the man page. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 From rpeterso@sourceware.org Thu Jul 26 23:22:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Thu, 26 Jul 2007 23:22:00 -0000 Subject: cluster/gfs2/man gfs2_tool.8 Message-ID: <20070726232205.30451.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: rpeterso@sourceware.org 2007-07-26 23:22:05 Modified files: gfs2/man : gfs2_tool.8 Log message: Resolves: bug #248423: gfs2_tool can not set data journal flags as specified in the man page. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.3&r2=1.3.6.1 From rmccabe@sourceware.org Fri Jul 27 16:43:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 27 Jul 2007 16:43:00 -0000 Subject: conga luci/cluster/form-macros luci/cluster/in ... Message-ID: <20070727164347.25520.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-27 16:43:47 Modified files: luci/cluster : form-macros index_html validate_fence.js luci/homebase : validate_cluster_add.js luci/site/luci/Extensions: FenceHandler.py LuciClusterActions.py LuciClusterInfo.py LuciDB.py LuciZope.py PropsObject.py RicciQueries.py StorageReport.py cluster_adapters.py conga_constants.py ricci/common : XML.cpp ricci/test_suite/cluster: generate_xvm_key.xml Log message: Fixes from the RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.204&r2=1.205 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.36&r2=1.37 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add.js.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterActions.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZope.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/PropsObject.py.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&r1=1.24&r2=1.25 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.262&r2=1.263 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.41&r2=1.42 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/XML.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/generate_xvm_key.xml.diff?cvsroot=cluster&r1=1.1&r2=1.2 From jparsons@sourceware.org Fri Jul 27 17:02:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Fri, 27 Jul 2007 17:02:00 -0000 Subject: conga/luci/site/luci/Extensions/ClusterModel D ... Message-ID: <20070727170235.4830.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: jparsons@sourceware.org 2007-07-27 17:02:35 Modified files: luci/site/luci/Extensions/ClusterModel: Device.py ModelBuilder.py Log message: Part of fix for bz249066 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Device.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 From rmccabe@sourceware.org Fri Jul 27 18:21:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 27 Jul 2007 18:21:00 -0000 Subject: conga/luci/site/luci/var Data.fs Message-ID: <20070727182154.5196.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-27 18:21:53 Modified files: luci/site/luci/var: Data.fs Log message: Update the database file. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.19&r2=1.15.2.20 From rmccabe@sourceware.org Fri Jul 27 19:11:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 27 Jul 2007 19:11:00 -0000 Subject: conga/luci cluster/resource_form_handlers.js s ... Message-ID: <20070727191132.14270.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-27 19:11:32 Modified files: luci/cluster : resource_form_handlers.js luci/site/luci/Extensions: cluster_adapters.py Log message: Allow the creation and modification of services with no resources Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.9&r2=1.20.2.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.34&r2=1.120.2.35 From rmccabe@sourceware.org Fri Jul 27 21:17:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 27 Jul 2007 21:17:00 -0000 Subject: conga/luci/site/luci/Extensions RicciQueries.py Message-ID: <20070727211741.16988.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-27 21:17:41 Modified files: luci/site/luci/Extensions: RicciQueries.py Log message: Ignore text nodes when looking for cluster.conf Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.4&r2=1.1.4.5 From rmccabe@sourceware.org Fri Jul 27 22:07:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 27 Jul 2007 22:07:00 -0000 Subject: conga/luci/site/luci/Extensions LuciClusterInfo.py Message-ID: <20070727220755.14305.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-27 22:07:55 Modified files: luci/site/luci/Extensions: LuciClusterInfo.py Log message: Fix bz249868: Use of failover domain not correctly shown Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.5&r2=1.1.4.6 From rmccabe@sourceware.org Mon Jul 30 02:24:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 30 Jul 2007 02:24:00 -0000 Subject: conga/luci cluster/resource_form_handlers.js s ... Message-ID: <20070730022416.610.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-07-30 02:24:16 Modified files: luci/cluster : resource_form_handlers.js luci/site/luci/Extensions: LuciClusterInfo.py RicciQueries.py cluster_adapters.py Log message: Fixes from the RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&r1=1.37&r2=1.38 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.263&r2=1.264 From rmccabe@sourceware.org Mon Jul 30 05:06:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 30 Jul 2007 05:06:00 -0000 Subject: conga/luci/site/luci/Extensions/ClusterModel D ... Message-ID: <20070730050647.924.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-30 05:06:47 Modified files: luci/site/luci/Extensions/ClusterModel: Device.py ModelBuilder.py Log message: Fixes for 249086 from HEAD Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Device.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.1&r2=1.1.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.3&r2=1.1.4.4 From rmccabe@sourceware.org Mon Jul 30 06:13:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 30 Jul 2007 06:13:00 -0000 Subject: conga clustermon.spec.in.in conga.spec.in.in Message-ID: <20070730061331.27070.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-30 06:13:31 Modified files: . : clustermon.spec.in.in conga.spec.in.in Log message: Update changelogs Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.20&r2=1.18.2.21 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.48&r2=1.45.2.49 From rpeterso@sourceware.org Mon Jul 30 15:31:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Mon, 30 Jul 2007 15:31:00 -0000 Subject: cluster/gfs2 edit/gfs2hex.c edit/hexedit.c lib ... Message-ID: <20070730153123.7845.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-07-30 15:31:23 Modified files: gfs2/edit : gfs2hex.c hexedit.c gfs2/libgfs2 : ondisk.h Log message: Added ability to parse and print journal information. For example: gfs2_edit -p journal2 /dev/roth_vg/roth_lv Also added the ability to jump relative block numbers. This is for when you jump to a block by "editing" the block number: Cursor up to block number, press to enter destination block. Before you could type a structure or block number. Now you can type in a structure, block number, or relative block number. For example, if you're on the superblock (block 0x10) enter +0x300 will take you to block 0x310. This number may be in decimal or hex and may be positive or negative. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/edit/gfs2hex.c.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/edit/hexedit.c.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/ondisk.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 From lhh@sourceware.org Mon Jul 30 16:14:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Mon, 30 Jul 2007 16:14:00 -0000 Subject: cluster/fence/agents/xvm virt.c Message-ID: <20070730161418.8756.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-07-30 16:14:18 Modified files: fence/agents/xvm: virt.c Log message: Fix memory leak in virt.c Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/virt.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 From lhh@sourceware.org Mon Jul 30 20:37:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Mon, 30 Jul 2007 20:37:00 -0000 Subject: cluster/fence/agents/xvm virt.c Message-ID: <20070730203708.410.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-07-30 20:37:08 Modified files: fence/agents/xvm: virt.c Log message: Fix memory leak. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/virt.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 From lhh@sourceware.org Mon Jul 30 20:41:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Mon, 30 Jul 2007 20:41:00 -0000 Subject: cluster/fence/agents/xvm virt.c Message-ID: <20070730204144.2003.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-07-30 20:41:44 Modified files: fence/agents/xvm: virt.c Log message: Fix #250152 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/virt.c.diff?cvsroot=cluster&r1=1.3&r2=1.4 From lhh@sourceware.org Mon Jul 30 21:15:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Mon, 30 Jul 2007 21:15:00 -0000 Subject: cluster/fence/agents/xvm virt.c Message-ID: <20070730211523.27778.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: lhh@sourceware.org 2007-07-30 21:15:22 Modified files: fence/agents/xvm: virt.c Log message: Resolves: #250152 (at least, the fence_xvmd side) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/virt.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.3&r2=1.3.6.1 From lhh@sourceware.org Tue Jul 31 17:54:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 31 Jul 2007 17:54:00 -0000 Subject: cluster/rgmanager ChangeLog include/res-ocf.h ... Message-ID: <20070731175455.10192.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-07-31 17:54:55 Modified files: rgmanager : ChangeLog rgmanager/include: res-ocf.h reslist.h rgmanager/src/clulib: rg_strings.c rgmanager/src/daemons: groups.c reslist.c resrules.c restree.c test.c rgmanager/src/resources: ra-api-1-modified.dtd service.sh vm.sh Log message: Fix bug #248727 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.22&r2=1.31.2.23 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/res-ocf.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.16.1&r2=1.1.16.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/reslist.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.4&r2=1.15.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/rg_strings.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.4&r2=1.5.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.10&r2=1.25.2.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/reslist.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.14.2.3&r2=1.14.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/resrules.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.16.2.6&r2=1.16.2.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.23.2.8&r2=1.23.2.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/test.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.4&r2=1.6.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/ra-api-1-modified.dtd.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4&r2=1.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/service.sh.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.4&r2=1.7.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/vm.sh.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.5&r2=1.1.2.6 From lhh@sourceware.org Tue Jul 31 17:56:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 31 Jul 2007 17:56:00 -0000 Subject: cluster/rgmanager ChangeLog include/res-ocf.h ... Message-ID: <20070731175610.11700.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: lhh@sourceware.org 2007-07-31 17:56:10 Modified files: rgmanager : ChangeLog rgmanager/include: res-ocf.h reslist.h rgmanager/src/clulib: rg_strings.c rgmanager/src/daemons: groups.c reslist.c resrules.c restree.c test.c rgmanager/src/resources: ra-api-1-modified.dtd service.sh vm.sh Log message: Fix bug #248727 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.31.2.19.2.1&r2=1.31.2.19.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/res-ocf.h.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.1.16.1&r2=1.1.16.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/reslist.h.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.15.2.4&r2=1.15.2.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/rg_strings.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.5.2.4&r2=1.5.2.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.25.2.9.2.1&r2=1.25.2.9.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/reslist.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.14.2.3&r2=1.14.2.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/resrules.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.16.2.6&r2=1.16.2.6.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.23.2.8&r2=1.23.2.8.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/test.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.6.2.4&r2=1.6.2.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/ra-api-1-modified.dtd.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.4&r2=1.4.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/service.sh.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.7.2.4&r2=1.7.2.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/vm.sh.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.1.2.4.2.1&r2=1.1.2.4.2.2 From lhh@sourceware.org Tue Jul 31 18:00:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 31 Jul 2007 18:00:00 -0000 Subject: cluster/rgmanager ChangeLog include/res-ocf.h ... Message-ID: <20070731180026.14966.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-07-31 18:00:26 Modified files: rgmanager : ChangeLog rgmanager/include: res-ocf.h reslist.h rgmanager/src/clulib: rg_strings.c rgmanager/src/daemons: groups.c reslist.c resrules.c restree.c test.c rgmanager/src/resources: ra-api-1-modified.dtd service.sh vm.sh Log message: Fix bug #248727 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.53&r2=1.54 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/res-ocf.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/reslist.h.diff?cvsroot=cluster&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/rg_strings.c.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&r1=1.37&r2=1.38 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/reslist.c.diff?cvsroot=cluster&r1=1.18&r2=1.19 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/resrules.c.diff?cvsroot=cluster&r1=1.22&r2=1.23 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&r1=1.34&r2=1.35 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/test.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/ra-api-1-modified.dtd.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/service.sh.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/vm.sh.diff?cvsroot=cluster&r1=1.5&r2=1.6 From lhh@sourceware.org Tue Jul 31 18:02:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 31 Jul 2007 18:02:00 -0000 Subject: cluster/rgmanager/src/daemons test.c Message-ID: <20070731180249.15430.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-07-31 18:02:49 Modified files: rgmanager/src/daemons: test.c Log message: Fix build problem Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/test.c.diff?cvsroot=cluster&r1=1.11&r2=1.12 From rmccabe@sourceware.org Tue Jul 31 18:18:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 31 Jul 2007 18:18:00 -0000 Subject: conga/make version.in Message-ID: <20070731181807.28763.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-07-31 18:18:07 Modified files: make : version.in Log message: version bump Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.19&r2=1.21.2.20 From lhh@sourceware.org Tue Jul 31 18:26:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 31 Jul 2007 18:26:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/groups ... Message-ID: <20070731182640.1768.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: lhh@sourceware.org 2007-07-31 18:26:39 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: groups.c rg_thread.c Log message: Fix #246669 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.28&r2=1.5.2.29 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8.2.19&r2=1.8.2.20 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_thread.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.2.9&r2=1.7.2.10 From rmccabe@sourceware.org Wed Aug 1 19:53:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 01 Aug 2007 19:53:00 -0000 Subject: conga/luci/site/luci/Extensions FenceHandler.py Message-ID: <20070801195335.7484.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-01 19:53:35 Modified files: luci/site/luci/Extensions: FenceHandler.py Log message: Reapply accidentally reverted patch that fixes 249097 (allow a space as a valid password char) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.8&r2=1.4.2.9 From lhh@sourceware.org Thu Aug 2 14:46:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Thu, 02 Aug 2007 14:46:00 -0000 Subject: cluster/rgmanager ChangeLog include/reslist.h ... Message-ID: <20070802144652.19434.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-08-02 14:46:52 Modified files: rgmanager : ChangeLog rgmanager/include: reslist.h rgmanager/src/daemons: groups.c main.c nodeevent.c restree.c rg_forward.c rg_state.c rgmanager/src/resources: vm.sh Log message: Fix #248727, round 2 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.23&r2=1.31.2.24 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/reslist.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.5&r2=1.15.2.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.11&r2=1.25.2.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.34.2.7&r2=1.34.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/nodeevent.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.4&r2=1.4.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.23.2.9&r2=1.23.2.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_forward.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.8.2.2&r2=1.8.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.24.2.11&r2=1.24.2.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/vm.sh.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.6&r2=1.1.2.7 From lhh@sourceware.org Thu Aug 2 14:47:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Thu, 02 Aug 2007 14:47:00 -0000 Subject: cluster/rgmanager ChangeLog include/reslist.h ... Message-ID: <20070802144745.19892.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: lhh@sourceware.org 2007-08-02 14:47:45 Modified files: rgmanager : ChangeLog rgmanager/include: reslist.h rgmanager/src/daemons: groups.c main.c nodeevent.c restree.c rg_forward.c rg_state.c rgmanager/src/resources: vm.sh Log message: Fix #248727, round 2 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.31.2.19.2.2&r2=1.31.2.19.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/reslist.h.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.15.2.4.2.1&r2=1.15.2.4.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.25.2.9.2.2&r2=1.25.2.9.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/main.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.34.2.6.2.1&r2=1.34.2.6.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/nodeevent.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.4.2.3.2.1&r2=1.4.2.3.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.23.2.8.2.1&r2=1.23.2.8.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_forward.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.8.2.1.2.1&r2=1.8.2.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.24.2.10.2.1&r2=1.24.2.10.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/vm.sh.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.1.2.4.2.2&r2=1.1.2.4.2.3 From lhh@sourceware.org Thu Aug 2 14:53:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Thu, 02 Aug 2007 14:53:00 -0000 Subject: cluster/rgmanager ChangeLog include/reslist.h ... Message-ID: <20070802145338.23071.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-08-02 14:53:38 Modified files: rgmanager : ChangeLog rgmanager/include: reslist.h rgmanager/src/daemons: groups.c main.c nodeevent.c restree.c rg_forward.c rg_state.c rgmanager/src/resources: vm.sh Log message: Fix #248727, round 2 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.54&r2=1.55 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/reslist.h.diff?cvsroot=cluster&r1=1.22&r2=1.23 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&r1=1.38&r2=1.39 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/main.c.diff?cvsroot=cluster&r1=1.41&r2=1.42 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/nodeevent.c.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&r1=1.35&r2=1.36 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_forward.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&r1=1.38&r2=1.39 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/vm.sh.diff?cvsroot=cluster&r1=1.6&r2=1.7 From pcaulfield@sourceware.org Fri Aug 3 07:35:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 03 Aug 2007 07:35:00 -0000 Subject: cluster/cman/daemon cmanccs.c Message-ID: <20070803073507.10934.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-03 07:35:07 Modified files: cman/daemon : cmanccs.c Log message: Don't lost the cluster name if it is specified on the command line probably the cause of bz#250688 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cmanccs.c.diff?cvsroot=cluster&r1=1.28&r2=1.29 From pcaulfield@sourceware.org Fri Aug 3 10:27:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 03 Aug 2007 10:27:00 -0000 Subject: cluster/dlm/man Makefile dlm_cleanup.3 dlm_clo ... Message-ID: <20070803102754.27509.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-08-03 10:27:54 Added files: dlm/man : Makefile dlm_cleanup.3 dlm_close_lockspace.3 dlm_create_lockspace.3 dlm_dispatch.3 dlm_get_fd.3 dlm_lock.3 dlm_lock_wait.3 dlm_ls_lock.3 dlm_ls_lock_wait.3 dlm_ls_lockx.3 dlm_ls_pthread_init.3 dlm_ls_unlock.3 dlm_ls_unlock_wait.3 dlm_new_lockspace.3 dlm_open_lockspace.3 dlm_pthread_init.3 dlm_release_lockspace.3 dlm_unlock.3 dlm_unlock_wait.3 libdlm.3 Log message: Add man pages for libdlm calls. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_cleanup.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_close_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_create_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_dispatch.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_get_fd.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_lock.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_lock_wait.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_lock.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_lock_wait.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_lockx.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_pthread_init.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_unlock.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_ls_unlock_wait.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_new_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_open_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_pthread_init.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_release_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_unlock.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_unlock_wait.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/libdlm.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 From pcaulfield@sourceware.org Fri Aug 3 10:29:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 03 Aug 2007 10:29:00 -0000 Subject: cluster/dlm Makefile Message-ID: <20070803102902.27818.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-08-03 10:29:02 Modified files: dlm : Makefile Log message: Install man pages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.1&r2=1.7.2.2 From pcaulfield@sourceware.org Fri Aug 3 10:49:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 03 Aug 2007 10:49:00 -0000 Subject: cluster/cman/daemon cmanccs.c Message-ID: <20070803104911.1300.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-08-03 10:49:11 Modified files: cman/daemon : cmanccs.c Log message: Don't lost the cluster name if it is specified on the command line probably the cause of bz#250688 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cmanccs.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.4&r2=1.21.2.5 From pcaulfield@sourceware.org Mon Aug 6 14:40:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 06 Aug 2007 14:40:00 -0000 Subject: cluster/dlm-kernel/src lowcomms.c Message-ID: <20070806144050.1855.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-08-06 14:40:50 Modified files: dlm-kernel/src : lowcomms.c Log message: Clean out 'othercon' structures when the connection is closed. bz#245828 comments 15->19 & bz#248957 comment 3 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/lowcomms.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.22.2.15&r2=1.22.2.16 From pcaulfield@sourceware.org Mon Aug 6 14:46:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 06 Aug 2007 14:46:00 -0000 Subject: cluster/dlm-kernel/src lowcomms.c Message-ID: <20070806144648.16367.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL45 Changes by: pcaulfield@sourceware.org 2007-08-06 14:46:48 Modified files: dlm-kernel/src : lowcomms.c Log message: Clean out 'othercon' structures when the connection is closed. bz#245828 comments 15->19 & bz#248957 comment 3 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/lowcomms.c.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.22.2.13.2.1&r2=1.22.2.13.2.2 From cfeist@sourceware.org Mon Aug 6 18:28:00 2007 From: cfeist@sourceware.org (cfeist@sourceware.org) Date: Mon, 06 Aug 2007 18:28:00 -0000 Subject: cluster/dlm-kernel/src proc.c Message-ID: <20070806182825.28974.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL45 Changes by: cfeist@sourceware.org 2007-08-06 18:28:25 Modified files: dlm-kernel/src : proc.c Log message: Fixes bz #240356 (cat /proc/cluster/dlm_locks crashes system) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/proc.c.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.12.2.1&r2=1.12.2.1.4.1 From teigland@sourceware.org Mon Aug 6 19:23:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 06 Aug 2007 19:23:00 -0000 Subject: cluster/gfs2/mount mount.gfs2.c Message-ID: <20070806192340.21575.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-06 19:23:40 Modified files: gfs2/mount : mount.gfs2.c Log message: Remove check_sys_fs() since it breaks on-demand fs module loading from the kernel (already changed on RHEL5 branch). Use strerror() instead of errno in another spot to be more user friendly. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/mount.gfs2.c.diff?cvsroot=cluster&r1=1.25&r2=1.26 From teigland@sourceware.org Mon Aug 6 19:26:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 06 Aug 2007 19:26:00 -0000 Subject: cluster/gfs2/mount mount.gfs2.c Message-ID: <20070806192652.27945.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-08-06 19:26:52 Modified files: gfs2/mount : mount.gfs2.c Log message: Use strerror() instead of errno in another spot to be more user friendly. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/mount.gfs2.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.6&r2=1.20.2.7 From teigland@sourceware.org Mon Aug 6 21:50:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 06 Aug 2007 21:50:00 -0000 Subject: cluster/group/dlm_controld Makefile deadlock.c ... Message-ID: <20070806215027.2427.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-06 21:50:27 Modified files: group/dlm_controld: Makefile deadlock.c dlm_daemon.h main.c Log message: fill in a couple more bits related to canceling the chosen lock Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/deadlock.c.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/dlm_daemon.h.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/main.c.diff?cvsroot=cluster&r1=1.12&r2=1.13 From teigland@sourceware.org Tue Aug 7 19:20:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 07 Aug 2007 19:20:00 -0000 Subject: cluster/group/dlm_controld deadlock.c Message-ID: <20070807192055.27247.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-07 19:20:55 Modified files: group/dlm_controld: deadlock.c Log message: don't add the same transaction to a waitfor list more than once Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/deadlock.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 From rmccabe@sourceware.org Tue Aug 7 20:22:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 07 Aug 2007 20:22:00 -0000 Subject: conga/luci/utils luci_admin Message-ID: <20070807202254.20696.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-07 20:22:54 Modified files: luci/utils : luci_admin Log message: Big cleanup. Detect and report more error conditions. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&r1=1.53&r2=1.54 From jparsons@sourceware.org Wed Aug 8 15:49:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Wed, 08 Aug 2007 15:49:00 -0000 Subject: cluster/fence/agents/egenera fence_egenera.pl Message-ID: <20070808154957.5121.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jparsons@sourceware.org 2007-08-08 15:49:57 Modified files: fence/agents/egenera: fence_egenera.pl Log message: Fix for 251358 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/egenera/fence_egenera.pl.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.1&r2=1.2.2.2 From jparsons@sourceware.org Wed Aug 8 16:02:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Wed, 08 Aug 2007 16:02:00 -0000 Subject: cluster/fence/agents/egenera fence_egenera.pl Message-ID: <20070808160210.2436.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: jparsons@sourceware.org 2007-08-08 16:02:10 Modified files: fence/agents/egenera: fence_egenera.pl Log message: Fix for 251358 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/egenera/fence_egenera.pl.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.2.2.1&r2=1.2.2.1.2.1 From jparsons@sourceware.org Wed Aug 8 16:25:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Wed, 08 Aug 2007 16:25:00 -0000 Subject: cluster/fence/agents/egenera fence_egenera.pl Message-ID: <20070808162509.11586.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: jparsons@sourceware.org 2007-08-08 16:25:09 Modified files: fence/agents/egenera: fence_egenera.pl Log message: bz 251358 - forgot to strip build date for baseline file Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/egenera/fence_egenera.pl.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.2.2.1.2.1&r2=1.2.2.1.2.2 From jparsons@sourceware.org Wed Aug 8 16:26:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Wed, 08 Aug 2007 16:26:00 -0000 Subject: cluster/fence/agents/egenera fence_egenera.pl Message-ID: <20070808162636.28414.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jparsons@sourceware.org 2007-08-08 16:26:36 Modified files: fence/agents/egenera: fence_egenera.pl Log message: bz 251358 - forgot to strip build date for baseline file Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/egenera/fence_egenera.pl.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.2&r2=1.2.2.3 From jparsons@sourceware.org Wed Aug 8 16:38:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Wed, 08 Aug 2007 16:38:00 -0000 Subject: cluster/fence/agents/egenera fence_egenera.pl Message-ID: <20070808163830.8021.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jparsons@sourceware.org 2007-08-08 16:38:30 Modified files: fence/agents/egenera: fence_egenera.pl Log message: Fix for bz233428 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/egenera/fence_egenera.pl.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.2&r2=1.1.2.3 From rmccabe@sourceware.org Wed Aug 8 21:00:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 21:00:00 -0000 Subject: conga luci/cluster/fence_device.js luci/cluste ... Message-ID: <20070808210008.28592.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-08 21:00:08 Modified files: luci/cluster : fence_device.js form-chooser form-macros resource_form_handlers.js validate_config_fence.js validate_config_general.js validate_config_gulm.js validate_config_multicast.js validate_config_qdisk.js validate_create_gulm.js validate_fdom.js validate_fence.js validate_sys_svc.js luci/plone-custom: conga_ajax.js luci/site/luci/Extensions: HelperFunctions.py LuciClusterInfo.py LuciZope.py LuciZopeExternal.py RicciQueries.py cluster_adapters.py conga_constants.py homebase_adapters.py luci/site/luci/Extensions/ClusterModel: Device.py make : version.in Added files: luci/cluster : validate_xvm_key.js luci/site/luci/Extensions: LuciZopeAsync.py Log message: support for distributing fence_xvm keys Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_xvm_key.js.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence_device.js.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-chooser.diff?cvsroot=cluster&r1=1.18&r2=1.19 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.205&r2=1.206 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&r1=1.38&r2=1.39 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_fence.js.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_general.js.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_gulm.js.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_multicast.js.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_qdisk.js.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_create_gulm.js.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fdom.js.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_sys_svc.js.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga_ajax.js.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeAsync.py.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/HelperFunctions.py.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZope.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeExternal.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.264&r2=1.265 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.42&r2=1.43 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&r1=1.52&r2=1.53 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Device.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&r1=1.32&r2=1.33 From rmccabe@sourceware.org Wed Aug 8 21:09:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 21:09:00 -0000 Subject: conga/ricci common/Makefile modules/cluster/Cl ... Message-ID: <20070808210945.15835.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-08 21:09:45 Modified files: ricci/common : Makefile ricci/modules/cluster: ClusterModule.cpp Makefile Virt.cpp Virt.h ricci/modules/storage: FSController.cpp Added files: ricci/common : base64.c base64.h ricci/test_suite/cluster: delete_xvm_key.xml generate_xvm_key.xml get_xvm_key.xml set_xvm_key.xml Log message: Fix 230451, pass 1 - Add ricci support for managing fence_xvm keys Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/base64.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/base64.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.2&r2=1.6.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterModule.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.2&r2=1.5.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.14.2.1&r2=1.14.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/FSController.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.2&r2=1.7.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/delete_xvm_key.xml.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/generate_xvm_key.xml.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/get_xvm_key.xml.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/set_xvm_key.xml.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 From rmccabe@sourceware.org Wed Aug 8 21:14:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 21:14:00 -0000 Subject: conga/luci/site/luci/Extensions HelperFunction ... Message-ID: <20070808211438.8516.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-08 21:14:38 Modified files: luci/site/luci/Extensions: HelperFunctions.py LuciClusterInfo.py LuciZope.py LuciZopeExternal.py RicciQueries.py cluster_adapters.py conga_constants.py homebase_adapters.py Added files: luci/site/luci/Extensions: LuciZopeAsync.py Log message: Fix 230451, pass 2 - luci backend support for managing fence_xvm keys, pass 1 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeAsync.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/HelperFunctions.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.4&r2=1.4.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.6&r2=1.1.4.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZope.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.2&r2=1.1.4.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeExternal.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.1&r2=1.1.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.5&r2=1.1.4.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.35&r2=1.120.2.36 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.19.2.13&r2=1.19.2.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.34.2.13&r2=1.34.2.14 From rmccabe@sourceware.org Wed Aug 8 21:16:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 21:16:00 -0000 Subject: conga/luci/site/luci/Extensions LuciZopeAsync.py Message-ID: <20070808211636.32657.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-08 21:16:36 Modified files: luci/site/luci/Extensions: LuciZopeAsync.py Log message: Fix 230451, pass 3 - luci backend support for managing fence_xvm keys, pass 2 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeAsync.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.1&r2=1.1.2.2 From rmccabe@sourceware.org Wed Aug 8 21:18:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 21:18:00 -0000 Subject: conga/luci cluster/fence_device.js cluster/for ... Message-ID: <20070808211846.27116.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-08 21:18:46 Modified files: luci/cluster : fence_device.js form-chooser form-macros resource_form_handlers.js validate_config_fence.js validate_config_general.js validate_config_gulm.js validate_config_multicast.js validate_config_qdisk.js validate_create_gulm.js validate_fdom.js validate_fence.js Added files: luci/cluster : validate_xvm_key.js luci/plone-custom: conga_ajax.js Log message: Fix 230451, pass 4 - luci frontend support for managing fence_xvm keys, pass 1 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_xvm_key.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence_device.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.6&r2=1.2.2.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-chooser.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.12.2.5&r2=1.12.2.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.27&r2=1.90.2.28 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.10&r2=1.20.2.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_fence.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_general.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_gulm.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.4.1&r2=1.3.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_multicast.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_qdisk.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.3&r2=1.4.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_create_gulm.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.1&r2=1.1.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fdom.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.4.1&r2=1.3.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.5&r2=1.1.2.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga_ajax.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.2.2.1 From rmccabe@sourceware.org Wed Aug 8 21:20:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 21:20:00 -0000 Subject: conga/luci cluster/validate_xvm_key.js plone-c ... Message-ID: <20070808212037.19711.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-08 21:20:37 Modified files: luci/cluster : validate_xvm_key.js luci/plone-custom: conga_ajax.js Log message: Fix 230451, pass 5 - luci frontend support for managing fence_xvm keys, pass 2 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_xvm_key.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga_ajax.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.1&r2=1.2.2.2 From rmccabe@sourceware.org Wed Aug 8 21:24:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 21:24:00 -0000 Subject: conga ./clustermon.spec.in.in ./conga.spec.in. ... Message-ID: <20070808212413.2856.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-08 21:24:13 Modified files: . : clustermon.spec.in.in conga.spec.in.in make : version.in Log message: Packaging-related housekeeping for bz230451 fix Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.21&r2=1.18.2.22 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.49&r2=1.45.2.50 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.20&r2=1.21.2.21 From rmccabe@sourceware.org Wed Aug 8 21:26:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 21:26:00 -0000 Subject: conga/luci plone-custom/conga_ajax.js site/luc ... Message-ID: <20070808212637.4655.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-08 21:26:37 Modified files: luci/plone-custom: conga_ajax.js luci/site/luci/Extensions: FenceHandler.py cluster_adapters.py Log message: sync with RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga_ajax.js.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.265&r2=1.266 From rmccabe@sourceware.org Wed Aug 8 21:58:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 21:58:00 -0000 Subject: conga/ricci/modules/storage FSController.cpp Message-ID: <20070808215858.23177.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-08 21:58:58 Modified files: ricci/modules/storage: FSController.cpp Log message: brew still has an old version of libgroup.h Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/FSController.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.3&r2=1.7.2.4 From rmccabe@sourceware.org Wed Aug 8 22:35:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 22:35:00 -0000 Subject: conga/luci/storage form-macros Message-ID: <20070808223503.8477.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-08 22:35:03 Modified files: luci/storage : form-macros Log message: Fix 250837: grammar error when attempting to add physical volumes to a volume group Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.17.2.7&r2=1.17.2.8 From rmccabe@sourceware.org Wed Aug 8 22:43:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 08 Aug 2007 22:43:00 -0000 Subject: conga/luci/site/luci/var Data.fs Message-ID: <20070808224323.18062.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-08 22:43:23 Modified files: luci/site/luci/var: Data.fs Log message: Update the database file Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.20&r2=1.15.2.21 From rmccabe@sourceware.org Thu Aug 9 02:18:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 02:18:00 -0000 Subject: conga/luci/site/luci/Extensions StorageReport.py Message-ID: <20070809021839.10409.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-09 02:18:39 Modified files: luci/site/luci/Extensions: StorageReport.py Log message: Fix 250834 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.5&r2=1.20.2.6 From rmccabe@sourceware.org Thu Aug 9 04:34:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 04:34:00 -0000 Subject: conga/luci cluster/form-macros cluster/validat ... Message-ID: <20070809043453.30905.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-09 04:34:53 Modified files: luci/cluster : form-macros validate_xvm_key.js luci/site/luci/Extensions: cluster_adapters.py Log message: minor cleanups for 230451 fix Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.28&r2=1.90.2.29 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_xvm_key.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.2&r2=1.1.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.36&r2=1.120.2.37 From rmccabe@sourceware.org Thu Aug 9 04:37:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 04:37:00 -0000 Subject: conga/luci cluster/form-macros cluster/validat ... Message-ID: <20070809043721.30017.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-09 04:37:21 Modified files: luci/cluster : form-macros validate_xvm_key.js luci/site/luci/Extensions: StorageReport.py cluster_adapters.py luci/storage : form-macros Log message: pull in fixes from the RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.206&r2=1.207 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_xvm_key.js.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&r1=1.25&r2=1.26 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.266&r2=1.267 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&r1=1.22&r2=1.23 From fabbione@sourceware.org Thu Aug 9 09:22:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Thu, 09 Aug 2007 09:22:00 -0000 Subject: cluster/rgmanager ChangeLog src/clulib/alloc.c Message-ID: <20070809092224.22030.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-09 09:22:24 Modified files: rgmanager : ChangeLog rgmanager/src/clulib: alloc.c Log message: Fix build on parisc as we did for ia64 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.55&r2=1.56 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/alloc.c.diff?cvsroot=cluster&r1=1.11&r2=1.12 From fabbione@sourceware.org Thu Aug 9 09:37:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Thu, 09 Aug 2007 09:37:00 -0000 Subject: cluster/group daemon/Makefile dlm_controld/Mak ... Message-ID: <20070809093737.23724.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-09 09:37:37 Modified files: group/daemon : Makefile group/dlm_controld: Makefile group/gfs_controld: Makefile Log message: Clean up some Makefiles that did not use proper openaisincdir and dlmincdir. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/Makefile.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 From rmccabe@sourceware.org Thu Aug 9 20:26:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 20:26:00 -0000 Subject: conga/luci/cluster form-macros Message-ID: <20070809202612.26241.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-09 20:26:12 Modified files: luci/cluster : form-macros Log message: Do not report cman is not running if 'service cman status' returns non-zero on account of fence_xvmd not running Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.29&r2=1.90.2.30 From rmccabe@sourceware.org Thu Aug 9 20:53:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 20:53:00 -0000 Subject: conga/luci/homebase form-macros luci_homebase.css Message-ID: <20070809205350.15220.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-09 20:53:50 Modified files: luci/homebase : form-macros luci_homebase.css Log message: Fix 249619 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.44.2.10&r2=1.44.2.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.28.2.5&r2=1.28.2.6 From rmccabe@sourceware.org Thu Aug 9 21:05:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 21:05:00 -0000 Subject: conga/luci cluster/form-macros homebase/form-m ... Message-ID: <20070809210528.1177.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-09 21:05:28 Modified files: luci/cluster : form-macros luci/homebase : form-macros luci_homebase.css Log message: Fixes from the RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.207&r2=1.208 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.58&r2=1.59 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.41&r2=1.42 From rmccabe@sourceware.org Thu Aug 9 21:28:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 21:28:00 -0000 Subject: conga/luci cluster/clu_portlet_fetcher cluster ... Message-ID: <20070809212853.31694.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-09 21:28:53 Modified files: luci/cluster : clu_portlet_fetcher fence_device.js form-chooser form-macros index_html resource-form-macros resource_form_handlers.js validate_config_fence.js validate_config_general.js validate_config_gulm.js validate_config_multicast.js validate_config_qdisk.js validate_create_gulm.js validate_fdom.js validate_fence.js luci/conga_ssl : SSLClient.cpp conga_ssl_lib.cpp luci/docs : user_manual.html luci/homebase : form-macros homebase_common.js index_html luci_homebase.css portlet_homebase validate_cluster_add.js validate_cluster_add_initial.js validate_perm.js validate_sys_add.js validate_sys_remove.js validate_user_add.js validate_user_del.js luci/init.d : luci luci/logs : index_html log_provider luci/plone-custom: conga.js luci/site : Makefile luci/site/luci/Extensions: FenceHandler.py HelperFunctions.py LuciSyslog.py PropsObject.py StorageReport.py Variable.py cluster_adapters.py conga_constants.py conga_ssl.py conga_storage_constants.py homebase_adapters.py ricci_communicator.py ricci_defines.py storage_adapters.py luci/storage : cache_report check-batch form-chooser form-macros index_html mappings_provider validate_html luci/test : CGA_0200_Create_cluster.py cleaner.py congaDemoTests.py conga_Helpers.py conga_suite.py Added files: luci/cluster : validate_xvm_key.js luci/plone-custom: conga_ajax.js viewThreadsAtBottom Removed files: luci/python/Extensions: .cvsignore BaseResource.py Cluster.py ClusterNode.py ClusterNodes.py Clusterfs.py Cman.py CommandError.py CommandHandler.py Device.py FailoverDomain.py FailoverDomainNode.py FailoverDomains.py Fence.py FenceDaemon.py FenceDevice.py FenceDevices.py FenceHandler.py Fs.py GeneralError.py Gulm.py HelperFunctions.py Ip.py Lockserver.py MessageLibrary.py Method.py ModelBuilder.py Multicast.py NFSClient.py NFSExport.py Netfs.py NodeData.py README.txt RefObject.py Resources.py Rm.py Script.py Service.py ServiceData.py TagObject.py ValidationError.py Xenvm.py clui_constants.py cluster_adapters.py conga_constants.py fence_test.py homebase_adapters.py permission_check.py ricci_bridge.py ricci_communicator.py ricci_defines.py ricci_test.py storage_adapters.py test.py luci/python/Products/ManagedSystem: ManagedSystem.py README.txt __init__.py config.py luci/python/Products/ManagedSystem/skins: managedsystem_edit_form.cpt managedsystem_view.pt system_link.gif Log message: Merge fixes from RHEL5, pass 1 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_xvm_key.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/clu_portlet_fetcher.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence_device.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.11&r2=1.11.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-chooser.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.16.2.1&r2=1.16.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.176.2.17&r2=1.176.2.18 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.30.2.2&r2=1.30.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.31.2.6&r2=1.31.2.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.29.2.4&r2=1.29.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_fence.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=1.3.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_general.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4&r2=1.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_gulm.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_multicast.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=1.3.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_qdisk.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.1&r2=1.5.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_create_gulm.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fdom.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.1&r2=1.3.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.3&r2=1.3.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/SSLClient.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=1.2.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/conga_ssl_lib.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=1.2.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/docs/user_manual.html.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.16&r2=1.16.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.55.2.2&r2=1.55.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/homebase_common.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.16.2.1&r2=1.16.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/index_html.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.21&r2=1.21.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.37.2.2&r2=1.37.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/portlet_homebase.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8&r2=1.8.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.2.1&r2=1.7.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add_initial.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_perm.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_sys_add.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_sys_remove.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_user_add.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=1.3.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_user_del.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/init.d/luci.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.14&r2=1.14.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/logs/index_html.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/logs/log_provider.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga_ajax.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/viewThreadsAtBottom.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4&r2=1.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/.cvsignore.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/BaseResource.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Cluster.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/ClusterNode.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/ClusterNodes.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Clusterfs.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Cman.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/CommandError.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/CommandHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Device.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/FailoverDomain.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/FailoverDomainNode.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/FailoverDomains.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Fence.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/FenceDaemon.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/FenceDevice.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/FenceDevices.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/FenceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Fs.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/GeneralError.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Gulm.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/HelperFunctions.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Ip.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Lockserver.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/MessageLibrary.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Method.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/ModelBuilder.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Multicast.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/NFSClient.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/NFSExport.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Netfs.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/NodeData.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/README.txt.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/RefObject.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Resources.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Rm.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Script.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Service.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/ServiceData.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/TagObject.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/ValidationError.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/Xenvm.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/clui_constants.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/conga_constants.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/fence_test.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/homebase_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.34&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/permission_check.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/ricci_bridge.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/ricci_communicator.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.6&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/ricci_defines.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/ricci_test.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/storage_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Extensions/test.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Products/ManagedSystem/ManagedSystem.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Products/ManagedSystem/README.txt.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Products/ManagedSystem/__init__.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Products/ManagedSystem/config.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Products/ManagedSystem/skins/managedsystem_edit_form.cpt.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Products/ManagedSystem/skins/managedsystem_view.pt.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/python/Products/ManagedSystem/skins/system_link.gif.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12&r2=1.12.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.17.2.2&r2=1.17.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/HelperFunctions.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.6&r2=1.6.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.11&r2=1.11.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/PropsObject.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.22.2.2&r2=1.22.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Variable.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4&r2=1.4.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.227.2.19&r2=1.227.2.20 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.36.2.3&r2=1.36.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_ssl.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_storage_constants.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8&r2=1.8.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.48.2.2&r2=1.48.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.24.2.1&r2=1.24.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_defines.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/storage_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.9&r2=1.9.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/cache_report.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/check-batch.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-chooser.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5&r2=1.5.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.20&r2=1.20.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/index_html.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7&r2=1.7.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/mappings_provider.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4&r2=1.4.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/validate_html.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/test/CGA_0200_Create_cluster.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.2&r2=1.2.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/test/cleaner.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/test/congaDemoTests.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8.2.2&r2=1.8.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/test/conga_Helpers.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.3&r2=1.10.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/test/conga_suite.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.2.3&r2=1.7.2.4 From rmccabe@sourceware.org Thu Aug 9 21:29:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 21:29:00 -0000 Subject: conga/ricci common/ClientSocket.cpp common/Mak ... Message-ID: <20070809212943.5765.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-09 21:29:43 Modified files: ricci/common : ClientSocket.cpp Makefile Module.cpp executils.cpp ricci/init.d : ricci ricci/modules/cluster: ClusterModule.cpp Makefile Virt.cpp Virt.h ricci/modules/storage: VG.cpp parted_wrapper.cpp ricci/ricci : SSLInstance.cpp Added files: ricci/common : base64.c base64.h ricci/test_suite/cluster: delete_xvm_key.xml generate_xvm_key.xml get_xvm_key.xml set_xvm_key.xml Log message: Merge in fixes from the RHEL5 branch, pass 2 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/base64.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/base64.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/ClientSocket.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.4.1&r2=1.4.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.2.1&r2=1.7.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Module.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5&r2=1.5.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/executils.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.4.1&r2=1.7.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/init.d/ricci.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10&r2=1.10.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterModule.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.6.2.1&r2=1.6.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.15&r2=1.15.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/VG.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.9.2.3&r2=1.9.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/parted_wrapper.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8.4.2&r2=1.8.4.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/SSLInstance.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7&r2=1.7.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/delete_xvm_key.xml.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/generate_xvm_key.xml.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/get_xvm_key.xml.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/cluster/set_xvm_key.xml.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.4.1 From rmccabe@sourceware.org Thu Aug 9 21:32:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 21:32:00 -0000 Subject: conga/luci/site/luci/Extensions ClusterModel/. ... Message-ID: <20070809213234.26356.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-09 21:32:34 Added files: luci/site/luci/Extensions/ClusterModel: .cvsignore Apache.py BaseResource.py Cluster.py ClusterNode.py ClusterNodes.py Clusterfs.py Cman.py Device.py FailoverDomain.py FailoverDomainNode.py FailoverDomains.py Fence.py FenceDaemon.py FenceDevice.py FenceDevices.py FenceXVMd.py Fs.py GeneralError.py Gulm.py Heuristic.py Ip.py LVM.py Lockserver.py Method.py ModelBuilder.py Multicast.py MySQL.py NFSClient.py NFSExport.py Netfs.py OpenLDAP.py Postgres8.py QuorumD.py RefObject.py Resources.py Rm.py SAPDatabase.py SAPInstance.py Samba.py Script.py Service.py TagObject.py Tomcat5.py Totem.py Vm.py __init__.py Removed files: luci/site/luci/Extensions: Apache.py BaseResource.py Cluster.py ClusterNode.py ClusterNodes.py Clusterfs.py Cman.py Device.py FailoverDomain.py FailoverDomainNode.py FailoverDomains.py Fence.py FenceDaemon.py FenceDevice.py FenceDevices.py FenceXVMd.py Fs.py GeneralError.py Gulm.py Heuristic.py Ip.py LVM.py Lockserver.py Method.py ModelBuilder.py Multicast.py MySQL.py NFSClient.py NFSExport.py Netfs.py NodeData.py OpenLDAP.py Postgres8.py QuorumD.py README.txt RefObject.py Resources.py Rm.py SAPDatabase.py SAPInstance.py Samba.py Script.py Service.py ServiceData.py TagObject.py Tomcat5.py Totem.py Vm.py clui_constants.py clusterOS.py permission_check.py ricci_bridge.py Log message: Merge in changes from the RHEL5 branch, pass 3 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Apache.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/BaseResource.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Cluster.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterNode.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterNodes.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Clusterfs.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Cman.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Device.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FailoverDomain.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.4.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FailoverDomainNode.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FailoverDomains.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Fence.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceDaemon.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceDevice.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceDevices.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceXVMd.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Fs.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/GeneralError.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Gulm.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Heuristic.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Ip.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LVM.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Lockserver.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Method.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ModelBuilder.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.19.2.6&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Multicast.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/MySQL.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/NFSClient.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.4.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/NFSExport.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Netfs.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/NodeData.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/OpenLDAP.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Postgres8.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/QuorumD.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/README.txt.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RefObject.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Resources.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Rm.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/SAPDatabase.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.4.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/SAPInstance.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.4.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Samba.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Script.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Service.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ServiceData.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/TagObject.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Tomcat5.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Totem.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Vm.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/clui_constants.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/clusterOS.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/permission_check.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.56.2.6&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/.cvsignore.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Apache.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/BaseResource.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Cluster.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ClusterNode.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ClusterNodes.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Clusterfs.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Cman.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Device.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FailoverDomain.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FailoverDomainNode.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FailoverDomains.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Fence.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FenceDaemon.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FenceDevice.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FenceDevices.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FenceXVMd.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Fs.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/GeneralError.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Gulm.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Heuristic.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Ip.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/LVM.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Lockserver.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Method.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.5.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Multicast.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/MySQL.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/NFSClient.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/NFSExport.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Netfs.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/OpenLDAP.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Postgres8.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/QuorumD.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/RefObject.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Resources.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Rm.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/SAPDatabase.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/SAPInstance.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Samba.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Script.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Service.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/TagObject.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Tomcat5.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Totem.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Vm.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/__init__.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 From rmccabe@sourceware.org Thu Aug 9 21:35:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 21:35:00 -0000 Subject: conga/luci/site/luci/Extensions LuciClusterAct ... Message-ID: <20070809213522.31142.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-09 21:35:22 Added files: luci/site/luci/Extensions: LuciClusterActions.py LuciClusterInfo.py LuciDB.py LuciZope.py LuciZopeAsync.py LuciZopeClusterPortal.py LuciZopeExternal.py LuciZopePerm.py ResourceHandler.py RicciQueries.py Log message: Merge in fixes from the RHEL5 branch, pass 4 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterActions.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.10.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.6.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZope.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.4.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeAsync.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.1.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeClusterPortal.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeExternal.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopePerm.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ResourceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.7.2.1 From rmccabe@sourceware.org Thu Aug 9 22:03:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 22:03:00 -0000 Subject: conga ./clustermon.spec.in.in ./conga.spec.in. ... Message-ID: <20070809220222.820.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-09 22:02:22 Modified files: . : clustermon.spec.in.in conga.spec.in.in download_files make : version.in Added files: . : Plone-2.5.3-final_CMFPlone.patch Removed files: . : Plone-2.5.2-1_CMFPlone.patch Log message: Update spec files, and bump version numbers Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/Plone-2.5.3-final_CMFPlone.patch.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.25.2.5&r2=1.25.2.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.67.2.11&r2=1.67.2.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/download_files.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.2&r2=1.5.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/Plone-2.5.2-1_CMFPlone.patch.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.28.2.5&r2=1.28.2.6 From rmccabe@sourceware.org Thu Aug 9 22:35:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 22:35:00 -0000 Subject: conga clustermon.spec.in.in conga.spec.in.in Message-ID: <20070809223459.11314.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-09 22:34:59 Modified files: . : clustermon.spec.in.in conga.spec.in.in Log message: Update changelogs Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.25.2.6&r2=1.25.2.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.67.2.12&r2=1.67.2.13 From rmccabe@sourceware.org Thu Aug 9 22:37:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 09 Aug 2007 22:37:00 -0000 Subject: conga conga.spec.in.in Message-ID: <20070809223731.5256.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-09 22:37:31 Modified files: . : conga.spec.in.in Log message: modclusterd >= 0.10.0 is needed for fence_xvm key management Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.50&r2=1.45.2.51 From rmccabe@sourceware.org Fri Aug 10 02:01:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 10 Aug 2007 02:01:00 -0000 Subject: conga/luci/site/luci/var Data.fs Message-ID: <20070810020119.10550.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-10 02:01:19 Modified files: luci/site/luci/var: Data.fs Log message: Update the zope database file Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.20.2.13&r2=1.20.2.14 From fabbione@sourceware.org Fri Aug 10 05:05:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Fri, 10 Aug 2007 05:05:00 -0000 Subject: cluster Makefile Message-ID: <20070810050547.13579.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-10 05:05:47 Modified files: . : Makefile Log message: group/ now depends libdlm. Express this new dependency in top level Makefile to guarantee that group will be built only after dlm. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/Makefile.diff?cvsroot=cluster&r1=1.28&r2=1.29 From rmccabe@sourceware.org Fri Aug 10 18:32:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 10 Aug 2007 18:32:00 -0000 Subject: conga/luci/utils luci_admin Message-ID: <20070810183254.10380.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-10 18:32:54 Modified files: luci/utils : luci_admin Log message: backup returns -1, not 0 on failure Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.50.2.3&r2=1.50.2.4 From rmccabe@sourceware.org Fri Aug 10 18:33:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 10 Aug 2007 18:33:00 -0000 Subject: conga/luci/utils luci_admin Message-ID: <20070810183330.18891.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-10 18:33:30 Modified files: luci/utils : luci_admin Log message: backup returns -1, not 0 on backup. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.52.2.1&r2=1.52.2.2 From rmccabe@sourceware.org Fri Aug 10 18:36:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 10 Aug 2007 18:36:00 -0000 Subject: conga/luci/utils luci_admin Message-ID: <20070810183631.27160.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-10 18:36:31 Modified files: luci/utils : luci_admin Log message: - backup returns -1, not 0 on failure. - do not warn about not being about to chown/chmod nonexistent backups Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&r1=1.54&r2=1.55 From teigland@sourceware.org Fri Aug 10 20:23:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 10 Aug 2007 20:23:00 -0000 Subject: cluster/group/dlm_controld deadlock.c dlm_daemon.h Message-ID: <20070810202308.18305.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-10 20:23:08 Modified files: group/dlm_controld: deadlock.c dlm_daemon.h Log message: Detection and resolution now works with my basic deadlock tests. Had to rework how lock state is assembled. The previous method was simpler and just gathered the master lock state from all nodes, but I failed to realize that the xid (transaction id) isn't synced to remote master copy locks. So, now all lock state is saved in the checkpoints, both master-copy and process-copy (containing the xid) which are then merged to give the full view of the lock. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/deadlock.c.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/dlm_daemon.h.diff?cvsroot=cluster&r1=1.11&r2=1.12 From rmccabe@sourceware.org Sat Aug 11 04:16:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Sat, 11 Aug 2007 04:16:00 -0000 Subject: conga ./conga.spec.in.in luci/site/Makefile ma ... Message-ID: <20070811041620.11629.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-11 04:16:20 Modified files: . : conga.spec.in.in luci/site : Makefile make : version.in Log message: Fix a longstanding bug that caused the luci database to not be restored properly upon upgrade unless a backup had been made previous to the upgrade. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.51&r2=1.45.2.52 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.11.2.3&r2=1.11.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.21&r2=1.21.2.22 From rmccabe@sourceware.org Sat Aug 11 04:22:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Sat, 11 Aug 2007 04:22:00 -0000 Subject: conga conga.spec.in.in Message-ID: <20070811042203.18798.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-11 04:22:03 Modified files: . : conga.spec.in.in Log message: Fix a longstanding bug that caused the luci database to not be restored properly upon upgrade unless a backup had been made previous to the upgrade. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.67.2.13&r2=1.67.2.14 From rmccabe@sourceware.org Sat Aug 11 04:23:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Sat, 11 Aug 2007 04:23:00 -0000 Subject: conga conga.spec.in.in Message-ID: <20070811042331.5177.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-11 04:23:31 Modified files: . : conga.spec.in.in Log message: Fixes from the RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.80&r2=1.81 From teigland@sourceware.org Mon Aug 13 15:32:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 13 Aug 2007 15:32:00 -0000 Subject: cluster/group/dlm_controld deadlock.c Message-ID: <20070813153205.23769.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-13 15:32:05 Modified files: group/dlm_controld: deadlock.c Log message: put back the ability to do pid-based deadlock detection on 5.1 kernels Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/deadlock.c.diff?cvsroot=cluster&r1=1.4&r2=1.5 From rmccabe@sourceware.org Mon Aug 13 19:06:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 13 Aug 2007 19:06:00 -0000 Subject: conga ./clustermon.spec.in.in ./conga.spec.in. ... Message-ID: <20070813190645.716.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-13 19:06:44 Modified files: . : clustermon.spec.in.in conga.spec.in.in luci/site/luci/var: Data.fs luci/utils : luci_admin Log message: - Update the luci zope database file - Update the changelog - Fix some nits in the luci_admin script that were hit by users in the field Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.22&r2=1.18.2.23 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.52&r2=1.45.2.53 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.21&r2=1.15.2.22 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.50.2.4&r2=1.50.2.5 From pcaulfield@sourceware.org Mon Aug 13 20:07:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 13 Aug 2007 20:07:00 -0000 Subject: cluster/dlm-kernel/src lowcomms.c Message-ID: <20070813200711.5855.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-08-13 20:07:11 Modified files: dlm-kernel/src : lowcomms.c Log message: Fix for bz#238490 (at least) Keep othercons hanging around until we shut down, but clear out the sock member so we know which ones are active. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/lowcomms.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.22.2.16&r2=1.22.2.17 From pcaulfield@sourceware.org Mon Aug 13 20:09:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 13 Aug 2007 20:09:00 -0000 Subject: cluster/dlm-kernel/src lowcomms.c Message-ID: <20070813200921.25480.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL45 Changes by: pcaulfield@sourceware.org 2007-08-13 20:09:20 Modified files: dlm-kernel/src : lowcomms.c Log message: Fix for bz#238490 (at least) Keep othercons hanging around until we shut down, but clear out the sock member so we know which ones are active. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/lowcomms.c.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.22.2.13.2.2&r2=1.22.2.13.2.3 From rmccabe@sourceware.org Mon Aug 13 21:41:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 13 Aug 2007 21:41:00 -0000 Subject: conga/luci site/luci/var/Data.fs utils/luci_admin Message-ID: <20070813214100.8645.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-13 21:41:00 Modified files: luci/site/luci/var: Data.fs luci/utils : luci_admin Log message: - Update the luci zope database file. - Fixes for the luci_manage script for the RHEL5 CVS branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.20.2.14&r2=1.20.2.15 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.52.2.2&r2=1.52.2.3 From teigland@sourceware.org Tue Aug 14 17:05:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 14 Aug 2007 17:05:00 -0000 Subject: cluster/cman-kernel/src sm_message.c Message-ID: <20070814170510.7071.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2007-08-14 17:05:10 Modified files: cman-kernel/src: sm_message.c Log message: bz 199433: NULL pointer dereference in cman:process_messages for cmirror Adds a check for a null message, and if it finds one, prints an error and ignores it instead of oopsing. This may help us get further in discovering the real problem. Ignoring the null message will probably lead to a hang of some kind, which is better and easier to debug than an oopsed machine. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/sm_message.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.3&r2=1.4.2.4 From teigland@sourceware.org Tue Aug 14 17:14:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 14 Aug 2007 17:14:00 -0000 Subject: cluster/dlm-kernel/src locking.c Message-ID: <20070814171455.31683.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2007-08-14 17:14:55 Modified files: dlm-kernel/src : locking.c Log message: Just ignore user lock that's not in convert state during conversion deadlock check instead of asserting. (This is code that's never touched by our own software, but someone's custom app hit it.) bz 240453: DLM locking assertion failure line 1390 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/locking.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.50.2.10&r2=1.50.2.11 From rmccabe@sourceware.org Tue Aug 14 18:22:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 14 Aug 2007 18:22:00 -0000 Subject: conga ./conga.spec.in.in luci/storage/form-macros Message-ID: <20070814182252.27049.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-14 18:22:52 Modified files: . : conga.spec.in.in luci/storage : form-macros Log message: fix bz250834 (storage name warning utility produces a storm of warnings which can lock your browser) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.53&r2=1.45.2.54 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.17.2.8&r2=1.17.2.9 From rmccabe@sourceware.org Wed Aug 15 14:38:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 15 Aug 2007 14:38:00 -0000 Subject: conga ./conga.spec.in.in luci/storage/form-macros Message-ID: <20070815143818.26328.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-15 14:38:18 Modified files: . : conga.spec.in.in luci/storage : form-macros Log message: - Pending a proper fix for 249579, add a note telling users they can untick the "Graphical Display" checkbox to get a list of volumes that are too small to select in the display. - Update changelog Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.54&r2=1.45.2.55 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.17.2.9&r2=1.17.2.10 From rmccabe@sourceware.org Wed Aug 15 15:12:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 15 Aug 2007 15:12:00 -0000 Subject: conga/luci/site/luci/var Data.fs Message-ID: <20070815151208.26415.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-15 15:12:08 Modified files: luci/site/luci/var: Data.fs Log message: Update the luci zope database in preparation for a build Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.22&r2=1.15.2.23 From lhh@sourceware.org Wed Aug 15 18:41:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Wed, 15 Aug 2007 18:41:00 -0000 Subject: cluster/rgmanager ChangeLog src/utils/clustat.c Message-ID: <20070815184112.19669.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-08-15 18:41:12 Modified files: rgmanager : ChangeLog rgmanager/src/utils: clustat.c Log message: Fix uninitialized var Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.24&r2=1.31.2.25 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clustat.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.5&r2=1.25.2.6 From lhh@sourceware.org Wed Aug 15 18:43:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Wed, 15 Aug 2007 18:43:00 -0000 Subject: cluster/rgmanager ChangeLog src/utils/clustat.c Message-ID: <20070815184300.7809.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-08-15 18:43:00 Modified files: rgmanager : ChangeLog rgmanager/src/utils: clustat.c Log message: Fix uninitialized var Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.56&r2=1.57 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clustat.c.diff?cvsroot=cluster&r1=1.32&r2=1.33 From rmccabe@sourceware.org Wed Aug 15 19:39:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 15 Aug 2007 19:39:00 -0000 Subject: cluster/cman/cman_tool main.c Message-ID: <20070815193956.22681.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rmccabe@sourceware.org 2007-08-15 19:39:56 Modified files: cman/cman_tool : main.c Log message: Fix a few (harmless) places where memory is allocated but not freed I stumbled onto hunting down something else. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.52&r2=1.53 From teigland@sourceware.org Wed Aug 15 20:55:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 15 Aug 2007 20:55:00 -0000 Subject: cluster/fence/fenced main.c Message-ID: <20070815205502.4452.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-15 20:55:02 Modified files: fence/fenced : main.c Log message: clean out junk that was only relevant to rhel4 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/main.c.diff?cvsroot=cluster&r1=1.41&r2=1.42 From teigland@sourceware.org Wed Aug 15 20:57:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 15 Aug 2007 20:57:00 -0000 Subject: cluster/fence/fence_tool fence_tool.c Message-ID: <20070815205728.5274.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-15 20:57:28 Modified files: fence/fence_tool: fence_tool.c Log message: clean out some options that were only relevant to rhel4 remove the monitor option which didn't do anything add the dump option to dump the fenced debug buffer (group_tool can still do this, but fence_tool wasn't oddly enough) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fence_tool/fence_tool.c.diff?cvsroot=cluster&r1=1.24&r2=1.25 From teigland@sourceware.org Wed Aug 15 21:09:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 15 Aug 2007 21:09:00 -0000 Subject: cluster/fence/man fence.8 fenced.8 fence_tool. ... Message-ID: <20070815210901.24083.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-15 21:09:01 Modified files: fence/man : fence.8 fenced.8 fence_tool.8 fence_node.8 Log message: Update fence, fenced, fence_tool and fence_node man pages which were stuck in the RHEL4 era. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fence.8.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fenced.8.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fence_tool.8.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fence_node.8.diff?cvsroot=cluster&r1=1.8&r2=1.9 From rpeterso@sourceware.org Wed Aug 15 22:28:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Wed, 15 Aug 2007 22:28:00 -0000 Subject: cluster/gfs2 convert/gfs2_convert.c fsck/Makef ... Message-ID: <20070815222818.15319.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-08-15 22:28:18 Modified files: gfs2/convert : gfs2_convert.c gfs2/fsck : Makefile fsck.h main.c pass1.c gfs2/libgfs2 : gfs2_log.c libgfs2.h Log message: Resolves: bz #240545: gfs2_fsck should behave more like the other fscks. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/convert/gfs2_convert.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fsck.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/main.c.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1.c.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/gfs2_log.c.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&r1=1.16&r2=1.17 From rpeterso@sourceware.org Wed Aug 15 22:31:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Wed, 15 Aug 2007 22:31:00 -0000 Subject: cluster/gfs2 convert/gfs2_convert.c fsck/Makef ... Message-ID: <20070815223100.10519.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-08-15 22:31:00 Modified files: gfs2/convert : gfs2_convert.c gfs2/fsck : Makefile fsck.h main.c pass1.c gfs2/libgfs2 : gfs2_log.c libgfs2.h Log message: Resolves: bz #240545: gfs2_fsck should behave more like the other fscks. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/convert/gfs2_convert.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.3&r2=1.7.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.2&r2=1.6.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/fsck.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.2&r2=1.3.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.3&r2=1.4.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.5&r2=1.4.2.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/gfs2_log.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.1&r2=1.2.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.9&r2=1.7.2.10 From teigland@sourceware.org Thu Aug 16 20:06:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 16 Aug 2007 20:06:00 -0000 Subject: cluster/group/man Message-ID: <20070816200640.10452.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-16 20:06:40 cluster/group/man Update of /cvs/cluster/cluster/group/man In directory sourceware.org:/tmp/cvs-serv10241/man Log Message: Directory /cvs/cluster/cluster/group/man added to the repository From teigland@sourceware.org Thu Aug 16 20:07:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 16 Aug 2007 20:07:00 -0000 Subject: cluster/group/man dlm_controld.8 gfs_controld. ... Message-ID: <20070816200753.28847.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-16 20:07:53 Added files: group/man : dlm_controld.8 gfs_controld.8 group_tool.8 groupd.8 Log message: add man pages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/dlm_controld.8.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/gfs_controld.8.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/group_tool.8.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/groupd.8.diff?cvsroot=cluster&r1=NONE&r2=1.1 From teigland@sourceware.org Thu Aug 16 21:02:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 16 Aug 2007 21:02:00 -0000 Subject: cluster/fence/man fenced.8 Message-ID: <20070816210224.23612.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-16 21:02:24 Modified files: fence/man : fenced.8 Log message: mention fencing override, describe the structure of node fencing parameters in cluster.conf, point to web site for device-specific documentation Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fenced.8.diff?cvsroot=cluster&r1=1.5&r2=1.6 From pcaulfield@sourceware.org Fri Aug 17 07:51:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 17 Aug 2007 07:51:00 -0000 Subject: cluster/cman/daemon cmanccs.c Message-ID: <20070817075103.2016.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: pcaulfield@sourceware.org 2007-08-17 07:51:03 Modified files: cman/daemon : cmanccs.c Log message: bz#250688 Don't lose the cluster name if it's specified on the cman_tool command line. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cmanccs.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.21.2.4&r2=1.21.2.4.2.1 From teigland@sourceware.org Fri Aug 17 16:03:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 17 Aug 2007 16:03:00 -0000 Subject: cluster/dlm/man dlm_tool.8 Message-ID: <20070817160354.13491.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-17 16:03:54 Added files: dlm/man : dlm_tool.8 Log message: add man page Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_tool.8.diff?cvsroot=cluster&r1=NONE&r2=1.1 From teigland@sourceware.org Fri Aug 17 16:25:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 17 Aug 2007 16:25:00 -0000 Subject: cluster/dlm/man dlm_create_lockspace.3 libdlm.3 Message-ID: <20070817162554.26264.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-17 16:25:54 Modified files: dlm/man : dlm_create_lockspace.3 libdlm.3 Log message: minor updates Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_create_lockspace.3.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/libdlm.3.diff?cvsroot=cluster&r1=1.2&r2=1.3 From teigland@sourceware.org Fri Aug 17 18:26:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 17 Aug 2007 18:26:00 -0000 Subject: cluster/fence/man fenced.8 Message-ID: <20070817182617.8453.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-17 18:26:17 Modified files: fence/man : fenced.8 Log message: Outline the basic ideas of multiple methods and multiple devices. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fenced.8.diff?cvsroot=cluster&r1=1.6&r2=1.7 From teigland@sourceware.org Fri Aug 17 18:27:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 17 Aug 2007 18:27:00 -0000 Subject: cluster/ccs/man cluster.conf.5 Message-ID: <20070817182713.18383.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-17 18:27:13 Modified files: ccs/man : cluster.conf.5 Log message: Vastly simplify this man page. Include no cman or fencing information but refer to the cman and fenced pages. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/cluster.conf.5.diff?cvsroot=cluster&r1=1.7&r2=1.8 From teigland@sourceware.org Fri Aug 17 18:48:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 17 Aug 2007 18:48:00 -0000 Subject: cluster/dlm/man Makefile Message-ID: <20070817184822.12606.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-17 18:48:22 Modified files: dlm/man : Makefile Log message: install dlm_tool.8 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 From teigland@sourceware.org Fri Aug 17 18:52:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 17 Aug 2007 18:52:00 -0000 Subject: cluster/group/man Makefile Message-ID: <20070817185227.28806.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-17 18:52:27 Added files: group/man : Makefile Log message: add makefile Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/Makefile.diff?cvsroot=cluster&r1=NONE&r2=1.1 From teigland@sourceware.org Fri Aug 17 18:53:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 17 Aug 2007 18:53:00 -0000 Subject: cluster/group Makefile Message-ID: <20070817185308.5422.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-17 18:53:08 Modified files: group : Makefile Log message: install in man dir Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 From teigland@sourceware.org Fri Aug 17 18:54:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 17 Aug 2007 18:54:00 -0000 Subject: cluster/dlm Makefile Message-ID: <20070817185402.13703.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-17 18:54:02 Modified files: dlm : Makefile Log message: install in man dir Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 From rmccabe@sourceware.org Fri Aug 17 20:26:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 17 Aug 2007 20:26:00 -0000 Subject: conga/make version.in Message-ID: <20070817202652.31330.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-17 20:26:52 Modified files: make : version.in Log message: bump version Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.22&r2=1.21.2.23 From rmccabe@sourceware.org Fri Aug 17 20:26:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 17 Aug 2007 20:26:00 -0000 Subject: conga ./conga.spec.in.in luci/site/luci/Extens ... Message-ID: <20070817202632.27914.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-17 20:26:32 Modified files: . : conga.spec.in.in luci/site/luci/Extensions: LuciClusterActions.py LuciDB.py LuciZope.py Log message: Fixed bz249291 (delete node task fails to do all items listed in the help document) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.55&r2=1.45.2.56 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterActions.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.3&r2=1.1.4.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.4&r2=1.1.4.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZope.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.3&r2=1.1.4.4 From teigland@sourceware.org Fri Aug 17 21:17:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 17 Aug 2007 21:17:00 -0000 Subject: cluster/group/dlm_controld deadlock.c dlm_daem ... Message-ID: <20070817211753.15906.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-17 21:17:53 Modified files: group/dlm_controld: deadlock.c dlm_daemon.h main.c Log message: handle addition/removal/failure of nodes during a deadlock cycle serialize deadlock cycles and limit how often cycles are started Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/deadlock.c.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/dlm_daemon.h.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/main.c.diff?cvsroot=cluster&r1=1.13&r2=1.14 From fabbione@sourceware.org Mon Aug 20 14:30:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Mon, 20 Aug 2007 14:30:00 -0000 Subject: cluster/dlm/man Makefile Message-ID: <20070820143056.11121.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-20 14:30:56 Modified files: dlm/man : Makefile Log message: add clean: target or make clean will fail. use TARGET8 to be consistent with TARGET3 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 From fabbione@sourceware.org Mon Aug 20 14:36:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Mon, 20 Aug 2007 14:36:00 -0000 Subject: cluster gfs2/mount/Makefile gfs/include/gfs_on ... Message-ID: <20070820143616.8609.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-20 14:36:16 Modified files: gfs2/mount : Makefile Removed files: gfs/include : gfs_ondisk.h gfs2/include : gfs_ondisk.h Log message: Remove redundant gfs_ondisk.h from gfs/include/ and gfs2/include/ both files are outdated compared to the one shipped in gfs-kernel/src/gfs/gfs_ondisk.h and there should be no need of duplicates around the tree. gfs and gfs2 both use to include gfskincdir that is enough to guarantee that gfs_ondisk.h will be available at build time. gfs2/mount/Makefile requires this one liner. I spotted that we try to include gfs2kincdir that we never set and therefor it was failing to build without a local copy of gfs_ondisk.h Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/include/gfs_ondisk.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/include/gfs_ondisk.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 From pcaulfield@sourceware.org Mon Aug 20 14:37:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 20 Aug 2007 14:37:00 -0000 Subject: cluster/cman cman_tool/main.c daemon/cnxman-pr ... Message-ID: <20070820143726.17840.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-20 14:37:26 Modified files: cman/cman_tool : main.c cman/daemon : cnxman-private.h cnxman-socket.h commands.c cman/lib : libcman.c libcman.h Log message: Add a "dirty" flag to cman to prevent active clusters merging with one-another. bz#251966 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.53&r2=1.54 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-private.h.diff?cvsroot=cluster&r1=1.26&r2=1.27 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-socket.h.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.65&r2=1.66 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&r1=1.34&r2=1.35 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&r1=1.30&r2=1.31 From teigland@sourceware.org Mon Aug 20 14:50:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 20 Aug 2007 14:50:00 -0000 Subject: cluster/group/daemon cman.c gd_internal.h join ... Message-ID: <20070820145032.473.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-20 14:50:32 Modified files: group/daemon : cman.c gd_internal.h joinleave.c main.c Log message: Call the new cman_set_dirty() api to disallow clusters both with fence/dlm/gfs state from merging. Adjust the oom setting for the daemon to avoid oom kills. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/cman.c.diff?cvsroot=cluster&r1=1.29&r2=1.30 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/gd_internal.h.diff?cvsroot=cluster&r1=1.47&r2=1.48 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/joinleave.c.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/main.c.diff?cvsroot=cluster&r1=1.57&r2=1.58 From rmccabe@sourceware.org Mon Aug 20 16:23:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 20 Aug 2007 16:23:00 -0000 Subject: conga ./clustermon.spec.in.in ./conga.spec.in. ... Message-ID: <20070820162328.32715.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-20 16:23:28 Modified files: . : clustermon.spec.in.in conga.spec.in.in ricci/modules/cluster: Clusvcadm.cpp Log message: fix bz253341: failure to start cluster service which had been modifed for correction Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.23&r2=1.18.2.24 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.56&r2=1.45.2.57 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Clusvcadm.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.5&r2=1.7.2.6 From rmccabe@sourceware.org Mon Aug 20 16:27:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 20 Aug 2007 16:27:00 -0000 Subject: conga luci/site/luci/Extensions/LuciClusterAct ... Message-ID: <20070820162722.13886.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-20 16:27:22 Modified files: luci/site/luci/Extensions: LuciClusterActions.py LuciDB.py LuciZope.py luci/storage : form-macros ricci/modules/cluster: Clusvcadm.cpp Log message: Fixes from the -RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterActions.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.1&r2=1.4.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.6.2.1&r2=1.6.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZope.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.1&r2=1.4.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.20.2.1&r2=1.20.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Clusvcadm.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8.2.4&r2=1.8.2.5 From rmccabe@sourceware.org Mon Aug 20 16:31:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 20 Aug 2007 16:31:00 -0000 Subject: conga luci/site/Makefile luci/site/luci/Extens ... Message-ID: <20070820163114.21074.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-20 16:31:14 Modified files: luci/site : Makefile luci/site/luci/Extensions: LuciClusterActions.py LuciDB.py LuciZope.py luci/storage : form-macros luci/utils : luci_admin luci_manage ricci/modules/cluster: Clusvcadm.cpp Log message: Fixes from the -RHEL5 branch. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterActions.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciDB.py.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZope.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&r1=1.23&r2=1.24 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&r1=1.55&r2=1.56 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_manage.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Clusvcadm.cpp.diff?cvsroot=cluster&r1=1.12&r2=1.13 From rmccabe@sourceware.org Mon Aug 20 16:33:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 20 Aug 2007 16:33:00 -0000 Subject: conga download_files Message-ID: <20070820163331.9933.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-20 16:33:31 Modified files: . : download_files Log message: Upgrade to the latest Zope release. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/download_files.diff?cvsroot=cluster&r1=1.8&r2=1.9 From teigland@sourceware.org Mon Aug 20 18:10:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 20 Aug 2007 18:10:00 -0000 Subject: cluster/ccs/man ccs.7 ccs_test.8 ccs_tool.8 ccsd.8 Message-ID: <20070820181004.6640.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-20 18:10:04 Modified files: ccs/man : ccs.7 ccs_test.8 ccs_tool.8 ccsd.8 Log message: update ccs man pages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccs.7.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccs_test.8.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccs_tool.8.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccsd.8.diff?cvsroot=cluster&r1=1.7&r2=1.8 From teigland@sourceware.org Mon Aug 20 20:31:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 20 Aug 2007 20:31:00 -0000 Subject: cluster/dlm/tool main.c Message-ID: <20070820203102.26960.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-20 20:31:02 Modified files: dlm/tool : main.c Log message: the NODIR new_lockspace flag was always being used, even if the -d was used to deselect it Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&r1=1.5&r2=1.6 From teigland@sourceware.org Mon Aug 20 20:36:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 20 Aug 2007 20:36:00 -0000 Subject: cluster/dlm/tool main.c Message-ID: <20070820203653.32502.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-20 20:36:53 Modified files: dlm/tool : main.c Log message: the -m mode option was being ignored and 0600 always used (this change must have been lost at the same time as the -d option) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 From teigland@sourceware.org Mon Aug 20 20:38:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 20 Aug 2007 20:38:00 -0000 Subject: cluster/dlm/tool main.c Message-ID: <20070820203837.20914.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-08-20 20:38:37 Modified files: dlm/tool : main.c Log message: the mode (-m) and directory (-d) options were being set but not used in the call to dlm_new_lockspace() Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.3&r2=1.2.2.4 From teigland@sourceware.org Mon Aug 20 20:48:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 20 Aug 2007 20:48:00 -0000 Subject: cluster/dlm/tool main.c Message-ID: <20070820204816.32274.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-20 20:48:16 Modified files: dlm/tool : main.c Log message: proper help output for -m option Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&r1=1.7&r2=1.8 From teigland@sourceware.org Mon Aug 20 20:48:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 20 Aug 2007 20:48:00 -0000 Subject: cluster/dlm/tool main.c Message-ID: <20070820204805.30454.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-08-20 20:48:05 Modified files: dlm/tool : main.c Log message: proper help output for -m option Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.4&r2=1.2.2.5 From adas@sourceware.org Mon Aug 20 21:30:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Mon, 20 Aug 2007 21:30:00 -0000 Subject: cluster/gfs2/init.d gfs2 Message-ID: <20070820213037.25409.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: adas@sourceware.org 2007-08-20 21:30:37 Modified files: gfs2/init.d : gfs2 Log message: fix for bz253172 - gfs2 init script should not unload any kernel modules Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/init.d/gfs2.diff?cvsroot=cluster&r1=1.3&r2=1.4 From adas@sourceware.org Mon Aug 20 21:30:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Mon, 20 Aug 2007 21:30:00 -0000 Subject: cluster/gfs2/init.d gfs2 Message-ID: <20070820213007.20187.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: adas@sourceware.org 2007-08-20 21:30:07 Modified files: gfs2/init.d : gfs2 Log message: fix for bz253172 - gfs2 init script should not unload any kernel modules Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/init.d/gfs2.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.3&r2=1.3.6.1 From adas@sourceware.org Mon Aug 20 21:31:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Mon, 20 Aug 2007 21:31:00 -0000 Subject: cluster/gfs2/init.d gfs2 Message-ID: <20070820213107.32104.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: adas@sourceware.org 2007-08-20 21:31:07 Modified files: gfs2/init.d : gfs2 Log message: fix for bz253172 - gfs2 init script should not unload any kernel modules Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/init.d/gfs2.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 From fabbione@sourceware.org Tue Aug 21 04:46:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Tue, 21 Aug 2007 04:46:00 -0000 Subject: cluster dlm/lib/Makefile gfs2/edit/Makefile gf ... Message-ID: <20070821044644.12985.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-21 04:46:44 Modified files: dlm/lib : Makefile gfs2/edit : Makefile gfs2/mount : Makefile gfs2/quota : Makefile gfs2/tool : Makefile group/dlm_controld: Makefile group/gfs_controld: Makefile Log message: Allow the full cluster suite to build using external kernel source. Also remove the use of -idirafter that with some old versions of gcc does not behave as we expect. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/Makefile.diff?cvsroot=cluster&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/edit/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/Makefile.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/tool/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 From rmccabe@sourceware.org Tue Aug 21 16:39:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 21 Aug 2007 16:39:00 -0000 Subject: cluster/rgmanager/src/daemons main.c Message-ID: <20070821163902.19610.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-21 16:39:02 Modified files: rgmanager/src/daemons: main.c Log message: Fix access beyond allocated memory Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.34.2.8&r2=1.34.2.9 From rmccabe@sourceware.org Tue Aug 21 18:18:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 21 Aug 2007 18:18:00 -0000 Subject: cluster/rgmanager/src/daemons main.c Message-ID: <20070821181837.15963.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rmccabe@sourceware.org 2007-08-21 18:18:37 Modified files: rgmanager/src/daemons: main.c Log message: Fix access beyond allocated memory Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/main.c.diff?cvsroot=cluster&r1=1.42&r2=1.43 From teigland@sourceware.org Tue Aug 21 19:33:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 21 Aug 2007 19:33:00 -0000 Subject: cluster/group/daemon cman.c Message-ID: <20070821193355.28721.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-21 19:33:55 Modified files: group/daemon : cman.c Log message: comment out the new cman_set_dirty() call; it's not working Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/cman.c.diff?cvsroot=cluster&r1=1.30&r2=1.31 From rmccabe@sourceware.org Tue Aug 21 21:25:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 21 Aug 2007 21:25:00 -0000 Subject: conga/ricci/ricci Server.cpp Message-ID: <20070821212522.6116.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-21 21:25:22 Modified files: ricci/ricci : Server.cpp Log message: Block a DoS attack that could be used to cause ricci to deny legitimate connections. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Server.cpp.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5&r2=1.5.2.1 From rmccabe@sourceware.org Tue Aug 21 21:26:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 21 Aug 2007 21:26:00 -0000 Subject: conga/ricci/ricci Server.cpp Message-ID: <20070821212631.17961.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-21 21:26:31 Modified files: ricci/ricci : Server.cpp Log message: Block a DoS attack that could be used to cause ricci to deny legitimate connections. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Server.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5&r2=1.5.4.1 From rmccabe@sourceware.org Tue Aug 21 21:26:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 21 Aug 2007 21:26:00 -0000 Subject: conga/ricci/ricci Server.cpp Message-ID: <20070821212649.21535.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-21 21:26:49 Modified files: ricci/ricci : Server.cpp Log message: Block a DoS attack that could be used to cause ricci to deny legitimate connections. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Server.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 From pcaulfield@sourceware.org Wed Aug 22 07:05:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 22 Aug 2007 07:05:00 -0000 Subject: cluster/cman/daemon commands.c Message-ID: <20070822070558.26680.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-22 07:05:58 Modified files: cman/daemon : commands.c Log message: Clear error flag for SET_DIRTY Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.66&r2=1.67 From pcaulfield@sourceware.org Wed Aug 22 07:09:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 22 Aug 2007 07:09:00 -0000 Subject: cluster/cman/lib libcman.h Message-ID: <20070822070945.4893.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-22 07:09:45 Modified files: cman/lib : libcman.h Log message: Document that cman_set_dirty() needs an admin socket. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&r1=1.31&r2=1.32 From pcaulfield@sourceware.org Wed Aug 22 08:35:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 22 Aug 2007 08:35:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070822083555.12505.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-22 08:35:55 Modified files: cman/man : cman.5 Log message: Update man page Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&r1=1.6&r2=1.7 From pcaulfield@sourceware.org Wed Aug 22 08:36:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 22 Aug 2007 08:36:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070822083657.16570.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-08-22 08:36:57 Modified files: cman/man : cman.5 Log message: Update man page for RHEL5 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6&r2=1.6.2.1 From fabbione@sourceware.org Wed Aug 22 08:58:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 22 Aug 2007 08:58:00 -0000 Subject: cluster ./configure ccs/ccs_test/Makefile ccs/ ... Message-ID: <20070822085848.19296.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-22 08:58:48 Modified files: . : configure ccs/ccs_test : Makefile ccs_test.c ccs/ccs_tool : Makefile ccs_tool.c ccs/common : log.h ccs/daemon : Makefile ccsd.c cman/cman_tool : Makefile main.c cman/daemon : Makefile daemon.c fence/agents/apc: Makefile fence_apc.pl fence_apc.py fence_apc_snmp.py fence/agents/baytech: Makefile fence_baytech.pl fence/agents/bladecenter: Makefile fence_bladecenter.pl fence/agents/brocade: Makefile fence_brocade.pl fence/agents/bullpap: Makefile fence_bullpap.pl fence/agents/cpint: Makefile fence_cpint.pl fence/agents/drac: Makefile fence_drac.pl fence/agents/egenera: Makefile fence_egenera.pl fence/agents/ibmblade: Makefile fence_ibmblade.pl fence/agents/ilo: Makefile fence_ilo.pl fence/agents/ipmilan: Makefile ipmilan.c fence/agents/mcdata: Makefile fence_mcdata.pl fence/agents/rackswitch: Makefile do_rack.c fence/agents/rps10: Makefile rps10.c fence/agents/rsa: Makefile fence_rsa.py fence/agents/rsb: Makefile fence_rsb.py fence/agents/sanbox2: Makefile fence_sanbox2.pl fence/agents/scsi: Makefile fence_scsi.pl fence_scsi_test.pl fence/agents/vixel: Makefile fence_vixel.pl fence/agents/vmware: Makefile fence_vmware.pl fence/agents/wti: Makefile fence_wti.pl fence/agents/xcat: Makefile fence_xcat.pl fence/agents/xen: Makefile fence_xen.pl fence/agents/xvm: Makefile fence_xvm.c fence_xvmd.c fence/agents/zvm: Makefile fence_zvm.pl fence/fence_node: Makefile fence_node.c fence/fence_tool: Makefile fence_tool.c fence/fenced : Makefile main.c gfs/gfs_debug : Makefile main.c gfs/gfs_edit : Makefile hexedit.c gfs/gfs_fsck : Makefile main.c gfs/gfs_grow : Makefile main.c gfs/gfs_jadd : Makefile main.c gfs/gfs_mkfs : Makefile main.c gfs/gfs_quota : Makefile main.c gfs/gfs_tool : Makefile main.c gfs/libgfs : Makefile gfs-kernel/src/gfs: gfs.h main.c gfs2/convert : Makefile gfs2_convert.c gfs2/debug : Makefile main.c gfs2/edit : Makefile hexedit.c gfs2/fsck : Makefile main.c gfs2/libgfs2 : Makefile gfs2/mkfs : Makefile main_grow.c main_jadd.c main_mkfs.c gfs2/mount : Makefile mount.gfs2.c umount.gfs2.c gfs2/quota : Makefile main.c gfs2/tool : Makefile main.c gnbd/client : Makefile gnbd_recvd.c gnbd/server : Makefile gnbd_serv.c gnbd/tools/fence_gnbd: Makefile main.c gnbd/tools/gnbd_export: Makefile gnbd_export.c gnbd/tools/gnbd_import: Makefile gnbd_import.c rgmanager/src/clulib: Makefile rgmanager/src/utils: Makefile clustat.c clusvcadm.c Log message: Cleanup FOO_RELEASE_NAME to RELEASE_VERSION Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.25&r2=1.26 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_test/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_test/ccs_test.c.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_tool/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_tool/ccs_tool.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/common/log.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.27&r2=1.28 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/Makefile.diff?cvsroot=cluster&r1=1.22&r2=1.23 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.54&r2=1.55 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&r1=1.53&r2=1.54 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.35&r2=1.36 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/fence_apc.pl.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/fence_apc.py.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/fence_apc_snmp.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/baytech/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/baytech/fence_baytech.pl.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/bladecenter/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/bladecenter/fence_bladecenter.pl.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/brocade/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/brocade/fence_brocade.pl.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/bullpap/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/bullpap/fence_bullpap.pl.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/cpint/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/cpint/fence_cpint.pl.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/drac/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/drac/fence_drac.pl.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/egenera/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/egenera/fence_egenera.pl.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ibmblade/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ibmblade/fence_ibmblade.pl.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ilo/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ilo/fence_ilo.pl.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ipmilan/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ipmilan/ipmilan.c.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/mcdata/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/mcdata/fence_mcdata.pl.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rackswitch/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rackswitch/do_rack.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rps10/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rps10/rps10.c.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rsa/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rsa/fence_rsa.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rsb/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rsb/fence_rsb.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/sanbox2/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/sanbox2/fence_sanbox2.pl.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/fence_scsi.pl.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/fence_scsi_test.pl.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/vixel/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/vixel/fence_vixel.pl.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/vmware/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/vmware/fence_vmware.pl.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/wti/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/wti/fence_wti.pl.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xcat/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xcat/fence_xcat.pl.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xen/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xen/fence_xen.pl.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/fence_xvm.c.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/fence_xvmd.c.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/zvm/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/zvm/fence_zvm.pl.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fence_node/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fence_node/fence_node.c.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fence_tool/Makefile.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fence_tool/fence_tool.c.diff?cvsroot=cluster&r1=1.25&r2=1.26 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/main.c.diff?cvsroot=cluster&r1=1.42&r2=1.43 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_debug/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_debug/main.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_edit/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_edit/hexedit.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/main.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_grow/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_grow/main.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_jadd/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_jadd/main.c.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/main.c.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_quota/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_quota/main.c.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_tool/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_tool/main.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/libgfs/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/gfs.h.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/main.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/convert/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/convert/gfs2_convert.c.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/debug/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/debug/main.c.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/edit/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/edit/hexedit.c.diff?cvsroot=cluster&r1=1.18&r2=1.19 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/main.c.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/Makefile.diff?cvsroot=cluster&r1=1.18&r2=1.19 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/main_grow.c.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/main_jadd.c.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/main_mkfs.c.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/mount.gfs2.c.diff?cvsroot=cluster&r1=1.26&r2=1.27 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/umount.gfs2.c.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/main.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/tool/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/tool/main.c.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/client/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/client/gnbd_recvd.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/server/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/server/gnbd_serv.c.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/tools/fence_gnbd/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/tools/fence_gnbd/main.c.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/tools/gnbd_export/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/tools/gnbd_export/gnbd_export.c.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/tools/gnbd_import/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/tools/gnbd_import/gnbd_import.c.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/Makefile.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/Makefile.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clustat.c.diff?cvsroot=cluster&r1=1.33&r2=1.34 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clusvcadm.c.diff?cvsroot=cluster&r1=1.21&r2=1.22 From pcaulfield@sourceware.org Wed Aug 22 09:34:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 22 Aug 2007 09:34:00 -0000 Subject: cluster/cman/man cman_tool.8 Message-ID: <20070822093446.22143.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-08-22 09:34:46 Modified files: cman/man : cman_tool.8 Log message: Update man page for RHEL5 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.9&r2=1.9.2.1 From pcaulfield@sourceware.org Wed Aug 22 09:34:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 22 Aug 2007 09:34:00 -0000 Subject: cluster/cman/man cman_tool.8 Message-ID: <20070822093417.15945.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-22 09:34:16 Modified files: cman/man : cman_tool.8 Log message: Update man page Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman_tool.8.diff?cvsroot=cluster&r1=1.9&r2=1.10 From teigland@sourceware.org Wed Aug 22 13:40:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 22 Aug 2007 13:40:00 -0000 Subject: cluster/cman/man cman_tool.8 Message-ID: <20070822133958.20156.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-22 13:39:57 Modified files: cman/man : cman_tool.8 Log message: mention group_tool should be used instead of cman_tool services Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman_tool.8.diff?cvsroot=cluster&r1=1.10&r2=1.11 From teigland@sourceware.org Wed Aug 22 13:41:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 22 Aug 2007 13:41:00 -0000 Subject: cluster/cman/man cman_tool.8 Message-ID: <20070822134144.3185.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-08-22 13:41:44 Modified files: cman/man : cman_tool.8 Log message: mention group_tool shoud be used instead of cman_tool services Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.9.2.1&r2=1.9.2.2 From teigland@sourceware.org Wed Aug 22 13:58:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 22 Aug 2007 13:58:00 -0000 Subject: cluster/group/daemon cman.c Message-ID: <20070822135819.29742.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-22 13:58:19 Modified files: group/daemon : cman.c Log message: use an admin handle from cman to call set_dirty Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/cman.c.diff?cvsroot=cluster&r1=1.31&r2=1.32 From teigland@sourceware.org Wed Aug 22 14:01:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 22 Aug 2007 14:01:00 -0000 Subject: cluster/dlm/tests/usertest dlmtest2.c Message-ID: <20070822140110.16655.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-22 14:01:10 Modified files: dlm/tests/usertest: dlmtest2.c Log message: add new test for deadlocks Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tests/usertest/dlmtest2.c.diff?cvsroot=cluster&r1=1.8&r2=1.9 From fabbione@sourceware.org Wed Aug 22 14:02:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 22 Aug 2007 14:02:00 -0000 Subject: cluster/rgmanager ChangeLog include/list.h Message-ID: <20070822140228.25755.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-22 14:02:28 Modified files: rgmanager : ChangeLog rgmanager/include: list.h Log message: Fix build with gcc-4.2 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.57&r2=1.58 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/list.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 From teigland@sourceware.org Wed Aug 22 14:15:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 22 Aug 2007 14:15:00 -0000 Subject: cluster ccs/man/ccs.7 ccs/man/ccs_test.8 ccs/m ... Message-ID: <20070822141523.7984.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-08-22 14:15:23 Modified files: ccs/man : ccs.7 ccs_test.8 ccs_tool.8 ccsd.8 cluster.conf.5 dlm/man : Makefile dlm_create_lockspace.3 dlm_lock.3 dlm_unlock.3 libdlm.3 fence/man : fence.8 fence_tool.8 fenced.8 group : Makefile Added files: dlm/man : dlm_tool.8 group/man : Makefile dlm_controld.8 gfs_controld.8 group_tool.8 groupd.8 Log message: add and update man pages for cluster infrastructure Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccs.7.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccs_test.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5&r2=1.5.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccs_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccsd.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7&r2=1.7.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/cluster.conf.5.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.2&r2=1.5.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_create_lockspace.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_lock.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_unlock.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/libdlm.3.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.1&r2=1.2.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fence.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.1&r2=1.4.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fence_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.1&r2=1.6.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fenced.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7&r2=1.7.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/dlm_controld.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/gfs_controld.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/group_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/groupd.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 From teigland@sourceware.org Wed Aug 22 14:21:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 22 Aug 2007 14:21:00 -0000 Subject: cluster/fence/man fence_node.8 Message-ID: <20070822142114.13928.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-08-22 14:21:14 Modified files: fence/man : fence_node.8 Log message: this was missed in the big man page update from HEAD Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/man/fence_node.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7&r2=1.7.2.1 From pcaulfield@sourceware.org Wed Aug 22 15:13:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 22 Aug 2007 15:13:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070822151358.14710.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-22 15:13:58 Modified files: cman/man : cman.5 Log message: Add some information about setting up multi-home (redundant ring) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&r1=1.8&r2=1.9 From teigland@sourceware.org Wed Aug 22 15:13:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 22 Aug 2007 15:13:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070822151337.10872.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-08-22 15:13:37 Modified files: cman/man : cman.5 Log message: fix attribute xml format for cluster_id and keyfile Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.1&r2=1.6.2.2 From teigland@sourceware.org Wed Aug 22 15:13:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 22 Aug 2007 15:13:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070822151311.5723.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-22 15:13:11 Modified files: cman/man : cman.5 Log message: fix attribute xml format for cluster_id and keyfile Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&r1=1.7&r2=1.8 From pcaulfield@sourceware.org Wed Aug 22 15:43:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 22 Aug 2007 15:43:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070822154355.1552.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-22 15:43:55 Modified files: cman/man : cman.5 Log message: Add some info about openais.conf parameters Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&r1=1.9&r2=1.10 From pcaulfield@sourceware.org Wed Aug 22 15:48:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 22 Aug 2007 15:48:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070822154803.17044.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-08-22 15:48:03 Modified files: cman/man : cman.5 Log message: Add openais.conf information to man page Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.2&r2=1.6.2.3 From fabbione@sourceware.org Wed Aug 22 18:00:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 22 Aug 2007 18:00:00 -0000 Subject: cluster/ddraid Makefile README buffer.c buffer ... Message-ID: <20070822180020.26187.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-22 18:00:20 Removed files: ddraid : Makefile README buffer.c buffer.h ddraid.agent.c ddraid.c ddraid.h ddsnap.agent.c ddsnap.c ddsnap.cman.agent.c ddsnap.control.c ddsnap.h devspam.c dm-ddraid.c.1 list.h popt.example.c sock.h testsnap.c trace.h try ddraid/patches : ddraid-2.6.11.3 dmloop-2.6.11.3 Log message: Remove ddraid from CVS HEAD. ACK on cluster-devel and IRC #linux-cluster Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/Makefile.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/README.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/buffer.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/buffer.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/ddraid.agent.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/ddraid.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/ddraid.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/ddsnap.agent.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/ddsnap.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/ddsnap.cman.agent.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/ddsnap.control.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/ddsnap.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/devspam.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/dm-ddraid.c.1.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/list.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/popt.example.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/sock.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/testsnap.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/trace.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/try.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/patches/ddraid-2.6.11.3.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ddraid/patches/dmloop-2.6.11.3.diff?cvsroot=cluster&r1=1.1&r2=NONE From fabbione@sourceware.org Wed Aug 22 18:07:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 22 Aug 2007 18:07:00 -0000 Subject: cluster/cs-deploy-tool COPYING ChangeLog Makef ... Message-ID: <20070822180704.30941.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-22 18:07:04 Removed files: cs-deploy-tool : COPYING ChangeLog Makefile.am README TODO autogen.sh configure.in cs-deploy-tool.desktop.in cs-deploy-tool.spec.in cs-deploy-tool/docs: Makefile.am cs-deploy-tool/docs/html: apache.png fence_selection2.png index.html main_plain.png nfs.png storage_selection.png welcome.png cs-deploy-tool/po: ChangeLog POTFILES.in cs-deploy-tool.pot cs-deploy-tool/src: IPAddrEntry.py Makefile.am ads_base.py ads_utils.py authorize_to_node cluster_installer.py cluster_ops.py constants.py cs-deploy-tool environment.py err.py execute.py fence_base.py fence_builder.glade fence_builder.py main_win.glade main_win.py module_parser.py resource_ip.py rpm_installer.py storage.py storage_config.py unauthorize_to_node cs-deploy-tool/src/ADSs: __init__.py ads_apache.py ads_example.py ads_generic.glade ads_generic.py ads_nfsd.py cs-deploy-tool/src/fences: __init__.py fence_apc.py fence_bladecenter.py fence_drac.py fence_ilo.py fence_ipmilan.py fence_manual.py fence_none.py fence_wti.py fences.glade Log message: Remove cs-deploy-tool from CVS HEAD. Last commit on this tool was from 2005 and code is available in all other branches. ACK on cluster-devel and IRC #linux-cluster Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/COPYING.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/ChangeLog.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/Makefile.am.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/README.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/TODO.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/autogen.sh.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/configure.in.diff?cvsroot=cluster&r1=1.9&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/cs-deploy-tool.desktop.in.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/cs-deploy-tool.spec.in.diff?cvsroot=cluster&r1=1.9&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/docs/Makefile.am.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/docs/html/apache.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/docs/html/fence_selection2.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/docs/html/index.html.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/docs/html/main_plain.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/docs/html/nfs.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/docs/html/storage_selection.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/docs/html/welcome.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/po/ChangeLog.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/po/POTFILES.in.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/po/cs-deploy-tool.pot.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/IPAddrEntry.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/Makefile.am.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/ads_base.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/ads_utils.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/authorize_to_node.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/cluster_installer.py.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/cluster_ops.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/constants.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/cs-deploy-tool.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/environment.py.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/err.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/execute.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fence_base.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fence_builder.glade.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fence_builder.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/main_win.glade.diff?cvsroot=cluster&r1=1.6&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/main_win.py.diff?cvsroot=cluster&r1=1.7&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/module_parser.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/resource_ip.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/rpm_installer.py.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/storage.py.diff?cvsroot=cluster&r1=1.7&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/storage_config.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/unauthorize_to_node.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/ADSs/__init__.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/ADSs/ads_apache.py.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/ADSs/ads_example.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/ADSs/ads_generic.glade.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/ADSs/ads_generic.py.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/ADSs/ads_nfsd.py.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fences/__init__.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fences/fence_apc.py.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fences/fence_bladecenter.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fences/fence_drac.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fences/fence_ilo.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fences/fence_ipmilan.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fences/fence_manual.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fences/fence_none.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fences/fence_wti.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cs-deploy-tool/src/fences/fences.glade.diff?cvsroot=cluster&r1=1.2&r2=NONE From fabbione@sourceware.org Wed Aug 22 18:10:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 22 Aug 2007 18:10:00 -0000 Subject: cluster/fence/agents/xen Makefile fence_xen.pl Message-ID: <20070822181021.32609.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-22 18:10:21 Removed files: fence/agents/xen: Makefile fence_xen.pl Log message: Remove fence/agents/xen from CVS HEAD. ACK on cluster-devel and IRC #linux-cluster Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xen/Makefile.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xen/fence_xen.pl.diff?cvsroot=cluster&r1=1.4&r2=NONE From rmccabe@sourceware.org Wed Aug 22 18:47:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 22 Aug 2007 18:47:00 -0000 Subject: conga/ricci/modules/cluster ClusterConf.cpp Cl ... Message-ID: <20070822184720.32150.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-22 18:47:20 Modified files: ricci/modules/cluster: ClusterConf.cpp ClusterStatus.cpp Clusvcadm.cpp Fence.cpp Virt.cpp ricci/modules/cluster/clumon/src/daemon: Monitor.cpp main.cpp Log message: - Return more useful error information when a command fails. - Some other minor cleanups. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterConf.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterStatus.cpp.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Clusvcadm.cpp.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Fence.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Monitor.cpp.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/main.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 From rmccabe@sourceware.org Wed Aug 22 20:37:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 22 Aug 2007 20:37:00 -0000 Subject: conga/luci/site/luci/Extensions RicciQueries.py Message-ID: <20070822203738.27210.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-22 20:37:38 Modified files: luci/site/luci/Extensions: RicciQueries.py Log message: set the nodeid attribute for clusternode tags for rhel4 dlm clusters Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.2.1&r2=1.7.2.2 From rmccabe@sourceware.org Wed Aug 22 20:57:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 22 Aug 2007 20:57:00 -0000 Subject: conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20070822205726.2070.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-22 20:57:26 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: Don't set the nodeid attribute for clusternode tags when adding a new node to a RHEL4 GULM cluster Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.227.2.20&r2=1.227.2.21 From rmccabe@sourceware.org Thu Aug 23 04:10:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 23 Aug 2007 04:10:00 -0000 Subject: conga/luci/cluster resource_form_handlers.js Message-ID: <20070823041037.10023.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-23 04:10:37 Modified files: luci/cluster : resource_form_handlers.js Log message: fix 253914: conga doesn't allow you to reuse nfs export and nfs client resources Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.11&r2=1.20.2.12 From rmccabe@sourceware.org Thu Aug 23 04:58:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 23 Aug 2007 04:58:00 -0000 Subject: conga ./conga.spec.in.in luci/site/luci/var/Da ... Message-ID: <20070823045830.11260.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-23 04:58:30 Modified files: . : conga.spec.in.in luci/site/luci/var: Data.fs make : version.in Log message: - Update changelog - Bump version - Update the luci zope DB Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.57&r2=1.45.2.58 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.23&r2=1.15.2.24 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.23&r2=1.21.2.24 From pcaulfield@sourceware.org Thu Aug 23 08:42:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Thu, 23 Aug 2007 08:42:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070823084207.8800.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-23 08:42:07 Modified files: cman/man : cman.5 Log message: Mention the openais.conf parameters that cman overrides. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&r1=1.10&r2=1.11 From pcaulfield@sourceware.org Thu Aug 23 08:43:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Thu, 23 Aug 2007 08:43:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070823084329.24149.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-08-23 08:43:29 Modified files: cman/man : cman.5 Log message: Mention the openais.conf parameters that cman overrides. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.3&r2=1.6.2.4 From teigland@sourceware.org Thu Aug 23 14:37:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 23 Aug 2007 14:37:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070823143735.25607.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-23 14:37:35 Modified files: cman/man : cman.5 Log message: rewording and embellishing some bits related to openais.conf Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&r1=1.11&r2=1.12 From teigland@sourceware.org Thu Aug 23 14:40:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 23 Aug 2007 14:40:00 -0000 Subject: cluster/cman/man cman.5 Message-ID: <20070823144033.28407.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-08-23 14:40:33 Modified files: cman/man : cman.5 Log message: rewording and embellishing some bits related to openais.conf Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.4&r2=1.6.2.5 From rmccabe@sourceware.org Thu Aug 23 15:01:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 23 Aug 2007 15:01:00 -0000 Subject: conga/luci/cluster resource_form_handlers.js Message-ID: <20070823150158.3951.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-23 15:01:58 Modified files: luci/cluster : resource_form_handlers.js Log message: Fix for 253914 from the RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.29.2.5&r2=1.29.2.6 From rmccabe@sourceware.org Thu Aug 23 15:02:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 23 Aug 2007 15:02:00 -0000 Subject: conga/luci/cluster resource_form_handlers.js Message-ID: <20070823150246.13142.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-23 15:02:46 Modified files: luci/cluster : resource_form_handlers.js Log message: Fix for 253914 from the RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&r1=1.39&r2=1.40 From rmccabe@sourceware.org Thu Aug 23 15:30:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 23 Aug 2007 15:30:00 -0000 Subject: conga/ricci/modules/cluster ClusterConf.cpp Cl ... Message-ID: <20070823153029.25915.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-23 15:30:29 Modified files: ricci/modules/cluster: ClusterConf.cpp ClusterConf.h ClusterModule.h ClusterStatus.cpp ClusterStatus.h Clusvcadm.cpp Clusvcadm.h Fence.cpp Fence.h NoServiceManager.h Virt.cpp Virt.h main.cpp Log message: - Return more useful error messages in responses for failed commands - Readability/formatting/whitespace fixes. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterConf.cpp.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterConf.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterModule.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterStatus.cpp.diff?cvsroot=cluster&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterStatus.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Clusvcadm.cpp.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Clusvcadm.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Fence.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Fence.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/NoServiceManager.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/main.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 From jbrassow@sourceware.org Thu Aug 23 16:51:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Thu, 23 Aug 2007 16:51:00 -0000 Subject: cluster/cmirror-kernel/src dm-cmirror-client.c Message-ID: <20070823165139.17339.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jbrassow@sourceware.org 2007-08-23 16:51:39 Modified files: cmirror-kernel/src: dm-cmirror-client.c Log message: BUG 239856 Processed: failed server election due to suspended mirror... When two logs are loaded that represent the same entity, the second log should start out suspended. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-client.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.49&r2=1.1.2.50 From rmccabe@sourceware.org Thu Aug 23 18:47:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 23 Aug 2007 18:47:00 -0000 Subject: conga ./conga.spec.in.in luci/cluster/form-mac ... Message-ID: <20070823184734.22381.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-23 18:47:34 Modified files: . : conga.spec.in.in luci/cluster : form-macros validate_config_qdisk.js Log message: Fix 253905: Quorum disk page: Minimum score does not need to be required Fix 253904: [minor] Quorum disk page: Interval + tko should be together Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.67.2.14&r2=1.67.2.15 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.176.2.18&r2=1.176.2.19 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_qdisk.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.2&r2=1.5.2.3 From rmccabe@sourceware.org Thu Aug 23 19:00:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 23 Aug 2007 19:00:00 -0000 Subject: conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20070823190031.6094.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-23 19:00:31 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: Fix 253906: Quorum disk page: Error when trying to continue w/o a heuristic (it seems Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.227.2.21&r2=1.227.2.22 From teigland@sourceware.org Thu Aug 23 19:08:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 23 Aug 2007 19:08:00 -0000 Subject: cluster/group/dlm_controld deadlock.c Message-ID: <20070823190811.6951.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-23 19:08:11 Modified files: group/dlm_controld: deadlock.c Log message: needed to be a little more thorough in taking a canceled transaction out of the dependency graph for cases where multiple locks were blocked between the same two transactions Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/deadlock.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rmccabe@sourceware.org Thu Aug 23 19:09:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 23 Aug 2007 19:09:00 -0000 Subject: conga/luci cluster/validate_config_qdisk.js si ... Message-ID: <20070823190921.17828.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-23 19:09:21 Modified files: luci/cluster : validate_config_qdisk.js luci/site/luci/Extensions: cluster_adapters.py Log message: Fix a handful of qdisk config form bugs caught by Lon that prevent luci from creating many valid qdisk configurations Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_qdisk.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.4&r2=1.4.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.37&r2=1.120.2.38 From teigland@sourceware.org Thu Aug 23 19:13:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 23 Aug 2007 19:13:00 -0000 Subject: cluster/dlm/tests/usertest dlmtest2.c Message-ID: <20070823191354.872.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-23 19:13:54 Modified files: dlm/tests/usertest: dlmtest2.c Log message: dstress fixes Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tests/usertest/dlmtest2.c.diff?cvsroot=cluster&r1=1.9&r2=1.10 From jbrassow@sourceware.org Thu Aug 23 19:54:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Thu, 23 Aug 2007 19:54:00 -0000 Subject: cluster/cmirror-kernel src/dm-clog-tfr.c src/d ... Message-ID: <20070823195458.28671.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jbrassow@sourceware.org 2007-08-23 19:54:58 Modified files: cmirror-kernel/src: dm-clog-tfr.c dm-clog-tfr.h dm-clog.c Added files: cmirror-kernel : Makefile configure cmirror-kernel/make: defines.mk.input release.mk.input cmirror-kernel/scripts: uninstall.pl cmirror-kernel/src: Makefile Log message: - RHEL5 cluster mirror module Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/configure.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/make/defines.mk.input.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/make/release.mk.input.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/scripts/uninstall.pl.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.6.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-clog-tfr.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-clog-tfr.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-clog.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1 From jbrassow@sourceware.org Thu Aug 23 19:56:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Thu, 23 Aug 2007 19:56:00 -0000 Subject: cluster/cmirror/init.d Message-ID: <20070823195615.8395.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: jbrassow@sourceware.org 2007-08-23 19:56:15 cluster/cmirror/init.d Update of /cvs/cluster/cluster/cmirror/init.d In directory sourceware.org:/tmp/cvs-serv8276/init.d Log Message: Directory /cvs/cluster/cluster/cmirror/init.d added to the repository --> Using per-directory sticky tag `RHEL5' From jbrassow@sourceware.org Thu Aug 23 19:57:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Thu, 23 Aug 2007 19:57:00 -0000 Subject: cluster/cmirror Makefile init.d/Makefile init. ... Message-ID: <20070823195731.19478.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jbrassow@sourceware.org 2007-08-23 19:57:31 Modified files: cmirror : Makefile Added files: cmirror/init.d : Makefile cmirror cmirror/src : clogd.c cluster.c cluster.h common.h functions.c functions.h link_mon.c link_mon.h list.h local.c local.h logging.c logging.h queues.c queues.h Log message: - RHEL5 cluster log server Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/init.d/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/init.d/cmirror.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/clogd.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/cluster.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/cluster.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/common.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/functions.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/functions.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/link_mon.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/link_mon.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/list.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/local.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/local.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/logging.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/logging.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/queues.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/queues.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 From jbrassow@sourceware.org Thu Aug 23 20:01:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Thu, 23 Aug 2007 20:01:00 -0000 Subject: cluster ./Makefile ./configure cmirror/src/Mak ... Message-ID: <20070823200023.11197.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jbrassow@sourceware.org 2007-08-23 20:00:23 Modified files: . : Makefile configure Added files: cmirror/src : Makefile Log message: - make updates for cluster mirror RHEL5 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.24&r2=1.24.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20&r2=1.20.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.3.2.1 From adas@sourceware.org Fri Aug 24 06:06:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Fri, 24 Aug 2007 06:06:00 -0000 Subject: cluster/gfs2 libgfs2/ondisk.c quota/check.c qu ... Message-ID: <20070824060640.19822.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: adas@sourceware.org 2007-08-24 06:06:40 Modified files: gfs2/libgfs2 : ondisk.c gfs2/quota : check.c gfs2_quota.h main.c Log message: fix for bz253016: userland fixes for gfs2 quota linked list Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/ondisk.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.5.2.1&r2=1.5.2.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/check.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.2.2.3&r2=1.2.2.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/gfs2_quota.h.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.1.2.3&r2=1.1.2.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/main.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.2.2.4&r2=1.2.2.4.2.1 From adas@sourceware.org Fri Aug 24 06:08:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Fri, 24 Aug 2007 06:08:00 -0000 Subject: cluster/gfs2 libgfs2/ondisk.c quota/check.c qu ... Message-ID: <20070824060821.14403.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: adas@sourceware.org 2007-08-24 06:08:21 Modified files: gfs2/libgfs2 : ondisk.c gfs2/quota : check.c gfs2_quota.h main.c Log message: fix for bz253016: userland fixes for gfs2 quota linked list Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/ondisk.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.1&r2=1.5.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/check.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.3&r2=1.2.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/gfs2_quota.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.3&r2=1.1.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.4&r2=1.2.2.5 From adas@sourceware.org Fri Aug 24 06:08:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Fri, 24 Aug 2007 06:08:00 -0000 Subject: cluster/gfs2 libgfs2/ondisk.c quota/check.c qu ... Message-ID: <20070824060826.15066.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: adas@sourceware.org 2007-08-24 06:08:26 Modified files: gfs2/libgfs2 : ondisk.c gfs2/quota : check.c gfs2_quota.h main.c Log message: fix for bz253016: userland fixes for gfs2 quota linked list Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/ondisk.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/check.c.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/gfs2_quota.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/main.c.diff?cvsroot=cluster&r1=1.7&r2=1.8 From fabbione@sourceware.org Fri Aug 24 14:10:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Fri, 24 Aug 2007 14:10:00 -0000 Subject: cluster/dlm/tests usertest/Makefile Makefile Message-ID: <20070824141028.5835.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-24 14:10:28 Modified files: dlm/tests/usertest: Makefile Added files: dlm/tests : Makefile Log message: Add dlm/tests/Makefile clean up dlm/tests/usertest/Makefile Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tests/Makefile.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tests/usertest/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 From rmccabe@sourceware.org Fri Aug 24 18:40:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 24 Aug 2007 18:40:00 -0000 Subject: conga/luci cluster/form-macros cluster/validat ... Message-ID: <20070824184029.28778.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-24 18:40:29 Modified files: luci/cluster : form-macros validate_config_multicast.js luci/site/luci/Extensions: LuciClusterInfo.py cluster_adapters.py luci/site/luci/Extensions/ClusterModel: ModelBuilder.py Log message: Fix the issue described in bz253994: Cannot specify multicast address for a cluster Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.176.2.19&r2=1.176.2.20 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_multicast.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.4.1&r2=1.3.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.1&r2=1.10.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.227.2.22&r2=1.227.2.23 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.1&r2=1.5.2.2 From rmccabe@sourceware.org Fri Aug 24 18:42:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 24 Aug 2007 18:42:00 -0000 Subject: conga/luci cluster/form-macros cluster/validat ... Message-ID: <20070824184207.10973.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-24 18:42:07 Modified files: luci/cluster : form-macros validate_config_multicast.js luci/site/luci/Extensions: LuciClusterInfo.py cluster_adapters.py luci/site/luci/Extensions/ClusterModel: ModelBuilder.py Log message: Fix the issue described in bz253994: Cannot specify multicast address for a cluster Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.208&r2=1.209 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_multicast.js.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.267&r2=1.268 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&r1=1.5&r2=1.6 From rmccabe@sourceware.org Fri Aug 24 20:35:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 24 Aug 2007 20:35:00 -0000 Subject: cluster/fence/init.d fenced Message-ID: <20070824203522.18613.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-24 20:35:22 Modified files: fence/init.d : fenced Log message: 'service fenced status' always returns failure (1) even if it is running. fix. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/init.d/fenced.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.10&r2=1.1.2.11 From rmccabe@sourceware.org Fri Aug 24 21:55:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 24 Aug 2007 21:55:00 -0000 Subject: conga/luci cluster/form-macros cluster/validat ... Message-ID: <20070824215544.9632.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-24 21:55:44 Modified files: luci/cluster : form-macros validate_config_multicast.js luci/site/luci/Extensions: LuciClusterInfo.py cluster_adapters.py luci/site/luci/Extensions/ClusterModel: ModelBuilder.py Log message: When using multicast on a rhel4 cluster, a network interface must be specified. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.176.2.20&r2=1.176.2.21 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_multicast.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.4.2&r2=1.3.4.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.2&r2=1.10.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.227.2.23&r2=1.227.2.24 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.2&r2=1.5.2.3 From rmccabe@sourceware.org Fri Aug 24 22:01:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 24 Aug 2007 22:01:00 -0000 Subject: conga/luci cluster/form-macros cluster/validat ... Message-ID: <20070824220146.28347.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-24 22:01:45 Modified files: luci/cluster : form-macros validate_config_multicast.js validate_config_qdisk.js luci/site/luci/Extensions: LuciClusterInfo.py cluster_adapters.py luci/site/luci/Extensions/ClusterModel: ModelBuilder.py Log message: qdisk and multicast configuration fixes from the RHEL4 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.209&r2=1.210 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_multicast.js.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_qdisk.js.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.268&r2=1.269 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rmccabe@sourceware.org Fri Aug 24 22:05:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 24 Aug 2007 22:05:00 -0000 Subject: conga/ricci common/File.cpp common/Socket.cpp ... Message-ID: <20070824220514.25816.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-24 22:05:14 Modified files: ricci/common : File.cpp Socket.cpp utils.cpp ricci/modules/storage: SwapFS.cpp System.cpp Log message: - Better error messages - Minor cleanups Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/File.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Socket.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/utils.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/SwapFS.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/System.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 From rmccabe@sourceware.org Fri Aug 24 22:06:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 24 Aug 2007 22:06:00 -0000 Subject: conga/ricci/modules/storage MountHandler.cpp Message-ID: <20070824220629.31317.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-24 22:06:29 Modified files: ricci/modules/storage: MountHandler.cpp Log message: Better error messages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MountHandler.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rmccabe@sourceware.org Mon Aug 27 18:38:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 27 Aug 2007 18:38:00 -0000 Subject: conga ./conga.spec.in.in luci/cluster/form-mac ... Message-ID: <20070827183801.25649.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-27 18:38:00 Modified files: . : conga.spec.in.in luci/cluster : form-macros validate_config_multicast.js luci/site/luci/Extensions: LuciClusterInfo.py cluster_adapters.py luci/site/luci/Extensions/ClusterModel: ModelBuilder.py luci/site/luci/var: Data.fs Log message: - Fix 253994: Cannot specify multicast address for a cluster - Update the luci Zope DB - Update the changelog Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.58&r2=1.45.2.59 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.30&r2=1.90.2.31 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_multicast.js.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.7&r2=1.1.4.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.120.2.38&r2=1.120.2.39 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.4&r2=1.1.4.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.24&r2=1.15.2.25 From rmccabe@sourceware.org Mon Aug 27 18:42:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 27 Aug 2007 18:42:00 -0000 Subject: conga conga.spec.in.in Message-ID: <20070827184217.24723.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-27 18:42:17 Modified files: . : conga.spec.in.in Log message: Update the date in the latest changelog entry Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.59&r2=1.45.2.60 From fabbione@sourceware.org Tue Aug 28 04:32:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Tue, 28 Aug 2007 04:32:00 -0000 Subject: cluster ccs/ccs_tool/Makefile ccs/daemon/Makef ... Message-ID: <20070828043248.8179.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-28 04:32:48 Modified files: ccs/ccs_tool : Makefile ccs/daemon : Makefile cman/qdisk : Makefile dlm/tests/usertest: Makefile fence/agents/xvm: Makefile gfs/gfs_tool : Makefile gfs/libgfs : Makefile gfs2/convert : Makefile gfs2/fsck : Makefile gfs2/libgfs2 : Makefile gfs2/mkfs : Makefile gfs2/tool : Makefile Log message: -Wall is added by default in CFLAGS via configure to make/defines.mk. Remove all the others redundant definitions. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_tool/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/Makefile.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tests/usertest/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_tool/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/libgfs/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/convert/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/Makefile.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/tool/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 From fabbione@sourceware.org Tue Aug 28 04:35:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Tue, 28 Aug 2007 04:35:00 -0000 Subject: cluster ./configure ccs/ccs_test/Makefile ccs/ ... Message-ID: <20070828043547.12569.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-28 04:35:47 Modified files: . : configure ccs/ccs_test : Makefile ccs/ccs_tool : Makefile ccs/daemon : Makefile ccs/lib : Makefile cman/cman_tool : Makefile cman/daemon : Makefile cman/lib : Makefile cman/qdisk : Makefile cman/tests : Makefile dlm/lib : Makefile dlm/tests/usertest: Makefile dlm/tool : Makefile fence/agents/xvm: Makefile fence/fence_node: Makefile fence/fence_tool: Makefile fence/fenced : Makefile gfs/gfs_debug : Makefile gfs/gfs_fsck : Makefile gfs/gfs_mkfs : Makefile gfs/gfs_quota : Makefile gfs/gfs_tool : Makefile gfs/libgfs : Makefile gfs2/convert : Makefile gfs2/debug : Makefile gfs2/edit : Makefile gfs2/fsck : Makefile gfs2/libgfs2 : Makefile gfs2/mkfs : Makefile gfs2/mount : Makefile gfs2/quota : Makefile gfs2/tool : Makefile gnbd/client : Makefile gnbd/server : Makefile gnbd/tools/gnbd_export: Makefile gnbd/tools/gnbd_import: Makefile group/daemon : Makefile group/dlm_controld: Makefile group/gfs_controld: Makefile group/lib : Makefile group/tool : Makefile rgmanager/src/clulib: Makefile rgmanager/src/daemons: Makefile rgmanager/src/utils: Makefile Log message: change the default CFLAGS to "-Wall -O2 -g". add --debug option to configure that will override the default CFLAGS to "-Wall -O0 -DDEBUG -g". clean up all the relevant Makefiles. add a few missing ; to configure script. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.26&r2=1.27 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_test/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_tool/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/lib/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/Makefile.diff?cvsroot=cluster&r1=1.23&r2=1.24 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&r1=1.54&r2=1.55 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/tests/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/Makefile.diff?cvsroot=cluster&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tests/usertest/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fence_node/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fence_tool/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_debug/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_quota/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_tool/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/libgfs/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/convert/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/debug/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/edit/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/Makefile.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/Makefile.diff?cvsroot=cluster&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/Makefile.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/quota/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/tool/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/client/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/server/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/tools/gnbd_export/Makefile.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/tools/gnbd_import/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/Makefile.diff?cvsroot=cluster&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/dlm_controld/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/lib/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/tool/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/Makefile.diff?cvsroot=cluster&r1=1.22&r2=1.23 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/Makefile.diff?cvsroot=cluster&r1=1.18&r2=1.19 From fabbione@sourceware.org Tue Aug 28 04:37:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Tue, 28 Aug 2007 04:37:00 -0000 Subject: cluster/ccs/init.d Makefile Message-ID: <20070828043750.4348.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-28 04:37:50 Removed files: ccs/init.d : Makefile Log message: Remove obsoleted Makefile Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/init.d/Makefile.diff?cvsroot=cluster&r1=1.2&r2=NONE From pcaulfield@sourceware.org Tue Aug 28 13:14:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Tue, 28 Aug 2007 13:14:00 -0000 Subject: cluster/cman cman_tool/main.c daemon/cnxman-so ... Message-ID: <20070828131411.3005.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-28 13:14:11 Modified files: cman/cman_tool : main.c cman/daemon : cnxman-socket.h commands.c logging.c logging.h cman/lib : libcman.c libcman.h cman/man : cman_tool.8 Log message: Add a 'cman_tool debug' command that allows cman debugging levels to be changed on-the-fly Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.55&r2=1.56 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-socket.h.diff?cvsroot=cluster&r1=1.18&r2=1.19 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.67&r2=1.68 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/logging.c.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/logging.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&r1=1.35&r2=1.36 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&r1=1.32&r2=1.33 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman_tool.8.diff?cvsroot=cluster&r1=1.11&r2=1.12 From pcaulfield@sourceware.org Tue Aug 28 13:30:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Tue, 28 Aug 2007 13:30:00 -0000 Subject: cluster/cman/lib libcman.h Message-ID: <20070828133023.27271.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-08-28 13:30:23 Modified files: cman/lib : libcman.h Log message: Fix spelling of DAEMON, sigh Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&r1=1.33&r2=1.34 From wcheng@sourceware.org Tue Aug 28 14:58:00 2007 From: wcheng@sourceware.org (wcheng@sourceware.org) Date: Tue, 28 Aug 2007 14:58:00 -0000 Subject: cluster/gfs-kernel/src/gfs diaper.c gfs.h inco ... Message-ID: <20070828145848.27384.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: wcheng@sourceware.org 2007-08-28 14:58:48 Modified files: gfs-kernel/src/gfs: diaper.c gfs.h incore.h ioctl.c ops_file.c super.h Log message: Bugzilla 230803: Allow GFS to take advantage of VFS's "bd_inode_backing_dev_info" setting that overrides diaper device's generic readahead value. Various benchmarks show we can achieve 2x more performance with large sequential write. Option is controlled by a new GFS tunable (seq_readahead). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/diaper.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.3&r2=1.1.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/gfs.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5&r2=1.5.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/incore.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.17.2.9&r2=1.17.2.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ioctl.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.7.2.7&r2=1.7.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_file.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.16.2.15&r2=1.16.2.16 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/super.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=1.2.2.2 From rmccabe@sourceware.org Tue Aug 28 16:51:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 28 Aug 2007 16:51:00 -0000 Subject: cluster cman/daemon/commands.c fence/fenced/me ... Message-ID: <20070828165139.9234.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rmccabe@sourceware.org 2007-08-28 16:51:39 Modified files: cman/daemon : commands.c fence/fenced : member_cman.c recover.c group/daemon : joinleave.c Log message: Fix a handful of possible NULL pointer derefs Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.68&r2=1.69 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/member_cman.c.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&r1=1.27&r2=1.28 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/joinleave.c.diff?cvsroot=cluster&r1=1.20&r2=1.21 From rmccabe@sourceware.org Tue Aug 28 16:57:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 28 Aug 2007 16:57:00 -0000 Subject: conga/luci/site/luci/Extensions/ClusterModel M ... Message-ID: <20070828165757.8984.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-28 16:57:57 Modified files: luci/site/luci/Extensions/ClusterModel: ModelBuilder.py Log message: Cleanups from the -RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.3&r2=1.5.2.4 From rmccabe@sourceware.org Tue Aug 28 17:11:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 28 Aug 2007 17:11:00 -0000 Subject: conga/luci/site/luci/var Data.fs Message-ID: <20070828171049.24156.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-28 17:10:49 Modified files: luci/site/luci/var: Data.fs Log message: Update the luci zope database Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.20.2.15&r2=1.20.2.16 From rmccabe@sourceware.org Wed Aug 29 01:02:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 29 Aug 2007 01:02:00 -0000 Subject: conga conga.spec.in.in Message-ID: <20070829010202.28136.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-08-29 01:02:02 Modified files: . : conga.spec.in.in Log message: update the changelog Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.67.2.15&r2=1.67.2.16 From fabbione@sourceware.org Wed Aug 29 02:50:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 29 Aug 2007 02:50:00 -0000 Subject: cluster/cman/tests Makefile Message-ID: <20070829025015.14335.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-29 02:50:15 Modified files: cman/tests : Makefile Log message: Clean up cman/tests/Makefile Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/tests/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 From fabbione@sourceware.org Wed Aug 29 02:51:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 29 Aug 2007 02:51:00 -0000 Subject: cluster/gfs/tests filecon2/Makefile mmdd/Makef ... Message-ID: <20070829025138.28891.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-29 02:51:38 Modified files: gfs/tests/filecon2: Makefile gfs/tests/mmdd : Makefile Added files: gfs/tests : Makefile Log message: Cleanup gfs/tests/ Makefiles Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/tests/Makefile.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/tests/filecon2/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/tests/mmdd/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2 From fabbione@sourceware.org Wed Aug 29 02:52:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 29 Aug 2007 02:52:00 -0000 Subject: cluster/group/test Makefile Message-ID: <20070829025245.9663.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-29 02:52:45 Modified files: group/test : Makefile Log message: Cleanup group/test/Makefile Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/test/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3 From fabbione@sourceware.org Wed Aug 29 03:09:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 29 Aug 2007 03:09:00 -0000 Subject: cluster ccs/Makefile cman/Makefile dlm/Makefil ... Message-ID: <20070829030956.32764.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-29 03:09:56 Modified files: ccs : Makefile cman : Makefile dlm : Makefile dlm/tests : Makefile fence : Makefile fence/agents : Makefile gfs : Makefile gfs/tests : Makefile gfs2 : Makefile gnbd : Makefile gnbd/tools : Makefile group : Makefile rgmanager : Makefile rgmanager/src : Makefile Added files: make : passthrough.mk Log message: This is the first patch of a long series to collect common Makefile targets into their own snippets. Collect all passthrough operations into make/passthrough.mk. Update all passthrough Makefiles to use the new snippet. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tests/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/Makefile.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/tests/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/tools/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/make/passthrough.mk.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 From teigland@sourceware.org Wed Aug 29 13:39:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Wed, 29 Aug 2007 13:39:00 -0000 Subject: cluster/gfs-kernel/patches lock_dlm-include.patch Message-ID: <20070829133952.23574.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-08-29 13:39:52 Removed files: gfs-kernel/patches: lock_dlm-include.patch Log message: I think I added this years ago, forget why Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/patches/lock_dlm-include.patch.diff?cvsroot=cluster&r1=1.2&r2=NONE From rmccabe@sourceware.org Wed Aug 29 20:15:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 29 Aug 2007 20:15:00 -0000 Subject: conga/ricci/ricci auth_helper.cpp Message-ID: <20070829201519.2305.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-29 20:15:19 Removed files: ricci/ricci : auth_helper.cpp Log message: No longer used. saslauthd is used for authentication. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/auth_helper.cpp.diff?cvsroot=cluster&r1=1.2&r2=NONE From fabbione@sourceware.org Thu Aug 30 03:29:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Thu, 30 Aug 2007 03:29:00 -0000 Subject: cluster/clumon COPYING INSTALL Makefile README ... Message-ID: <20070830032911.29318.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-30 03:29:11 Removed files: clumon : COPYING INSTALL Makefile README README.cim README.snmpd REDHAT-CLUSTER-MIB REDHAT-MIB RedHat_ClusterProvider.mof RedHat_ClusterSchema.mof TODO clumon/init.d : Makefile clumond clumon/man : Makefile clumon/src : Makefile clumon/src/cim-provider: ClusterProvider.cpp ClusterProvider.h ClusterProviderMain.cpp Makefile SmartHandler.h clusterCIM_test.cpp clusterCIM_test.h clumon/src/common: ClientSocket.cpp Cluster.cpp ClusterMonitor.cpp Logger.cpp Makefile Node.cpp ServerSocket.cpp Service.cpp Socket.cpp Thread.cpp Time.cpp XML.cpp clumon/src/daemon: Communicator.cpp Communicator.h Makefile Monitor.cpp Monitor.h Peer.cpp Peer.h array_auto_ptr.h clumond_test.cpp daemon_init.c executils.cpp executils.h main.cpp signals.c signals.h clumon/src/daemon/old-python: CommandError.py CommandHandler.py Communicator.py NodeData.py ServiceData.py clui_constants.py clumond executil.py monitor.py monitor_objects.py clumon/src/include: Cluster.h ClusterMonitor.h Logger.h Mutex.h Socket.h Thread.h Time.h XML.h clumond_globals.h counting_auto_ptr.cpp counting_auto_ptr.h clumon/src/snmp-agent: Makefile clusterMIB.cpp clusterMIB.h clusterMonitorSnmp.cpp clusterMonitorSnmp.h nodesMIB.cpp nodesMIB.h nodesMIB_access.cpp nodesMIB_access.h nodesMIB_checkfns.cpp nodesMIB_checkfns.h nodesMIB_checkfns_local.cpp nodesMIB_checkfns_local.h nodesMIB_columns.h nodesMIB_enums.h servicesMIB.cpp servicesMIB.h servicesMIB_access.cpp servicesMIB_access.h servicesMIB_checkfns.cpp servicesMIB_checkfns.h servicesMIB_checkfns_local.cpp servicesMIB_checkfns_local.h servicesMIB_columns.h servicesMIB_enums.h clumon/tests : DeleteClass.xml EnumerateInstances.xml clusterMIB_test.sh Log message: Cleanup clumon/ as agreed on cluster-dev Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/COPYING.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/INSTALL.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/Makefile.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/README.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/README.cim.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/README.snmpd.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/REDHAT-CLUSTER-MIB.diff?cvsroot=cluster&r1=1.5&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/REDHAT-MIB.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/RedHat_ClusterProvider.mof.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/RedHat_ClusterSchema.mof.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/TODO.diff?cvsroot=cluster&r1=1.5&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/init.d/Makefile.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/init.d/clumond.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/man/Makefile.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/Makefile.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/cim-provider/ClusterProvider.cpp.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/cim-provider/ClusterProvider.h.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/cim-provider/ClusterProviderMain.cpp.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/cim-provider/Makefile.diff?cvsroot=cluster&r1=1.6&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/cim-provider/SmartHandler.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/cim-provider/clusterCIM_test.cpp.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/cim-provider/clusterCIM_test.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/ClientSocket.cpp.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/Cluster.cpp.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/ClusterMonitor.cpp.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/Logger.cpp.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/Makefile.diff?cvsroot=cluster&r1=1.5&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/Node.cpp.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/ServerSocket.cpp.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/Service.cpp.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/Socket.cpp.diff?cvsroot=cluster&r1=1.5&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/Thread.cpp.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/Time.cpp.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/common/XML.cpp.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/Communicator.cpp.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/Communicator.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/Makefile.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/Monitor.cpp.diff?cvsroot=cluster&r1=1.6&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/Monitor.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/Peer.cpp.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/Peer.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/array_auto_ptr.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/clumond_test.cpp.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/daemon_init.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/executils.cpp.diff?cvsroot=cluster&r1=1.7&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/executils.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/main.cpp.diff?cvsroot=cluster&r1=1.7&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/signals.c.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/signals.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/old-python/CommandError.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/old-python/CommandHandler.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/old-python/Communicator.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/old-python/NodeData.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/old-python/ServiceData.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/old-python/clui_constants.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/old-python/clumond.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/old-python/executil.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/old-python/monitor.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/daemon/old-python/monitor_objects.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/Cluster.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/ClusterMonitor.h.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/Logger.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/Mutex.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/Socket.h.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/Thread.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/Time.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/XML.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/clumond_globals.h.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/counting_auto_ptr.cpp.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/include/counting_auto_ptr.h.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/Makefile.diff?cvsroot=cluster&r1=1.5&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/clusterMIB.cpp.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/clusterMIB.h.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/clusterMonitorSnmp.cpp.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/clusterMonitorSnmp.h.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/nodesMIB.cpp.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/nodesMIB.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/nodesMIB_access.cpp.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/nodesMIB_access.h.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/nodesMIB_checkfns.cpp.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/nodesMIB_checkfns.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/nodesMIB_checkfns_local.cpp.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/nodesMIB_checkfns_local.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/nodesMIB_columns.h.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/nodesMIB_enums.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/servicesMIB.cpp.diff?cvsroot=cluster&r1=1.4&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/servicesMIB.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/servicesMIB_access.cpp.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/servicesMIB_access.h.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/servicesMIB_checkfns.cpp.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/servicesMIB_checkfns.h.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/servicesMIB_checkfns_local.cpp.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/servicesMIB_checkfns_local.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/servicesMIB_columns.h.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/src/snmp-agent/servicesMIB_enums.h.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/tests/DeleteClass.xml.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/tests/EnumerateInstances.xml.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/clumon/tests/clusterMIB_test.sh.diff?cvsroot=cluster&r1=1.3&r2=NONE From jbrassow@sourceware.org Thu Aug 30 15:49:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Thu, 30 Aug 2007 15:49:00 -0000 Subject: cluster ./Makefile cmirror/init.d/cmirror cmir ... Message-ID: <20070830154932.14716.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jbrassow@sourceware.org 2007-08-30 15:49:32 Modified files: . : Makefile cmirror/init.d : cmirror cmirror/src : Makefile cmirror-kernel/src: Makefile dm-clog-tfr.c dm-clog.c dlm : Makefile Added files: cmirror-kernel/src: dm-log.h-copy dm.h-copy Log message: - Updates to make cmirror compile properly against kernel-devel package (which doesn't include dm.h or dm-log.h). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.24.2.1&r2=1.24.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/init.d/cmirror.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-log.h-copy.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm.h-copy.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.6.1&r2=1.1.6.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-clog-tfr.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.1&r2=1.1.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-clog.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.1&r2=1.2.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.2&r2=1.7.2.3 From lhh@sourceware.org Thu Aug 30 16:03:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Thu, 30 Aug 2007 16:03:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/restre ... Message-ID: <20070830160303.21067.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-08-30 16:03:03 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: restree.c rg_state.c Log message: Fix #229650, pass 3 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.25&r2=1.31.2.26 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.23.2.10&r2=1.23.2.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.24.2.12&r2=1.24.2.13 From lhh@sourceware.org Thu Aug 30 16:05:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Thu, 30 Aug 2007 16:05:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/restre ... Message-ID: <20070830160514.21701.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: lhh@sourceware.org 2007-08-30 16:05:14 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: restree.c rg_state.c Log message: Fix #229650, pass 3 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.31.2.19.2.3&r2=1.31.2.19.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.23.2.8.2.2&r2=1.23.2.8.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.24.2.10.2.2&r2=1.24.2.10.2.3 From lhh@sourceware.org Thu Aug 30 16:09:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Thu, 30 Aug 2007 16:09:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/restre ... Message-ID: <20070830160939.30855.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-08-30 16:09:39 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: restree.c rg_state.c Log message: Fix #229650, pass 3 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&r1=1.58&r2=1.59 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&r1=1.36&r2=1.37 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/rg_state.c.diff?cvsroot=cluster&r1=1.39&r2=1.40 From rohara@sourceware.org Thu Aug 30 16:25:00 2007 From: rohara@sourceware.org (rohara@sourceware.org) Date: Thu, 30 Aug 2007 16:25:00 -0000 Subject: cluster/ccs/ccs_tool ccs_tool.c Message-ID: <20070830162550.5798.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rohara@sourceware.org 2007-08-30 16:25:50 Modified files: ccs/ccs_tool : ccs_tool.c Log message: BZ 249781 - Fix ccs_tool to return EXIT_SUCCESS for most commands. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_tool/ccs_tool.c.diff?cvsroot=cluster&r1=1.7&r2=1.8 From rohara@sourceware.org Thu Aug 30 16:26:00 2007 From: rohara@sourceware.org (rohara@sourceware.org) Date: Thu, 30 Aug 2007 16:26:00 -0000 Subject: cluster/ccs/ccs_tool ccs_tool.c Message-ID: <20070830162642.6164.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rohara@sourceware.org 2007-08-30 16:26:42 Modified files: ccs/ccs_tool : ccs_tool.c Log message: BZ 249781 - Fix ccs_tool to return EXIT_SUCCESS for most commands. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_tool/ccs_tool.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5&r2=1.5.2.1 From rmccabe@sourceware.org Thu Aug 30 17:07:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 30 Aug 2007 17:07:00 -0000 Subject: conga/ricci/ricci Auth.cpp Auth.h ClientInstan ... Message-ID: <20070830170716.29142.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-30 17:07:16 Modified files: ricci/ricci : Auth.cpp Auth.h ClientInstance.cpp ClientInstance.h DBusController.cpp DBusController.h Makefile QueueLocker.cpp QueueLocker.h RebootModule.cpp RebootModule.h Ricci.cpp Ricci.h RicciWorker.cpp RicciWorker.h SSLInstance.cpp SSLInstance.h Server.cpp Server.h dbus_test.cpp main.cpp ricci_defines.h Log message: - cleanup for readability and maintainability - fix a handful of minor problems Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Auth.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Auth.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/ClientInstance.cpp.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/ClientInstance.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/DBusController.cpp.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/DBusController.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Makefile.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/QueueLocker.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/QueueLocker.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RebootModule.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RebootModule.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Ricci.cpp.diff?cvsroot=cluster&r1=1.25&r2=1.26 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Ricci.h.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RicciWorker.cpp.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RicciWorker.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/SSLInstance.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/SSLInstance.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Server.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Server.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/dbus_test.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/main.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/ricci_defines.h.diff?cvsroot=cluster&r1=1.8&r2=1.9 From rmccabe@sourceware.org Thu Aug 30 17:08:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 30 Aug 2007 17:08:00 -0000 Subject: conga/ricci/ricci ClientInstance.cpp Makefile ... Message-ID: <20070830170844.3792.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-30 17:08:44 Modified files: ricci/ricci : ClientInstance.cpp Makefile RicciWorker.cpp Log message: send debugging output to stderr instead of stdout Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/ClientInstance.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Makefile.diff?cvsroot=cluster&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RicciWorker.cpp.diff?cvsroot=cluster&r1=1.12&r2=1.13 From fabbione@sourceware.org Thu Aug 30 18:07:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Thu, 30 Aug 2007 18:07:00 -0000 Subject: cluster/gnbd/server gserv.c Message-ID: <20070830180758.9617.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-30 18:07:58 Modified files: gnbd/server : gserv.c Log message: Fix build warning Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/server/gserv.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 From jbrassow@sourceware.org Thu Aug 30 18:26:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Thu, 30 Aug 2007 18:26:00 -0000 Subject: cluster/cmirror-kernel/src dm-clog.c Message-ID: <20070830182622.19227.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jbrassow@sourceware.org 2007-08-30 18:26:22 Modified files: cmirror-kernel/src: dm-clog.c Log message: - kmalloc -> kzalloc Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-clog.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.2&r2=1.2.2.3 From fabbione@sourceware.org Thu Aug 30 18:33:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Thu, 30 Aug 2007 18:33:00 -0000 Subject: cluster/fence/agents/ipmilan Makefile ipmilan.c Message-ID: <20070830183311.21455.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-30 18:33:11 Modified files: fence/agents/ipmilan: Makefile ipmilan.c Log message: Remove old code. ACK by Lon Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ipmilan/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ipmilan/ipmilan.c.diff?cvsroot=cluster&r1=1.13&r2=1.14 From fabbione@sourceware.org Thu Aug 30 18:40:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Thu, 30 Aug 2007 18:40:00 -0000 Subject: cluster fence/agents/baytech/Makefile fence/ag ... Message-ID: <20070830184037.25626.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-30 18:40:37 Modified files: fence/agents/baytech: Makefile fence/agents/bladecenter: Makefile fence/agents/brocade: Makefile fence/agents/bullpap: Makefile fence/agents/cpint: Makefile fence/agents/drac: Makefile fence/agents/egenera: Makefile fence/agents/ibmblade: Makefile fence/agents/ilo: Makefile fence/agents/mcdata: Makefile fence/agents/sanbox2: Makefile fence/agents/vixel: Makefile fence/agents/vmware: Makefile fence/agents/wti: Makefile fence/agents/xcat: Makefile fence/agents/zvm: Makefile Added files: make : fenceperl.mk Log message: Collect all common make targets for fence/agents written in perl Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/baytech/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/bladecenter/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/brocade/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/bullpap/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/cpint/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/drac/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/egenera/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ibmblade/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ilo/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/mcdata/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/sanbox2/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/vixel/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/vmware/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/wti/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xcat/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/zvm/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/make/fenceperl.mk.diff?cvsroot=cluster&r1=NONE&r2=1.1 From fabbione@sourceware.org Thu Aug 30 18:41:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Thu, 30 Aug 2007 18:41:00 -0000 Subject: cluster fence/agents/apc/Makefile fence/agents ... Message-ID: <20070830184131.26358.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-08-30 18:41:31 Modified files: fence/agents/apc: Makefile fence/agents/rsa: Makefile fence/agents/rsb: Makefile Added files: make : fencepy.mk Log message: Collect common make targets for fence/agents written in python Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/apc/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rsa/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/rsb/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/make/fencepy.mk.diff?cvsroot=cluster&r1=NONE&r2=1.1 From rmccabe@sourceware.org Thu Aug 30 21:31:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 30 Aug 2007 21:31:00 -0000 Subject: cluster/ccs/daemon ccsd.c Message-ID: <20070830213142.27925.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rmccabe@sourceware.org 2007-08-30 21:31:42 Modified files: ccs/daemon : ccsd.c Log message: listen() is not supported on SOCK_DGRAM Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.28&r2=1.29 From rmccabe@sourceware.org Thu Aug 30 22:50:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 30 Aug 2007 22:50:00 -0000 Subject: conga/ricci/common ClientSocket.cpp Except.cpp ... Message-ID: <20070830225014.674.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-30 22:50:14 Modified files: ricci/common : ClientSocket.cpp Except.cpp File.cpp Socket.cpp executils.cpp Log message: - More cleanup - Better error messages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/ClientSocket.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Except.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/File.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Socket.cpp.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/executils.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 From rmccabe@sourceware.org Fri Aug 31 04:57:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 31 Aug 2007 04:57:00 -0000 Subject: conga/ricci/common Logger.cpp Makefile Module. ... Message-ID: <20070831045737.30451.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-31 04:57:37 Modified files: ricci/common : Logger.cpp Makefile Module.cpp Network.cpp Random.cpp ServerSocket.cpp Thread.cpp Time.cpp Variable.cpp XML.cpp daemon_init.c signals.c utils.cpp Log message: More cleanup Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Logger.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Module.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Network.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Random.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/ServerSocket.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Thread.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Time.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Variable.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/XML.cpp.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/daemon_init.c.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/signals.c.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/utils.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 From rmccabe@sourceware.org Fri Aug 31 13:32:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 31 Aug 2007 13:32:00 -0000 Subject: conga/ricci/include APIerror.h Except.h File.h ... Message-ID: <20070831133237.32254.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-08-31 13:32:37 Modified files: ricci/include : APIerror.h Except.h File.h Logger.h Module.h Mutex.h Network.h Random.h Socket.h String.h Thread.h Time.h Variable.h XML.h XML_tags.h array_auto_ptr.h counting_auto_ptr.cpp counting_auto_ptr.h executils.h executils_test.h shred_allocator.h utils.h Log message: More cleanup Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/APIerror.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Except.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/File.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Logger.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Module.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Mutex.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Network.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Random.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Socket.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/String.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Thread.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Time.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Variable.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/XML.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/XML_tags.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/array_auto_ptr.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/counting_auto_ptr.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/counting_auto_ptr.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/executils.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/executils_test.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/shred_allocator.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/utils.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rmccabe@sourceware.org Fri Aug 31 14:26:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 31 Aug 2007 14:26:00 -0000 Subject: cluster cman/daemon/commands.c fence/fenced/me ... Message-ID: <20070831142604.3276.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-08-31 14:26:04 Modified files: cman/daemon : commands.c fence/fenced : member_cman.c recover.c group/daemon : joinleave.c Log message: fix 267441: Possible NULL pointer deferences in cman Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.55.2.8&r2=1.55.2.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/member_cman.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.15.2.1&r2=1.15.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.2&r2=1.25.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/joinleave.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.19&r2=1.19.2.1 From teigland@sourceware.org Fri Aug 31 15:23:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 31 Aug 2007 15:23:00 -0000 Subject: cluster/gfs-kernel/src/dlm thread.c Message-ID: <20070831152333.12368.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2007-08-31 15:23:33 Modified files: gfs-kernel/src/dlm: thread.c Log message: Check for a null lvb pointer before trying to memset the lvb to zero. I think there's a good chance this will fix bz 176838. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/dlm/thread.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.16.2.5&r2=1.16.2.6 From teigland@sourceware.org Fri Aug 31 15:39:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 31 Aug 2007 15:39:00 -0000 Subject: cluster/dlm Makefile Message-ID: <20070831153955.23772.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2007-08-31 15:39:55 Modified files: dlm : Makefile Log message: add tool dir Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 From rmccabe@sourceware.org Tue Sep 4 18:28:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 04 Sep 2007 18:28:00 -0000 Subject: conga/ricci/modules/cluster ClusterConf.h Clus ... Message-ID: <20070904182840.20083.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-04 18:28:40 Modified files: ricci/modules/cluster: ClusterConf.h ClusterModule.h ClusterStatus.h Clusvcadm.h Fence.h NoServiceManager.h ricci/modules/cluster/clumon/src/common: Cluster.cpp ClusterMonitor.cpp Node.cpp Service.cpp ricci/modules/cluster/clumon/src/daemon: Communicator.cpp Communicator.h Monitor.cpp Monitor.h Peer.cpp Peer.h main.cpp ricci/modules/cluster/clumon/src/include: Cluster.h ClusterMonitor.h clumond_globals.h Log message: More cleanup and fixes for mostly minor issues Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterConf.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterModule.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterStatus.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Clusvcadm.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Fence.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/NoServiceManager.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/Cluster.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/ClusterMonitor.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/Node.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/Service.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Communicator.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Communicator.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Monitor.cpp.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Monitor.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Peer.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Peer.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/main.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/include/Cluster.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/include/ClusterMonitor.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/include/clumond_globals.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 From rmccabe@sourceware.org Tue Sep 4 18:30:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 04 Sep 2007 18:30:00 -0000 Subject: conga/ricci/include counting_auto_ptr.cpp coun ... Message-ID: <20070904183046.20965.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-04 18:30:46 Modified files: ricci/include : counting_auto_ptr.cpp counting_auto_ptr.h Log message: don't dynamically allocate the reference counter int on the heap Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/counting_auto_ptr.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/counting_auto_ptr.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 From rmccabe@sourceware.org Tue Sep 4 18:43:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 04 Sep 2007 18:43:00 -0000 Subject: conga/ricci/include counting_auto_ptr.cpp shre ... Message-ID: <20070904184326.26073.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-04 18:43:26 Modified files: ricci/include : counting_auto_ptr.cpp shred_allocator.h Log message: Add some debugging support to the counting_auto_ptr template class Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/counting_auto_ptr.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/shred_allocator.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 From teigland@sourceware.org Tue Sep 4 19:22:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 04 Sep 2007 19:22:00 -0000 Subject: cluster/group/gfs_controld lock_dlm.h recover.c Message-ID: <20070904192252.16522.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-09-04 19:22:52 Modified files: group/gfs_controld: lock_dlm.h recover.c Log message: Reject mount attempts on an fs that's still in the process of unmounting. This regressed 8 months ago due to the bz 218560 changes. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/lock_dlm.h.diff?cvsroot=cluster&r1=1.28&r2=1.29 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/recover.c.diff?cvsroot=cluster&r1=1.32&r2=1.33 From teigland@sourceware.org Tue Sep 4 19:23:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 04 Sep 2007 19:23:00 -0000 Subject: cluster/gfs2/mount util.c Message-ID: <20070904192338.16734.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-09-04 19:23:38 Modified files: gfs2/mount : util.c Log message: report that a mount fails due to an in-progress unmount Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/util.c.diff?cvsroot=cluster&r1=1.25&r2=1.26 From teigland@sourceware.org Tue Sep 4 19:27:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 04 Sep 2007 19:27:00 -0000 Subject: cluster/group/gfs_controld lock_dlm.h recover.c Message-ID: <20070904192734.19703.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-09-04 19:27:34 Modified files: group/gfs_controld: lock_dlm.h recover.c Log message: Reject mount attempts on an fs that's still in the process of unmounting. This regressed 8 months ago due to the bz 218560 changes. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/lock_dlm.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.7&r2=1.21.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.23.2.9&r2=1.23.2.10 From teigland@sourceware.org Tue Sep 4 19:28:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 04 Sep 2007 19:28:00 -0000 Subject: cluster/gfs2/mount util.c Message-ID: <20070904192812.20529.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-09-04 19:28:12 Modified files: gfs2/mount : util.c Log message: report that a mount fails due to an in-progress unmount Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/util.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.7&r2=1.18.2.8 From rmccabe@sourceware.org Tue Sep 4 21:28:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 04 Sep 2007 21:28:00 -0000 Subject: conga/ricci/include counting_auto_ptr.cpp coun ... Message-ID: <20070904212805.20797.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-04 21:28:05 Modified files: ricci/include : counting_auto_ptr.cpp counting_auto_ptr.h Log message: More debugging, make the refcounter an int * again Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/counting_auto_ptr.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/counting_auto_ptr.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 From rmccabe@sourceware.org Wed Sep 5 22:27:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 05 Sep 2007 22:27:00 -0000 Subject: conga/ricci common/XML.cpp modules/cluster/clu ... Message-ID: <20070905222729.26333.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-05 22:27:29 Modified files: ricci/common : XML.cpp ricci/modules/cluster/clumon/src/daemon: Communicator.cpp Monitor.cpp Log message: Cleanup and log more debugging info Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/XML.cpp.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Communicator.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Monitor.cpp.diff?cvsroot=cluster&r1=1.16&r2=1.17 From teigland@sourceware.org Thu Sep 6 16:24:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 06 Sep 2007 16:24:00 -0000 Subject: cluster configure Message-ID: <20070906162453.23595.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-09-06 16:24:53 Modified files: . : configure Log message: go back to a default of -O0 instead of -O2 to get the stuff with -Werror to build Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.27&r2=1.28 From teigland@sourceware.org Thu Sep 6 16:26:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Thu, 06 Sep 2007 16:26:00 -0000 Subject: cluster configure Message-ID: <20070906162647.25299.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-09-06 16:26:47 Modified files: . : configure Log message: forgot the 0 after the -O Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.28&r2=1.29 From cfeist@sourceware.org Thu Sep 6 22:27:00 2007 From: cfeist@sourceware.org (cfeist@sourceware.org) Date: Thu, 06 Sep 2007 22:27:00 -0000 Subject: cluster/dlm/tool Makefile Message-ID: <20070906222701.7022.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: cfeist@sourceware.org 2007-09-06 22:27:01 Modified files: dlm/tool : Makefile Log message: Added Makefile include location to pick up libdlm.h Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.4.1&r2=1.2.4.2 From pcaulfield@sourceware.org Fri Sep 7 12:17:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 07 Sep 2007 12:17:00 -0000 Subject: cluster/cman/daemon commands.c Message-ID: <20070907121745.21964.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-07 12:17:45 Modified files: cman/daemon : commands.c Log message: Correctly reduce quorum when a node leaves using "cman_tool leave remove" bz#271701 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.69&r2=1.70 From fabbione@sourceware.org Fri Sep 7 14:21:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Fri, 07 Sep 2007 14:21:00 -0000 Subject: cluster ./configure cman/cman_tool/Makefile cm ... Message-ID: <20070907142130.14839.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-09-07 14:21:30 Modified files: . : configure cman/cman_tool : Makefile join.c make : defines.mk.input Log message: So in this first patch (that seems the most urgent one): - Make prefix default to /usr - Clean up all prefix use around configure (this will make alternate prefixes like /usr/local works properly). - Add a specific --aisexecbin option that is passed to cman_tool build. This change defaults to /usr/sbin/aisexec (default aisexec install path) but also allow local override if you have aisexec installed in different paths. 3 NOTES: - the cman_tool change has not been tested in production. It builds and shows that the path is passed properly. - all people that use a prefix=/ will need to make sure to use some extra configure options to respect FHS (for example to install man pages in /usr/share/man rather than /share/man..). - If this patch goes in CVS, you need to make sure to re-run ./configure. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.29&r2=1.30 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/Makefile.diff?cvsroot=cluster&r1=1.24&r2=1.25 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/join.c.diff?cvsroot=cluster&r1=1.50&r2=1.51 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/make/defines.mk.input.diff?cvsroot=cluster&r1=1.2&r2=1.3 From cfeist@sourceware.org Fri Sep 7 16:12:00 2007 From: cfeist@sourceware.org (cfeist@sourceware.org) Date: Fri, 07 Sep 2007 16:12:00 -0000 Subject: cluster/dlm/tool Makefile Message-ID: <20070907161236.4818.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: cfeist@sourceware.org 2007-09-07 16:12:36 Modified files: dlm/tool : Makefile Log message: More makefile fixes to allow for build. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.4.2&r2=1.2.4.3 From rmccabe@sourceware.org Fri Sep 7 19:07:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 07 Sep 2007 19:07:00 -0000 Subject: conga/ricci common/Logger.cpp common/Makefile ... Message-ID: <20070907190724.10293.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-07 19:07:23 Modified files: ricci/common : Logger.cpp Makefile ricci/include : String.h counting_auto_ptr.cpp ricci/modules/cluster: Makefile ricci/modules/cluster/clumon/src/cim-provider: Makefile ricci/modules/cluster/clumon/src/common: Makefile ricci/modules/cluster/clumon/src/daemon: Makefile ricci/modules/cluster/clumon/src/snmp-agent: Makefile ricci/modules/log: Makefile ricci/modules/rpm: Makefile ricci/modules/service: Makefile ricci/modules/storage: Makefile ricci/ricci : Makefile Log message: Only use the string shredding class where it's needed. it consumes a ridiculous amount of cpu time to be using it without a good reason to be. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Logger.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/String.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/counting_auto_ptr.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Makefile.diff?cvsroot=cluster&r1=1.21&r2=1.22 From rmccabe@sourceware.org Fri Sep 7 19:08:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 07 Sep 2007 19:08:00 -0000 Subject: conga/ricci/common Thread.cpp Message-ID: <20070907190809.13045.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-07 19:08:09 Modified files: ricci/common : Thread.cpp Log message: decreate thread stack size to something more reasonable Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Thread.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 From teigland@sourceware.org Fri Sep 7 19:17:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 07 Sep 2007 19:17:00 -0000 Subject: cluster/group/daemon cpg.c joinleave.c main.c Message-ID: <20070907191727.15046.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-09-07 19:17:27 Modified files: group/daemon : cpg.c joinleave.c main.c Log message: Do nodedown events when the confchg for the groupd cpg arrives, instead of when the per-group cpg confchg's arrive. This means all nodes should have agreed ordering on the sequence of confchg's and messages, since all messages go through the groupd cpg. This should fix bz 258121 but I can't reproduce anything like that bug to verify. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/cpg.c.diff?cvsroot=cluster&r1=1.38&r2=1.39 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/joinleave.c.diff?cvsroot=cluster&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/main.c.diff?cvsroot=cluster&r1=1.58&r2=1.59 From teigland@sourceware.org Fri Sep 7 19:22:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 07 Sep 2007 19:22:00 -0000 Subject: cluster/group/daemon cpg.c joinleave.c main.c Message-ID: <20070907192208.16121.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-09-07 19:22:08 Modified files: group/daemon : cpg.c joinleave.c main.c Log message: Do nodedown events when the confchg for the groupd cpg arrives, instead of when the per-group cpg confchg's arrive. This means all nodes should have agreed ordering on the sequence of confchg's and messages, since all messages go through the groupd cpg. This should fix bz 258121 but I can't reproduce anything like that bug to verify. Also, set oom_adj to avoid being killed for OOM condition. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/cpg.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.36.2.2&r2=1.36.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/joinleave.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.19.2.1&r2=1.19.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.51.2.6&r2=1.51.2.7 From rmccabe@sourceware.org Fri Sep 7 19:49:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 07 Sep 2007 19:49:00 -0000 Subject: conga luci/make/defines.mk.in ricci/include/St ... Message-ID: <20070907194929.29382.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-07 19:49:29 Modified files: luci/make : defines.mk.in ricci/include : String.h ricci/make : defines.mk.in Log message: More makefile tweaks that got missed in the last commit Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/make/defines.mk.in.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/String.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/make/defines.mk.in.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rmccabe@sourceware.org Sun Sep 9 01:06:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Sun, 09 Sep 2007 01:06:00 -0000 Subject: conga/ricci/ricci ClientInstance.cpp Ricci.cpp ... Message-ID: <20070909010616.30014.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-09 01:06:15 Modified files: ricci/ricci : ClientInstance.cpp Ricci.cpp SSLInstance.cpp Server.cpp Log message: Fix a couple of bugs that caused certificates to not be saved and batch queue files to not be written correctly Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/ClientInstance.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Ricci.cpp.diff?cvsroot=cluster&r1=1.26&r2=1.27 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/SSLInstance.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Server.cpp.diff?cvsroot=cluster&r1=1.7&r2=1.8 From rmccabe@sourceware.org Sun Sep 9 01:12:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Sun, 09 Sep 2007 01:12:00 -0000 Subject: conga/ricci common/.cvsignore modules/cluster/ ... Message-ID: <20070909011256.7163.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-09 01:12:56 Added files: ricci/common : .cvsignore ricci/modules/cluster: .cvsignore ricci/modules/cluster/clumon/src/cim-provider: .cvsignore ricci/modules/cluster/clumon/src/common: .cvsignore ricci/modules/cluster/clumon/src/daemon: .cvsignore ricci/modules/cluster/clumon/src/snmp-agent: .cvsignore ricci/modules/log: .cvsignore ricci/modules/rpm: .cvsignore ricci/modules/service: .cvsignore ricci/modules/storage: .cvsignore ricci/ricci : .cvsignore ricci/test_suite: .cvsignore Log message: add .cvsignore files to silence CVS a bit Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/.cvsignore.diff?cvsroot=cluster&r1=NONE&r2=1.1 From rmccabe@sourceware.org Sun Sep 9 14:18:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Sun, 09 Sep 2007 14:18:00 -0000 Subject: conga ./Makefile luci/Makefile ricci/Makefile ... Message-ID: <20070909141838.6077.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-09 14:18:38 Modified files: . : Makefile luci : Makefile ricci : Makefile ricci/make : defines.mk.in ricci/modules : Makefile ricci/modules/cluster: Makefile ricci/modules/cluster/clumon/src/snmp-agent: Makefile ricci/modules/storage: FSController.cpp Log message: Fix the Makefiles to allow 'make -jX' to work Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/Makefile.diff?cvsroot=cluster&r1=1.23&r2=1.24 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/make/defines.mk.in.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Makefile.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/FSController.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 From rmccabe@sourceware.org Sun Sep 9 14:19:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Sun, 09 Sep 2007 14:19:00 -0000 Subject: conga ./Makefile luci/Makefile ricci/Makefile ... Message-ID: <20070909141937.6434.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-09-09 14:19:37 Modified files: . : Makefile luci : Makefile ricci : Makefile ricci/make : defines.mk.in ricci/modules : Makefile ricci/modules/cluster: Makefile ricci/modules/cluster/clumon/src/snmp-agent: Makefile Log message: Fix the Makefiles to allow 'make -jX' to work Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12.2.1&r2=1.12.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.22.2.1&r2=1.22.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.11&r2=1.11.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/make/defines.mk.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.6&r2=1.6.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5&r2=1.5.4.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.15.2.1&r2=1.15.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3&r2=1.3.4.1 From rmccabe@sourceware.org Sun Sep 9 18:20:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Sun, 09 Sep 2007 18:20:00 -0000 Subject: conga/ricci/common Makefile sys_util.c sys_util.h Message-ID: <20070909182000.18506.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-09 18:20:00 Modified files: ricci/common : Makefile Added files: ricci/common : sys_util.c sys_util.h Log message: Some utility functions for use later Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/sys_util.c.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/sys_util.h.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12 From rmccabe@sourceware.org Tue Sep 11 00:26:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 00:26:00 -0000 Subject: conga/ricci common/ClientSocket.cpp common/Log ... Message-ID: <20070911002652.23102.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 00:26:52 Modified files: ricci/common : ClientSocket.cpp Logger.cpp Module.cpp sys_util.c ricci/include : Logger.h ricci/modules/cluster: Virt.cpp ricci/modules/cluster/clumon/src/common: ClusterMonitor.cpp ricci/ricci : Makefile Ricci.cpp RicciWorker.cpp SSLInstance.cpp Log message: Cleanup and refactor some of the network and file io Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/ClientSocket.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Logger.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Module.cpp.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/sys_util.c.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Logger.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/ClusterMonitor.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Makefile.diff?cvsroot=cluster&r1=1.22&r2=1.23 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Ricci.cpp.diff?cvsroot=cluster&r1=1.27&r2=1.28 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RicciWorker.cpp.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/SSLInstance.cpp.diff?cvsroot=cluster&r1=1.10&r2=1.11 From rmccabe@sourceware.org Tue Sep 11 02:42:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 02:42:00 -0000 Subject: conga/ricci Makefile common/Makefile modules/l ... Message-ID: <20070911024253.24473.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 02:42:53 Modified files: ricci : Makefile ricci/common : Makefile ricci/modules/log: Makefile ricci/modules/cluster/clumon/src/common: Makefile ricci/modules/cluster/clumon/src/snmp-agent: Makefile ricci/modules/cluster/clumon/src/daemon: Makefile ricci/modules/cluster/clumon/src/cim-provider: Makefile ricci/modules/cluster/clumon/src: Makefile ricci/modules/cluster/clumon/init.d: Makefile ricci/modules/cluster/clumon/man: Makefile ricci/modules/cluster/clumon: Makefile ricci/modules/cluster: Makefile ricci/modules/service: Makefile ricci/modules : Makefile ricci/modules/rpm: Makefile ricci/modules/storage: Makefile ricci/init.d : Makefile ricci/ricci : Makefile ricci/pam.d : Makefile Log message: More makefile cleanup Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Makefile.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Makefile.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/init.d/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/man/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Makefile.diff?cvsroot=cluster&r1=1.18&r2=1.19 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/init.d/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Makefile.diff?cvsroot=cluster&r1=1.23&r2=1.24 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/pam.d/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 From rmccabe@sourceware.org Tue Sep 11 02:45:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 02:45:00 -0000 Subject: conga/ricci TODO Message-ID: <20070911024506.27246.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 02:45:06 Modified files: ricci : TODO Log message: Update this a bit. It was pretty stale. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/TODO.diff?cvsroot=cluster&r1=1.5&r2=1.6 From rmccabe@sourceware.org Tue Sep 11 02:45:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 02:45:00 -0000 Subject: conga/ricci Changelog configure ricci.spec.in. ... Message-ID: <20070911024529.28565.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 02:45:29 Modified files: ricci : Changelog configure ricci.spec.in.in ricci/common : Logger.cpp daemon_init.c executils_test.cpp signals.c ricci/docs : cluster_api.html logging_api.html modules.html modules_common.html reboot_api.html ricci_api.html rpm_api.html service_api.html storage-bd_template.html storage-bds.html storage-content.html storage-content_template.html storage-mapper_template.html storage-mappers.html storage_api.html variables.html ricci/init.d : ricci ricci/make : defines.mk.in ricci/modules/cluster/clumon: README.cim README.snmpd REDHAT-CLUSTER-MIB REDHAT-MIB RedHat_ClusterSchema.mof ricci/modules/cluster/clumon/init.d: modclusterd ricci/modules/cluster/clumon/src/cim-provider: ClusterProvider.cpp ClusterProvider.h ClusterProviderMain.cpp SmartHandler.h clusterCIM_test.cpp ricci/modules/cluster/clumon/src/snmp-agent: clusterMIB.cpp clusterMIB.h clusterMonitorSnmp.cpp clusterMonitorSnmp.h nodesMIB.cpp nodesMIB.h nodesMIB_access.cpp nodesMIB_access.h nodesMIB_checkfns.cpp nodesMIB_checkfns.h nodesMIB_checkfns_local.cpp nodesMIB_checkfns_local.h nodesMIB_columns.h nodesMIB_enums.h servicesMIB.cpp servicesMIB.h servicesMIB_access.cpp servicesMIB_access.h servicesMIB_checkfns.cpp servicesMIB_checkfns.h servicesMIB_checkfns_local.cpp servicesMIB_checkfns_local.h servicesMIB_columns.h servicesMIB_enums.h ricci/modules/log: LogParser.cpp LogParser.h LoggingModule.cpp LoggingModule.h main.cpp ricci/modules/rpm: PackageHandler.cpp PackageHandler.h RpmModule.cpp RpmModule.h main.cpp ricci/modules/service: ServiceManager.cpp ServiceManager.h ServiceModule.cpp ServiceModule.h main.cpp ricci/modules/storage: BD.cpp BD.h BDFactory.cpp BDFactory.h ClusterNotQuorateError.h ClusterNotRunningError.h ClvmdError.h Content.cpp Content.h ContentExtendedPartition.cpp ContentExtendedPartition.h ContentFS.cpp ContentFS.h ContentFactory.cpp ContentFactory.h ContentNone.cpp ContentNone.h ContentUnusable.cpp ContentUnusable.h ExtendedFS.cpp ExtendedFS.h FSController.cpp FSController.h FileMagic.cpp FileMagic.h GFS1.cpp GFS1.h GFS2.cpp GFS2.h HD.cpp HD.h LV.cpp LV.h LVM.cpp LVM.h LVMClusterLockingError.h MDRaid.cpp MDRaid.h MDRaidSource.cpp MDRaidSource.h MDRaidTarget.cpp MDRaidTarget.h Mapper.cpp Mapper.h MapperFactory.cpp MapperFactory.h MapperSource.cpp MapperSource.h MidAir.h MountHandler.cpp MountHandler.h PTSource.cpp PTSource.h PV.cpp PV.h Partition.cpp Partition.h PartitionTable.cpp PartitionTable.h Props.cpp Props.h StorageModule.cpp StorageModule.h SwapFS.cpp SwapFS.h System.cpp System.h UMountError.h UnsupportedFS.cpp UnsupportedFS.h VG.cpp VG.h ValidationError.h defines.h gfs_ondisk.h main.cpp mdadm_wrapper.cpp mdadm_wrapper.h parted_wrapper.cpp parted_wrapper.h ricci/ricci : main.cpp ricci/test : PropsObject.py Variable.py add_sources_renderer.py auth_page.py bd_remove_renderer.py bd_renderer.py communicator.py content_renderer.py dispatcher.py host_selection.py main_page.py mapper_renderer.py new_mapper_renderer.py new_target_renderer.py props_renderer.py ricci/test_suite: README SSLClient_send_to_ricci send_to_ricci Log message: Whitespace cleanup. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/Changelog.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/configure.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci.spec.in.in.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Logger.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/daemon_init.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/executils_test.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/signals.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/cluster_api.html.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/logging_api.html.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/modules.html.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/modules_common.html.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/reboot_api.html.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/ricci_api.html.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/rpm_api.html.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/service_api.html.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/storage-bd_template.html.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/storage-bds.html.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/storage-content.html.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/storage-content_template.html.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/storage-mapper_template.html.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/storage-mappers.html.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/storage_api.html.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/docs/variables.html.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/init.d/ricci.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/make/defines.mk.in.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/README.cim.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/README.snmpd.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/REDHAT-CLUSTER-MIB.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/REDHAT-MIB.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/RedHat_ClusterSchema.mof.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/init.d/modclusterd.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/ClusterProvider.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/ClusterProvider.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/ClusterProviderMain.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/SmartHandler.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/clusterCIM_test.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/clusterMIB.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/clusterMIB.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/clusterMonitorSnmp.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/clusterMonitorSnmp.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_access.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_access.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_checkfns.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_checkfns.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_checkfns_local.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_checkfns_local.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_columns.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_enums.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_access.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_access.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_checkfns.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_checkfns.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_checkfns_local.cpp.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_checkfns_local.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_columns.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_enums.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LogParser.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LogParser.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LoggingModule.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LoggingModule.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/main.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/PackageHandler.cpp.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/PackageHandler.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/RpmModule.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/RpmModule.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/main.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceManager.cpp.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceManager.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceModule.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceModule.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/main.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/BD.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/BD.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/BDFactory.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/BDFactory.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ClusterNotQuorateError.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ClusterNotRunningError.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ClvmdError.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Content.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Content.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ContentExtendedPartition.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ContentExtendedPartition.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ContentFS.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ContentFS.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ContentFactory.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ContentFactory.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ContentNone.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ContentNone.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ContentUnusable.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ContentUnusable.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ExtendedFS.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ExtendedFS.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/FSController.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/FSController.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/FileMagic.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/FileMagic.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/GFS1.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/GFS1.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/GFS2.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/GFS2.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/HD.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/HD.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/LV.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/LV.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/LVM.cpp.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/LVM.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/LVMClusterLockingError.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MDRaid.cpp.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MDRaid.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MDRaidSource.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MDRaidSource.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MDRaidTarget.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MDRaidTarget.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Mapper.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Mapper.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MapperFactory.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MapperFactory.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MapperSource.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MapperSource.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MidAir.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MountHandler.cpp.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/MountHandler.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/PTSource.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/PTSource.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/PV.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/PV.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Partition.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Partition.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/PartitionTable.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/PartitionTable.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Props.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/Props.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/StorageModule.cpp.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/StorageModule.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/SwapFS.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/SwapFS.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/System.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/System.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/UMountError.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/UnsupportedFS.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/UnsupportedFS.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/VG.cpp.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/VG.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/ValidationError.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/defines.h.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/gfs_ondisk.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/main.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/mdadm_wrapper.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/mdadm_wrapper.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/parted_wrapper.cpp.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/parted_wrapper.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/main.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/PropsObject.py.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/Variable.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/add_sources_renderer.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/auth_page.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/bd_remove_renderer.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/bd_renderer.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/communicator.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/content_renderer.py.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/dispatcher.py.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/host_selection.py.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/main_page.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/mapper_renderer.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/new_mapper_renderer.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/new_target_renderer.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test/props_renderer.py.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/README.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/SSLClient_send_to_ricci.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/send_to_ricci.diff?cvsroot=cluster&r1=1.1&r2=1.2 From pcaulfield@sourceware.org Tue Sep 11 12:38:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Tue, 11 Sep 2007 12:38:00 -0000 Subject: cluster/cman/qdisk disk.c proc.c Message-ID: <20070911123809.24286.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-11 12:38:09 Modified files: cman/qdisk : disk.c proc.c Log message: Allow it to build with -O2 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/disk.c.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/proc.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 From pcaulfield@sourceware.org Tue Sep 11 13:07:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Tue, 11 Sep 2007 13:07:00 -0000 Subject: cluster/rgmanager/src/clulib msg_cluster.c Message-ID: <20070911130724.7430.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-11 13:07:24 Modified files: rgmanager/src/clulib: msg_cluster.c Log message: Make it compile with -O2, by fixing a very dodgy cast. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/clulib/msg_cluster.c.diff?cvsroot=cluster&r1=1.5&r2=1.6 From pcaulfield@sourceware.org Tue Sep 11 13:44:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Tue, 11 Sep 2007 13:44:00 -0000 Subject: cluster/fence/agents/xvm fence_xvmd.c Message-ID: <20070911134449.2889.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-11 13:44:49 Modified files: fence/agents/xvm: fence_xvmd.c Log message: Fix compile with -O2 -Werror Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/fence_xvmd.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 From rmccabe@sourceware.org Tue Sep 11 13:53:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 13:53:00 -0000 Subject: conga/ricci/modules/service ServiceManager.cpp ... Message-ID: <20070911135319.7495.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 13:53:19 Modified files: ricci/modules/service: ServiceManager.cpp ServiceManager.h ServiceModule.cpp ServiceModule.h main.cpp Log message: - Detect FC6 and F7 as supporting RHEL5 clusters. - Default to RHEL5 cluster type if an unknown release name appears in /etc/redhat-release. - Cleanup Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceManager.cpp.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceManager.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceModule.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceModule.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/main.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 From rmccabe@sourceware.org Tue Sep 11 16:02:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 16:02:00 -0000 Subject: conga ./Makefile luci/cluster/Makefile luci/si ... Message-ID: <20070911160219.29371.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 16:02:19 Modified files: . : Makefile luci/cluster : Makefile luci/site : Makefile luci/logs : Makefile luci/init.d : Makefile luci/conga_ssl : Makefile luci/docs : Makefile luci/homebase : Makefile luci : Makefile luci/storage : Makefile luci/plone-custom: Makefile luci/sysconfig : Makefile luci/utils : Makefile Log message: Cleanup luci makefiles Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/logs/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/init.d/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/docs/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/Makefile.diff?cvsroot=cluster&r1=1.24&r2=1.25 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/sysconfig/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/Makefile.diff?cvsroot=cluster&r1=1.1&r2=1.2 From rmccabe@sourceware.org Tue Sep 11 16:04:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 16:04:00 -0000 Subject: conga/luci ChangeLog configure load_site.py cl ... Message-ID: <20070911160436.30122.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 16:04:36 Modified files: luci : ChangeLog configure load_site.py luci/cluster : fence_device.js form-macros validate_config_multicast.js luci/conga_ssl : SSLClient.cpp SSLClient.h conga_ssl_lib.cpp setup.py luci/docs : config_rhel5 user_manual.html luci/homebase : form-macros luci/logs : index_html luci/plone-custom: README footer global_personalbar login_form_validate.vpy login_success main_template portlet_login luci/site/luci/Extensions: LuciClusterActions.py LuciClusterInfo.py cluster_adapters.py luci/site/luci/Extensions/ClusterModel: ClusterNode.py Cman.py Fence.py FenceDaemon.py Gulm.py Heuristic.py Lockserver.py ModelBuilder.py Multicast.py Rm.py Totem.py luci/site/luci/Products/ManagedSystem: ManagedSystem.py __init__.py luci/site/luci/Products/ManagedSystem/skins: managedsystem_edit_form.cpt managedsystem_view.pt luci/site/luci/bin: runzope.in luci/site/luci/etc: zope.conf.in luci/storage : cache_report check-batch clu_portlet_fetcher form-chooser form-macros index_html mappings_macros mappings_provider portlet_cluconfig portlet_cluconfig_macro validate_html luci/sysconfig : luci Log message: luci whitespace cleanup Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/ChangeLog.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/configure.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/load_site.py.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence_device.js.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.210&r2=1.211 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_multicast.js.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/SSLClient.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/SSLClient.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/conga_ssl_lib.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/setup.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/docs/config_rhel5.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/docs/user_manual.html.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.59&r2=1.60 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/logs/index_html.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/README.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/footer.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/global_personalbar.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/login_form_validate.vpy.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/login_success.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/main_template.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/portlet_login.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterActions.py.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.269&r2=1.270 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ClusterNode.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Cman.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Fence.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FenceDaemon.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Gulm.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Heuristic.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Lockserver.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Multicast.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Rm.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Totem.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Products/ManagedSystem/ManagedSystem.py.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Products/ManagedSystem/__init__.py.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Products/ManagedSystem/skins/managedsystem_edit_form.cpt.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Products/ManagedSystem/skins/managedsystem_view.pt.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/bin/runzope.in.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/etc/zope.conf.in.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/cache_report.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/check-batch.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/clu_portlet_fetcher.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-chooser.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&r1=1.24&r2=1.25 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/index_html.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/mappings_macros.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/mappings_provider.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/portlet_cluconfig.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/portlet_cluconfig_macro.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/validate_html.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/sysconfig/luci.diff?cvsroot=cluster&r1=1.1&r2=1.2 From rmccabe@sourceware.org Tue Sep 11 16:04:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 16:04:00 -0000 Subject: conga/luci/make defines.mk.in Message-ID: <20070911160400.29820.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 16:04:00 Modified files: luci/make : defines.mk.in Log message: - compile with -O2 by default - do not override user-set CC or CXX environment variables Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/make/defines.mk.in.diff?cvsroot=cluster&r1=1.2&r2=1.3 From rmccabe@sourceware.org Tue Sep 11 17:27:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 17:27:00 -0000 Subject: conga/luci init.d/Makefile site/Makefile sysco ... Message-ID: <20070911172746.22471.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 17:27:46 Modified files: luci/init.d : Makefile luci/site : Makefile luci/sysconfig : Makefile luci/utils : Makefile Log message: More makefile tweaks Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/init.d/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/sysconfig/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3 From rpeterso@sourceware.org Tue Sep 11 18:31:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Tue, 11 Sep 2007 18:31:00 -0000 Subject: cluster/gfs2/fsck Makefile Message-ID: <20070911183125.21758.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: rpeterso@sourceware.org 2007-09-11 18:31:25 Modified files: gfs2/fsck : Makefile Log message: Resolves: bz 286211: gfs2_fsck not found by fsck wrapper. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.6.2.2&r2=1.6.2.2.2.1 From rpeterso@sourceware.org Tue Sep 11 18:36:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Tue, 11 Sep 2007 18:36:00 -0000 Subject: cluster/gfs2/fsck Makefile Message-ID: <20070911183654.24420.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-09-11 18:36:54 Modified files: gfs2/fsck : Makefile Log message: Resolves: bz 286211: gfs2_fsck not found by fsck wrapper Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.3&r2=1.6.2.4 From rmccabe@sourceware.org Tue Sep 11 18:59:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 18:59:00 -0000 Subject: conga/ricci/modules/rpm PackageHandler.cpp Pac ... Message-ID: <20070911185942.675.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 18:59:42 Modified files: ricci/modules/rpm: PackageHandler.cpp PackageHandler.h RpmModule.cpp RpmModule.h main.cpp Log message: - More cleanup - Recognize F7 by name ("Moonshine") as having the RHEL5 cluster bits. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/PackageHandler.cpp.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/PackageHandler.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/RpmModule.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/RpmModule.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/main.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 From rmccabe@sourceware.org Tue Sep 11 19:04:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 11 Sep 2007 19:04:00 -0000 Subject: conga/luci/site/luci/Extensions/ClusterModel M ... Message-ID: <20070911190432.1940.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-11 19:04:32 Modified files: luci/site/luci/Extensions/ClusterModel: ModelBuilder.py Added files: luci/site/luci/Extensions/ClusterModel: Altname.py Log message: Make the model recognize the 'altname' tag for proper configuration of multi-homed nodes Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Altname.py.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&r1=1.8&r2=1.9 From pcaulfield@sourceware.org Wed Sep 12 08:40:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 12 Sep 2007 08:40:00 -0000 Subject: cluster/dlm-kernel/src device.c Message-ID: <20070912084010.12863.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-09-12 08:40:10 Modified files: dlm-kernel/src : device.c Log message: When closing the device, try very hard to release all the locks. In particular if we get -EBUSY as a status, wwe must wait until the lock is longer busy. Fix for PostFinance bug bz#280161 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/device.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.24.2.9&r2=1.24.2.10 From jparsons@sourceware.org Wed Sep 12 14:54:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Wed, 12 Sep 2007 14:54:00 -0000 Subject: cluster/fence/agents/ipmilan ipmilan.c Message-ID: <20070912145454.18920.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: jparsons@sourceware.org 2007-09-12 14:54:54 Modified files: fence/agents/ipmilan: ipmilan.c Log message: Minor usage text fix Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ipmilan/ipmilan.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.8.2.3&r2=1.8.2.4 From rmccabe@sourceware.org Wed Sep 12 19:37:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 12 Sep 2007 19:37:00 -0000 Subject: conga/luci/conga_ssl SSLClient.cpp SSLClient.h ... Message-ID: <20070912193754.1417.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-09-12 19:37:54 Modified files: luci/conga_ssl : SSLClient.cpp SSLClient.h conga_ssl_lib.cpp Log message: Fix a bug that could cause incomplete reads if the total length that ought to be read is > 4096 and the last two non-whitespace characters read are "/>" Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/SSLClient.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.2&r2=1.2.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/SSLClient.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2&r2=1.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/conga_ssl_lib.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.2&r2=1.2.2.3 From jparsons@sourceware.org Wed Sep 12 20:30:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Wed, 12 Sep 2007 20:30:00 -0000 Subject: cluster/fence/fenced recover.c Message-ID: <20070912203002.27973.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jparsons@sourceware.org 2007-09-12 20:30:02 Modified files: fence/fenced : recover.c Log message: Fix for bz258161 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.9&r2=1.10.2.10 From rmccabe@sourceware.org Thu Sep 13 14:48:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 13 Sep 2007 14:48:00 -0000 Subject: conga/luci/conga_ssl SSLClient.cpp SSLClient.h ... Message-ID: <20070913144801.585.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-13 14:48:01 Modified files: luci/conga_ssl : SSLClient.cpp SSLClient.h conga_ssl_lib.cpp Log message: Fix a bug that could cause incomplete reads if the total length that ought to be read is > 4096 and the last two non-whitespace characters read are "/>" Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/SSLClient.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/SSLClient.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/conga_ssl_lib.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 From jbrassow@sourceware.org Thu Sep 13 15:24:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Thu, 13 Sep 2007 15:24:00 -0000 Subject: cluster/cmirror-kernel/src dm-cmirror-client.c ... Message-ID: <20070913152420.1789.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jbrassow@sourceware.org 2007-09-13 15:24:20 Modified files: cmirror-kernel/src: dm-cmirror-client.c dm-cmirror-server.c Log message: Bug 257881: Flush/recovery collision leads to deadlock after leg ... The procedure for coordinating nominal I/O and recovery I/O, was to either: 1) delay a flush which contained a mark to a region being recovered 2) skip over regions that are currently marked when assigning recovery This bug has to do with the way #1 was implemented. The following scenario would trigger it: 1) node1 is assigned recovery on region X 2) node1 also does a mark (write) on region Y 3) node2 attempts to mark region X **) any flush issued here will delay waiting for recovery to complete on X 4) node1 needs to perform the flush before it can get on with completing recovery - but it can't flush, so everyone is delayed *forever*. The fix was to allow flushes from nodes that are not attempting to mark regions that are being recovered. In the example above, node1 should be allowed to complete the flush because it is not trying to write to the same region that is being recovered. node2 would be correctly delayed. Since node1 can complete the flush, it can also complete the recovery - thus allowing things to proceed. This bug only affects mirrors that are not in-sync and are doing I/O. This bug can occur whether there are device/machine failures or not. This bug is most easily reproduced with a number of mirrors, but would be possible with just one. I've also fixed up some debugging output so it is more consistent and easier to follow the flow of events. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-client.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.50&r2=1.1.2.51 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-server.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.36&r2=1.1.2.37 From teigland@sourceware.org Fri Sep 14 14:32:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Fri, 14 Sep 2007 14:32:00 -0000 Subject: cluster configure Message-ID: <20070914143204.2076.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland@sourceware.org 2007-09-14 14:32:04 Modified files: . : configure Log message: go back to default of -02 now that -Werror problems are fixed Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.30&r2=1.31 From rpeterso@sourceware.org Sun Sep 16 17:14:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Sun, 16 Sep 2007 17:14:00 -0000 Subject: cluster/gfs2 fsck/metawalk.c libgfs2/libgfs2.h ... Message-ID: <20070916171445.11333.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-09-16 17:14:45 Modified files: gfs2/fsck : metawalk.c gfs2/libgfs2 : libgfs2.h structures.c Log message: Resolves: bz 287901: GFS2: fsck errors and corruption with files > 945MB The gfs2_fsck program wasn't following enough levels of indirection when walking metadata. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/structures.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 From rpeterso@sourceware.org Sun Sep 16 17:17:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Sun, 16 Sep 2007 17:17:00 -0000 Subject: cluster/gfs2 fsck/metawalk.c libgfs2/libgfs2.h ... Message-ID: <20070916171758.12636.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-09-16 17:17:58 Modified files: gfs2/fsck : metawalk.c gfs2/libgfs2 : libgfs2.h structures.c Log message: Resolves: bz 287901: GFS2: fsck errors and corruption with files > 945MB The gfs2_fsck program wasn't following enough levels of indirection when walking metadata. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.7&r2=1.3.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.10&r2=1.7.2.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/structures.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.5&r2=1.5.2.6 From rpeterso@sourceware.org Sun Sep 16 17:19:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Sun, 16 Sep 2007 17:19:00 -0000 Subject: cluster/gfs2 fsck/metawalk.c libgfs2/libgfs2.h ... Message-ID: <20070916171904.12906.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: rpeterso@sourceware.org 2007-09-16 17:19:03 Modified files: gfs2/fsck : metawalk.c gfs2/libgfs2 : libgfs2.h structures.c Log message: Resolves: bz 287901: GFS2: fsck errors and corruption with files > 945MB The gfs2_fsck program wasn't following enough levels of indirection when walking metadata. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.3.2.7&r2=1.3.2.7.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.7.2.9&r2=1.7.2.9.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/structures.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.5.2.5&r2=1.5.2.5.2.1 From pcaulfield@sourceware.org Mon Sep 17 08:03:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 17 Sep 2007 08:03:00 -0000 Subject: cluster/cman/daemon ais.c barrier.c cmanccs.c ... Message-ID: <20070917080337.17116.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-17 08:03:37 Modified files: cman/daemon : ais.c barrier.c cmanccs.c commands.c daemon.c logging.c logging.h Log message: Use openais logsys functions. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.c.diff?cvsroot=cluster&r1=1.49&r2=1.50 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/barrier.c.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cmanccs.c.diff?cvsroot=cluster&r1=1.29&r2=1.30 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.70&r2=1.71 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.36&r2=1.37 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/logging.c.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/logging.h.diff?cvsroot=cluster&r1=1.7&r2=1.8 From pcaulfield@sourceware.org Mon Sep 17 13:22:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 17 Sep 2007 13:22:00 -0000 Subject: cluster/cman cman_tool/main.c daemon/cnxman-pr ... Message-ID: <20070917132231.20096.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-09-17 13:22:31 Modified files: cman/cman_tool : main.c cman/daemon : cnxman-private.h cnxman-socket.h commands.c cman/lib : libcman.c libcman.h cman/tests : sysmand.c Log message: Add dirty-flag to RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.51.2.1&r2=1.51.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-private.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.26&r2=1.26.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-socket.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.17&r2=1.17.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.55.2.9&r2=1.55.2.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.30.2.3&r2=1.30.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.29&r2=1.29.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/tests/sysmand.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1 From pcaulfield@sourceware.org Mon Sep 17 13:35:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 17 Sep 2007 13:35:00 -0000 Subject: cluster/cman/daemon commands.c Message-ID: <20070917133535.26456.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-09-17 13:35:35 Modified files: cman/daemon : commands.c Log message: Correctly reduce quorum when a node leaves using "cman_tool leave remove" bz#271701 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.55.2.10&r2=1.55.2.11 From teigland@sourceware.org Mon Sep 17 13:47:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Mon, 17 Sep 2007 13:47:00 -0000 Subject: cluster/group/daemon cman.c gd_internal.h join ... Message-ID: <20070917134758.2873.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: teigland@sourceware.org 2007-09-17 13:47:58 Modified files: group/daemon : cman.c gd_internal.h joinleave.c Log message: set dirty flag in cman Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/cman.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.27.2.2&r2=1.27.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/gd_internal.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.44.2.3&r2=1.44.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/joinleave.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.19.2.2&r2=1.19.2.3 From pcaulfield@sourceware.org Mon Sep 17 13:48:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 17 Sep 2007 13:48:00 -0000 Subject: cluster/cman cman_tool/main.c daemon/cnxman-so ... Message-ID: <20070917134815.3157.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-09-17 13:48:15 Modified files: cman/cman_tool : main.c cman/daemon : cnxman-socket.h commands.c logging.c logging.h cman/lib : libcman.c libcman.h Log message: Add option to set the cman debug level. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.51.2.2&r2=1.51.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cnxman-socket.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.17.2.1&r2=1.17.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.55.2.11&r2=1.55.2.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/logging.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.12&r2=1.12.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/logging.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5&r2=1.5.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.30.2.4&r2=1.30.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.29.2.1&r2=1.29.2.2 From pcaulfield@sourceware.org Mon Sep 17 13:59:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Mon, 17 Sep 2007 13:59:00 -0000 Subject: cluster/cman/man cman_tool.8 Message-ID: <20070917135932.9681.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-09-17 13:59:32 Modified files: cman/man : cman_tool.8 Log message: Document debug sub-command Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.9.2.2&r2=1.9.2.3 From rpeterso@sourceware.org Mon Sep 17 17:08:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Mon, 17 Sep 2007 17:08:00 -0000 Subject: cluster/gfs2 fsck/main.c fsck/metawalk.c fsck/ ... Message-ID: <20070917170821.13715.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-09-17 17:08:21 Modified files: gfs2/fsck : main.c metawalk.c pass2.c gfs2/libgfs2 : fs_ops.c libgfs2.h Log message: Resolves: bz 291451: gfs2_fsck -n, Bad file descriptor on line 63 of file buf.c Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/main.c.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass2.c.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/fs_ops.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&r1=1.18&r2=1.19 From rpeterso@sourceware.org Mon Sep 17 17:23:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Mon, 17 Sep 2007 17:23:00 -0000 Subject: cluster/gfs2 fsck/main.c fsck/metawalk.c fsck/ ... Message-ID: <20070917172340.20607.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-09-17 17:23:40 Modified files: gfs2/fsck : main.c metawalk.c pass2.c gfs2/libgfs2 : fs_ops.c libgfs2.h Log message: Resolves: bz 291451: gfs2_fsck -n, Bad file descriptor on line 63 of file buf.c Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.4&r2=1.4.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.8&r2=1.3.2.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass2.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.3&r2=1.4.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/fs_ops.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.6&r2=1.4.2.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.7.2.11&r2=1.7.2.12 From rpeterso@sourceware.org Mon Sep 17 17:25:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Mon, 17 Sep 2007 17:25:00 -0000 Subject: cluster/gfs2 fsck/main.c fsck/metawalk.c fsck/ ... Message-ID: <20070917172523.23971.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: rpeterso@sourceware.org 2007-09-17 17:25:23 Modified files: gfs2/fsck : main.c metawalk.c pass2.c gfs2/libgfs2 : fs_ops.c libgfs2.h Log message: Resolves: bz 291451: gfs2_fsck -n, Bad file descriptor on line 63 of file buf.c Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/main.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.4.2.3&r2=1.4.2.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.3.2.7.2.1&r2=1.3.2.7.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass2.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.4.2.3&r2=1.4.2.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/fs_ops.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.4.2.6&r2=1.4.2.6.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/libgfs2.h.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.7.2.9.2.1&r2=1.7.2.9.2.2 From pcaulfield@sourceware.org Tue Sep 18 15:34:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Tue, 18 Sep 2007 15:34:00 -0000 Subject: cluster/cman/lib libcman.c Message-ID: <20070918153441.9124.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-18 15:34:41 Modified files: cman/lib : libcman.c Log message: check quorum device name length against the right size. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&r1=1.36&r2=1.37 From pcaulfield@sourceware.org Tue Sep 18 16:01:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Tue, 18 Sep 2007 16:01:00 -0000 Subject: cluster/cman/lib libcman.c Message-ID: <20070918160100.26028.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-09-18 16:01:00 Modified files: cman/lib : libcman.c Log message: Check quorum device name length against the right size. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.30.2.5&r2=1.30.2.6 From adas@sourceware.org Tue Sep 18 16:21:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Tue, 18 Sep 2007 16:21:00 -0000 Subject: cluster/gfs2/man gfs2_quota.8 Message-ID: <20070918162140.11212.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: adas@sourceware.org 2007-09-18 16:21:40 Modified files: gfs2/man : gfs2_quota.8 Log message: man page changes for new gfs2_quota reset option Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_quota.8.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.2&r2=1.2.6.1 From adas@sourceware.org Tue Sep 18 16:21:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Tue, 18 Sep 2007 16:21:00 -0000 Subject: cluster/gfs2/man gfs2_quota.8 Message-ID: <20070918162131.10890.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: adas@sourceware.org 2007-09-18 16:21:31 Modified files: gfs2/man : gfs2_quota.8 Log message: man page changes for new gfs2_quota reset option Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_quota.8.diff?cvsroot=cluster&r1=1.2&r2=1.3 From adas@sourceware.org Tue Sep 18 16:21:00 2007 From: adas@sourceware.org (adas@sourceware.org) Date: Tue, 18 Sep 2007 16:21:00 -0000 Subject: cluster/gfs2/man gfs2_quota.8 Message-ID: <20070918162135.11075.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: adas@sourceware.org 2007-09-18 16:21:35 Modified files: gfs2/man : gfs2_quota.8 Log message: man page changes for new gfs2_quota reset option Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_quota.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2&r2=1.2.2.1 From rpeterso@sourceware.org Tue Sep 18 18:14:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Tue, 18 Sep 2007 18:14:00 -0000 Subject: cluster/gfs2/fsck metawalk.c pass1b.c pass1c.c ... Message-ID: <20070918181427.19247.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-09-18 18:14:27 Modified files: gfs2/fsck : metawalk.c pass1b.c pass1c.c pass2.c Log message: Resolves: bz 291451: gfs2_fsck -n, Bad file descriptor on line 63 of file buf.c (addendum) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.9&r2=1.3.2.10 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1b.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.2&r2=1.3.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1c.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.2&r2=1.4.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass2.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.4&r2=1.4.2.5 From rpeterso@sourceware.org Tue Sep 18 18:14:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Tue, 18 Sep 2007 18:14:00 -0000 Subject: cluster/gfs2/fsck metawalk.c pass1b.c pass1c.c ... Message-ID: <20070918181446.19453.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: rpeterso@sourceware.org 2007-09-18 18:14:46 Modified files: gfs2/fsck : metawalk.c pass1b.c pass1c.c pass2.c Log message: Resolves: bz 291451: gfs2_fsck -n, Bad file descriptor on line 63 of file buf.c (addendum) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.3.2.7.2.2&r2=1.3.2.7.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1b.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.3.2.2&r2=1.3.2.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1c.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.4.2.2&r2=1.4.2.2.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass2.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.4.2.3.2.1&r2=1.4.2.3.2.2 From rpeterso@sourceware.org Tue Sep 18 18:14:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Tue, 18 Sep 2007 18:14:00 -0000 Subject: cluster/gfs2/fsck metawalk.c pass1.c pass1b.c ... Message-ID: <20070918181407.19060.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-09-18 18:14:06 Modified files: gfs2/fsck : metawalk.c pass1.c pass1b.c pass1c.c pass2.c Log message: Resolves: bz 291451: gfs2_fsck -n, Bad file descriptor on line 63 of file buf.c (addendum) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/metawalk.c.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1.c.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1b.c.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass1c.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/pass2.c.diff?cvsroot=cluster&r1=1.8&r2=1.9 From rmccabe@sourceware.org Tue Sep 18 18:46:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 18 Sep 2007 18:46:00 -0000 Subject: conga/ricci/modules/log LogParser.cpp LogParse ... Message-ID: <20070918184635.29582.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-18 18:46:35 Modified files: ricci/modules/log: LogParser.cpp LogParser.h LoggingModule.cpp LoggingModule.h main.cpp Log message: Cleanup and minor optimization Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LogParser.cpp.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LogParser.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LoggingModule.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LoggingModule.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/main.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 From rpeterso@sourceware.org Tue Sep 18 18:46:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Tue, 18 Sep 2007 18:46:00 -0000 Subject: cluster/gfs2/man gfs2_edit.8 Message-ID: <20070918184600.29363.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-09-18 18:46:00 Added files: gfs2/man : gfs2_edit.8 Log message: Resolves: bz 247318: Need man page for gfs2_edit Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_edit.8.diff?cvsroot=cluster&r1=NONE&r2=1.1 From rmccabe@sourceware.org Tue Sep 18 20:16:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 18 Sep 2007 20:16:00 -0000 Subject: conga/ricci/modules/cluster/clumon/src cim-pro ... Message-ID: <20070918201628.29618.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-18 20:16:28 Modified files: ricci/modules/cluster/clumon/src/cim-provider: ClusterProvider.cpp ClusterProvider.h ClusterProviderMain.cpp SmartHandler.h clusterCIM_test.cpp clusterCIM_test.h ricci/modules/cluster/clumon/src/common: Cluster.cpp ClusterMonitor.cpp Node.cpp Service.cpp ricci/modules/cluster/clumon/src/daemon: Communicator.cpp Communicator.h Monitor.cpp Monitor.h Peer.cpp Peer.h main.cpp ricci/modules/cluster/clumon/src/include: Cluster.h ClusterMonitor.h clumond_globals.h ricci/modules/cluster/clumon/src/snmp-agent: clusterMIB.cpp clusterMIB.h clusterMonitorSnmp.cpp clusterMonitorSnmp.h nodesMIB.cpp nodesMIB.h nodesMIB_access.cpp nodesMIB_access.h nodesMIB_checkfns.h nodesMIB_checkfns_local.cpp nodesMIB_checkfns_local.h nodesMIB_columns.h nodesMIB_enums.h servicesMIB.cpp servicesMIB.h servicesMIB_access.cpp servicesMIB_access.h servicesMIB_checkfns.h servicesMIB_checkfns_local.cpp servicesMIB_checkfns_local.h servicesMIB_columns.h servicesMIB_enums.h Log message: - Update license text - Cleanup includes - Cleanup code to make it readable - Fix a compile error (I don't know how it ever compiled) caused by arithmetic on a void * in C++ code. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/ClusterProvider.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/ClusterProvider.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/ClusterProviderMain.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/SmartHandler.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/clusterCIM_test.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/clusterCIM_test.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/Cluster.cpp.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/ClusterMonitor.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/Node.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/Service.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Communicator.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Communicator.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Monitor.cpp.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Monitor.h.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Peer.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/Peer.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/main.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/include/Cluster.h.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/include/ClusterMonitor.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/include/clumond_globals.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/clusterMIB.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/clusterMIB.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/clusterMonitorSnmp.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/clusterMonitorSnmp.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_access.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_access.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_checkfns.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_checkfns_local.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_checkfns_local.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_columns.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/nodesMIB_enums.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_access.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_access.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_checkfns.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_checkfns_local.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_checkfns_local.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_columns.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/servicesMIB_enums.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 From rmccabe@sourceware.org Tue Sep 18 20:17:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 18 Sep 2007 20:17:00 -0000 Subject: conga/ricci/modules/cluster ClusterConf.cpp Cl ... Message-ID: <20070918201716.30624.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-18 20:17:16 Modified files: ricci/modules/cluster: ClusterConf.cpp ClusterConf.h ClusterModule.cpp ClusterModule.h ClusterStatus.cpp ClusterStatus.h Clusvcadm.cpp Clusvcadm.h Fence.cpp Fence.h NoServiceManager.h Virt.cpp Virt.h main.cpp Log message: Cleanup includes and license text Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterConf.cpp.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterConf.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterModule.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterModule.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterStatus.cpp.diff?cvsroot=cluster&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterStatus.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Clusvcadm.cpp.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Clusvcadm.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Fence.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Fence.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/NoServiceManager.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/Virt.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/main.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 From rpeterso@sourceware.org Tue Sep 18 20:24:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Tue, 18 Sep 2007 20:24:00 -0000 Subject: cluster/gfs2/man gfs2_edit.8 Message-ID: <20070918202450.726.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-09-18 20:24:50 Added files: gfs2/man : gfs2_edit.8 Log message: Resolves: bz 247318: Need man page for gfs2_edit Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/man/gfs2_edit.8.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=NONE&r2=1.1.2.1 From rmccabe@sourceware.org Tue Sep 18 20:30:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 18 Sep 2007 20:30:00 -0000 Subject: conga/ricci/modules cluster/ClusterConf.h rpm/ ... Message-ID: <20070918203058.8641.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-18 20:30:58 Modified files: ricci/modules/cluster: ClusterConf.h ricci/modules/rpm: PackageHandler.cpp RpmModule.cpp Log message: Fix a couple of compile-time errors Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterConf.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/PackageHandler.cpp.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/RpmModule.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 From lhh@sourceware.org Tue Sep 18 20:53:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 18 Sep 2007 20:53:00 -0000 Subject: cluster/fence/fenced recover.c Message-ID: <20070918205317.15829.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-09-18 20:53:17 Modified files: fence/fenced : recover.c Log message: Fix #258141 - possible use after free in fenced Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.3&r2=1.25.2.4 From lhh@sourceware.org Tue Sep 18 20:53:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 18 Sep 2007 20:53:00 -0000 Subject: cluster/fence/fenced recover.c Message-ID: <20070918205348.16039.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh@sourceware.org 2007-09-18 20:53:48 Modified files: fence/fenced : recover.c Log message: Fix #258141 - possible use after free in fenced Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&r1=1.28&r2=1.29 From rmccabe@sourceware.org Tue Sep 18 21:01:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 18 Sep 2007 21:01:00 -0000 Subject: conga/ricci common/ClientSocket.cpp common/Exc ... Message-ID: <20070918210101.18347.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-18 21:01:01 Modified files: ricci/common : ClientSocket.cpp Except.cpp File.cpp Logger.cpp Module.cpp Network.cpp Random.cpp ServerSocket.cpp Socket.cpp Thread.cpp Time.cpp Variable.cpp XML.cpp executils.cpp executils_test.cpp utils.cpp ricci/include : APIerror.h Except.h File.h Logger.h Module.h Mutex.h Network.h Random.h Socket.h String.h Thread.h Time.h Variable.h XML.h XML_tags.h array_auto_ptr.h counting_auto_ptr.cpp counting_auto_ptr.h executils.h executils_test.h shred_allocator.h signals.h utils.h ricci/modules/log: LogParser.cpp LogParser.h LoggingModule.cpp LoggingModule.h main.cpp ricci/modules/rpm: PackageHandler.cpp PackageHandler.h RpmModule.cpp RpmModule.h main.cpp ricci/modules/service: ServiceManager.cpp ServiceManager.h ServiceModule.cpp ServiceModule.h main.cpp Log message: More license text and include cleanup Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/ClientSocket.cpp.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Except.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/File.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Logger.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Module.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Network.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Random.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/ServerSocket.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Socket.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Thread.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Time.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/Variable.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/XML.cpp.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/executils.cpp.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/executils_test.cpp.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/utils.cpp.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/APIerror.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Except.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/File.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Logger.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Module.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Mutex.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Network.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Random.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Socket.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/String.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Thread.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Time.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Variable.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/XML.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/XML_tags.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/array_auto_ptr.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/counting_auto_ptr.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/counting_auto_ptr.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/executils.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/executils_test.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/shred_allocator.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/signals.h.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/utils.h.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LogParser.cpp.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LogParser.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LoggingModule.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LoggingModule.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/main.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/PackageHandler.cpp.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/PackageHandler.h.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/RpmModule.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/RpmModule.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/rpm/main.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceManager.cpp.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceManager.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceModule.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/ServiceModule.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/service/main.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rmccabe@sourceware.org Tue Sep 18 21:21:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 18 Sep 2007 21:21:00 -0000 Subject: conga luci/conga_ssl/setup.py ricci/modules/cl ... Message-ID: <20070918212152.32133.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-18 21:21:52 Modified files: luci/conga_ssl : setup.py ricci/modules/cluster/clumon: Makefile ricci/modules/cluster/clumon/src: Makefile ricci/modules/cluster/clumon/src/cim-provider: Makefile Log message: Makefile cleanup: replace 'cd X && ${MAKE} all' with '${MAKE} -C X all' Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/conga_ssl/setup.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/Makefile.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/cim-provider/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rmccabe@sourceware.org Tue Sep 18 21:45:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 18 Sep 2007 21:45:00 -0000 Subject: conga/luci/cluster resource-form-macros Message-ID: <20070918214540.10215.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-18 21:45:40 Modified files: luci/cluster : resource-form-macros Log message: add the ability to set the self_fence attribute on clusterfs resources (will need agent script support) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&r1=1.39&r2=1.40 From rmccabe@sourceware.org Tue Sep 18 21:49:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 18 Sep 2007 21:49:00 -0000 Subject: conga/luci/site/luci/Extensions ResourceHandler.py Message-ID: <20070918214946.11076.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-18 21:49:46 Modified files: luci/site/luci/Extensions: ResourceHandler.py Log message: add support for setting the self_fence attribute on clusterfs resources, part 2 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ResourceHandler.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 From rmccabe@sourceware.org Wed Sep 19 05:17:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 19 Sep 2007 05:17:00 -0000 Subject: conga/luci/utils luci_admin Message-ID: <20070919051733.1114.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-19 05:17:33 Modified files: luci/utils : luci_admin Log message: - Fix 277711 (RFE: luci_admin should check that luci is running before asking for the password) - Improve error messages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/utils/luci_admin.diff?cvsroot=cluster&r1=1.56&r2=1.57 From rmccabe@sourceware.org Wed Sep 19 05:22:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 19 Sep 2007 05:22:00 -0000 Subject: conga/luci/plone-custom failsafe_login_form.cp ... Message-ID: <20070919052218.5837.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-19 05:22:18 Modified files: luci/plone-custom: failsafe_login_form.cpt login_form.cpt portlet_login Log message: Fix 277661: RFE: Better instructions on the luci login page if luci_admin not run. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/failsafe_login_form.cpt.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/login_form.cpt.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/portlet_login.diff?cvsroot=cluster&r1=1.10&r2=1.11 From fabbione@sourceware.org Wed Sep 19 09:54:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 19 Sep 2007 09:54:00 -0000 Subject: cluster/rgmanager/src/daemons clurmtabd.c main.c Message-ID: <20070919095419.19226.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-09-19 09:54:19 Modified files: rgmanager/src/daemons: clurmtabd.c main.c Log message: Fix more warnings when building with -O2 and also fix get_rmtabd_loglevel to actually do what is supposed to. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/clurmtabd.c.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/main.c.diff?cvsroot=cluster&r1=1.43&r2=1.44 From pcaulfield@sourceware.org Wed Sep 19 10:56:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 19 Sep 2007 10:56:00 -0000 Subject: cluster/rgmanager/src/utils clustat.c Message-ID: <20070919105608.30099.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-19 10:56:08 Modified files: rgmanager/src/utils: clustat.c Log message: Fix type-punned pointer warnings Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clustat.c.diff?cvsroot=cluster&r1=1.34&r2=1.35 From fabbione@sourceware.org Wed Sep 19 11:07:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 19 Sep 2007 11:07:00 -0000 Subject: cluster ./configure csnap-kernel/src/Makefile ... Message-ID: <20070919110722.7633.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-09-19 11:07:22 Modified files: . : configure csnap-kernel/src: Makefile gfs-kernel/src/gfs: Makefile gnbd-kernel/src: Makefile make : defines.mk.input Log message: Fix configure and Makefiles to cope with kernel built with O=/path... Original patch by Joel Becker (joel.becker at oracle.com) NOTE for developers: you will need to re-run ./configure to update make/defines.mk NOTE for packages: you might need to change the way ./configure is invoked to cope with kernel_build vs kernel_src Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.31&r2=1.32 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/csnap-kernel/src/Makefile.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/Makefile.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd-kernel/src/Makefile.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/make/defines.mk.input.diff?cvsroot=cluster&r1=1.3&r2=1.4 From pcaulfield@sourceware.org Wed Sep 19 12:49:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 19 Sep 2007 12:49:00 -0000 Subject: cluster/cman/daemon logging.c Message-ID: <20070919124938.30018.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-19 12:49:38 Modified files: cman/daemon : logging.c Log message: Don't use _logsys functions as I get my wrist slapped. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/logging.c.diff?cvsroot=cluster&r1=1.15&r2=1.16 From pcaulfield@sourceware.org Wed Sep 19 15:01:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 19 Sep 2007 15:01:00 -0000 Subject: cluster/cman-kernel/src membership.c Message-ID: <20070919150107.30595.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-09-19 15:01:07 Modified files: cman-kernel/src: membership.c Log message: Add some transition start/end messages so that support can track things a bit easier. Master messages: CMAN: Initiating transition, generation 7 CMAN: Completed transition, generation 7 Slave messages: CMAN: Started transition, generation 7 CMAN: Finished transition, generation 7 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/membership.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.44.2.27&r2=1.44.2.28 From rohara@sourceware.org Wed Sep 19 15:59:00 2007 From: rohara@sourceware.org (rohara@sourceware.org) Date: Wed, 19 Sep 2007 15:59:00 -0000 Subject: cluster/cman cman_tool/cman_tool.h cman_tool/m ... Message-ID: <20070919155946.23055.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rohara@sourceware.org 2007-09-19 15:59:46 Modified files: cman/cman_tool : cman_tool.h main.c cman/man : cman_tool.8 Log message: Add ability to format output and filter based on node name. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/cman_tool.h.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.56&r2=1.57 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman_tool.8.diff?cvsroot=cluster&r1=1.12&r2=1.13 From cfeist@sourceware.org Wed Sep 19 19:15:00 2007 From: cfeist@sourceware.org (cfeist@sourceware.org) Date: Wed, 19 Sep 2007 19:15:00 -0000 Subject: cluster/cman/lib libcman.c Message-ID: <20070919191516.6256.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: cfeist@sourceware.org 2007-09-19 19:15:16 Modified files: cman/lib : libcman.c Log message: Fixes #294351 - qdisk does not run on multipathed /dev/mapper devices Cman now allows devices to be greater than 16 characters Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.30.2.3&r2=1.30.2.3.2.1 From fabbione@sourceware.org Wed Sep 19 19:47:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Wed, 19 Sep 2007 19:47:00 -0000 Subject: cluster Makefile Message-ID: <20070919194708.19344.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-09-19 19:47:08 Modified files: . : Makefile Log message: white space cleanup Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/Makefile.diff?cvsroot=cluster&r1=1.29&r2=1.30 From rmccabe@sourceware.org Thu Sep 20 01:57:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 20 Sep 2007 01:57:00 -0000 Subject: conga/ricci/common sys_util.c Message-ID: <20070920015718.31418.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-20 01:57:18 Modified files: ricci/common : sys_util.c Log message: Two s's went missing. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/sys_util.c.diff?cvsroot=cluster&r1=1.2&r2=1.3 From rmccabe@sourceware.org Thu Sep 20 04:50:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 20 Sep 2007 04:50:00 -0000 Subject: conga/ricci/modules/cluster/clumon/init.d modc ... Message-ID: <20070920045002.15900.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-20 04:50:02 Modified files: ricci/modules/cluster/clumon/init.d: modclusterd Log message: Tweak exit failure codes to be more LSB-compliant. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/init.d/modclusterd.diff?cvsroot=cluster&r1=1.3&r2=1.4 From rmccabe@sourceware.org Thu Sep 20 05:36:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 20 Sep 2007 05:36:00 -0000 Subject: conga ./conga.spec.in.in ./clustermon.spec.in. ... Message-ID: <20070920053613.4053.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-20 05:36:13 Modified files: . : conga.spec.in.in clustermon.spec.in.in ricci : TODO Log message: - Update changelogs and ricci todo list Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.81&r2=1.82 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&r1=1.31&r2=1.32 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/TODO.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rmccabe@sourceware.org Thu Sep 20 05:37:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 20 Sep 2007 05:37:00 -0000 Subject: conga/ricci ricci.spec.in.in Message-ID: <20070920053755.4525.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-20 05:37:55 Removed files: ricci : ricci.spec.in.in Log message: No longer used. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci.spec.in.in.diff?cvsroot=cluster&r1=1.14&r2=NONE From rmccabe@sourceware.org Thu Sep 20 05:39:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 20 Sep 2007 05:39:00 -0000 Subject: conga/ricci common/executils.cpp modules/log/L ... Message-ID: <20070920053904.11728.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-20 05:39:04 Modified files: ricci/common : executils.cpp ricci/modules/log: LogParser.cpp Log message: Ensure that malloc/new/whatever is not called between fork() and execv() in a function that can be called from a thread. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/common/executils.cpp.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/log/LogParser.cpp.diff?cvsroot=cluster&r1=1.12&r2=1.13 From rmccabe@sourceware.org Thu Sep 20 05:52:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 20 Sep 2007 05:52:00 -0000 Subject: conga ./autogen.sh ./configure ricci/make/defi ... Message-ID: <20070920055255.4088.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-20 05:52:55 Modified files: . : autogen.sh configure ricci/make : defines.mk.in Log message: Whitespace cleanup Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/autogen.sh.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/configure.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/make/defines.mk.in.diff?cvsroot=cluster&r1=1.9&r2=1.10 From rmccabe@sourceware.org Thu Sep 20 06:22:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 20 Sep 2007 06:22:00 -0000 Subject: conga ./autogen.sh ./download_files ricci/conf ... Message-ID: <20070920062246.17291.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-20 06:22:46 Modified files: . : autogen.sh download_files ricci : configure ricci/ricci : Auth.cpp Auth.h ClientInstance.cpp ClientInstance.h DBusController.cpp DBusController.h QueueLocker.cpp QueueLocker.h RebootModule.cpp RebootModule.h Ricci.cpp Ricci.h RicciWorker.cpp RicciWorker.h SSLInstance.cpp SSLInstance.h Server.cpp Server.h dbus_test.cpp main.cpp ricci_defines.h Log message: - Use SHA512 instead of MD5 to verify downloaded tarballs - Cleanup the copyright notices in the ricci code. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/autogen.sh.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/download_files.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/configure.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Auth.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Auth.h.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/ClientInstance.cpp.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/ClientInstance.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/DBusController.cpp.diff?cvsroot=cluster&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/DBusController.h.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/QueueLocker.cpp.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/QueueLocker.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RebootModule.cpp.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RebootModule.h.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Ricci.cpp.diff?cvsroot=cluster&r1=1.28&r2=1.29 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Ricci.h.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RicciWorker.cpp.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/RicciWorker.h.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/SSLInstance.cpp.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/SSLInstance.h.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Server.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Server.h.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/dbus_test.cpp.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/main.cpp.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/ricci_defines.h.diff?cvsroot=cluster&r1=1.9&r2=1.10 From rmccabe@sourceware.org Thu Sep 20 21:03:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 20 Sep 2007 21:03:00 -0000 Subject: conga ./conga.spec.in.in luci/cluster/resource ... Message-ID: <20070920210316.4634.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-20 21:03:16 Modified files: . : conga.spec.in.in luci/cluster : resource-form-macros Log message: Fix 253842: luci ignores File System Resource Configuration Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.82&r2=1.83 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&r1=1.40&r2=1.41 From rmccabe@sourceware.org Thu Sep 20 22:37:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 20 Sep 2007 22:37:00 -0000 Subject: conga ./conga.spec.in.in luci/site/luci/Extens ... Message-ID: <20070920223733.31405.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-20 22:37:32 Modified files: . : conga.spec.in.in luci/site/luci/Extensions: FenceHandler.py LuciClusterInfo.py cluster_adapters.py luci/site/luci/Extensions/ClusterModel: Device.py FenceDevice.py ModelBuilder.py Added files: luci/site/luci/Extensions/ClusterModel: FenceDeviceAttr.py Log message: Fix bz253223 (When deleting a node from conga, the fence device isn't deleted) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.83&r2=1.84 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&r1=1.22&r2=1.23 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.13&r2=1.14 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.270&r2=1.271 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FenceDeviceAttr.py.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/Device.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FenceDevice.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&r1=1.9&r2=1.10 From fabbione@sourceware.org Fri Sep 21 01:07:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Fri, 21 Sep 2007 01:07:00 -0000 Subject: cluster/fence/agents/scsi Makefile Message-ID: <20070921010751.23615.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-09-21 01:07:51 Modified files: fence/agents/scsi: Makefile Log message: Fix uninstall target Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14 From rmccabe@sourceware.org Fri Sep 21 03:02:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 21 Sep 2007 03:02:00 -0000 Subject: conga/luci/site/luci/Extensions FenceHandler.p ... Message-ID: <20070921030247.18363.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-21 03:02:47 Modified files: luci/site/luci/Extensions: FenceHandler.py cluster_adapters.py luci/site/luci/Extensions/ClusterModel: ModelBuilder.py Log message: Factor fence addition and deletion out of the luci code and stuff it into the cluster model code. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&r1=1.23&r2=1.24 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.271&r2=1.272 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/ModelBuilder.py.diff?cvsroot=cluster&r1=1.10&r2=1.11 From rmccabe@sourceware.org Fri Sep 21 03:08:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 21 Sep 2007 03:08:00 -0000 Subject: cluster/fence/agents/scsi fence_scsi.pl Message-ID: <20070921030806.28177.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rmccabe@sourceware.org 2007-09-21 03:08:06 Modified files: fence/agents/scsi: fence_scsi.pl Log message: fix bz277781 by accepting "nodename" as a synonym for "node" Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/fence_scsi.pl.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rmccabe@sourceware.org Fri Sep 21 03:09:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 21 Sep 2007 03:09:00 -0000 Subject: cluster/fence/agents/scsi fence_scsi.pl Message-ID: <20070921030904.28419.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rmccabe@sourceware.org 2007-09-21 03:09:04 Modified files: fence/agents/scsi: fence_scsi.pl Log message: fix bz277781 by accepting "nodename" as a synonym for "node" Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/fence_scsi.pl.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.5.2.4&r2=1.5.2.5 From rmccabe@sourceware.org Fri Sep 21 03:11:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 21 Sep 2007 03:11:00 -0000 Subject: conga/luci cluster/form-macros site/luci/Exten ... Message-ID: <20070921031153.28887.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-21 03:11:53 Modified files: luci/cluster : form-macros luci/site/luci/Extensions: FenceHandler.py Log message: In RHEL5.2 and 4.7 on fence_scsi will accept "nodename," too, but use "node" for backward compatibility with older cluster nodes. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.211&r2=1.212 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&r1=1.24&r2=1.25 From rmccabe@sourceware.org Fri Sep 21 03:24:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 21 Sep 2007 03:24:00 -0000 Subject: conga ./conga.spec.in.in luci/cluster/form-mac ... Message-ID: <20070921032412.32053.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-09-21 03:24:12 Modified files: . : conga.spec.in.in luci/cluster : form-macros luci/site/luci/Extensions: FenceHandler.py Log message: Fix bz286951 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.67.2.16&r2=1.67.2.17 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.176.2.21&r2=1.176.2.22 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.17.2.3&r2=1.17.2.4 From rmccabe@sourceware.org Fri Sep 21 16:06:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 21 Sep 2007 16:06:00 -0000 Subject: conga/luci/site/luci/Extensions LuciClusterInf ... Message-ID: <20070921160652.27774.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-21 16:06:52 Modified files: luci/site/luci/Extensions: LuciClusterInfo.py luci/site/luci/Extensions/ClusterModel: FenceDeviceAttr.py Log message: Use cluster model builder calls to extract data instead of mucking directly with class members. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ClusterModel/FenceDeviceAttr.py.diff?cvsroot=cluster&r1=1.1&r2=1.2 From jbrassow@sourceware.org Fri Sep 21 20:07:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Fri, 21 Sep 2007 20:07:00 -0000 Subject: cluster/cmirror-kernel/src dm-cmirror-client.c ... Message-ID: <20070921200737.26457.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jbrassow@sourceware.org 2007-09-21 20:07:37 Modified files: cmirror-kernel/src: dm-cmirror-client.c dm-cmirror-server.c dm-cmirror-xfr.h Log message: Bug 291521: Cluster mirror can become out-of-sync if nominal I/O overla... It is insufficient to simply delay flush requests that have marks pending to a recovering region. Although a collision between nominal I/O and resync I/O can be avoided this way, the state of the region changes from RH_NOSYNC to RH_CLEAN in the mean time. The machine being delayed will think the region is still in the RH_NOSYNC state and only write to the primary device... leaving the other mirror devices out-of-sync. We must delay writes to remotely recovering regions before the state of the region is determined and cached in the region caching code... The entry point for this already exists in 'is_remote_recovering'. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-client.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.51&r2=1.1.2.52 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-server.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.37&r2=1.1.2.38 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-xfr.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.6&r2=1.1.2.7 From fabbione@sourceware.org Mon Sep 24 14:39:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Mon, 24 Sep 2007 14:39:00 -0000 Subject: cluster ./Makefile ./configure make/defines.mk ... Message-ID: <20070924143942.22537.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-09-24 14:39:42 Modified files: . : Makefile configure make : defines.mk.input Log message: Add support to allow disable the build/install targets for each specific subsystem in the tree. Major clean up of top level Makefile thanks to Joel Becker input/suggestions. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/Makefile.diff?cvsroot=cluster&r1=1.30&r2=1.31 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.32&r2=1.33 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/make/defines.mk.input.diff?cvsroot=cluster&r1=1.4&r2=1.5 From fabbione@sourceware.org Mon Sep 24 14:43:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Mon, 24 Sep 2007 14:43:00 -0000 Subject: cluster configure Message-ID: <20070924144313.23939.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-09-24 14:43:13 Modified files: . : configure Log message: switch permanently to perl -w fix all the warnings in the script. Thanks to Patrick for spotting an extra one. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.33&r2=1.34 From rmccabe@sourceware.org Mon Sep 24 18:05:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 24 Sep 2007 18:05:00 -0000 Subject: conga/ricci/modules/storage StorageModule.cpp Message-ID: <20070924180557.2427.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-24 18:05:57 Modified files: ricci/modules/storage: StorageModule.cpp Log message: Fix 242943: Changes to clustered volumes should be made on all cluster nodes, pass 1 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/storage/StorageModule.cpp.diff?cvsroot=cluster&r1=1.8&r2=1.9 From rmccabe@sourceware.org Mon Sep 24 18:06:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 24 Sep 2007 18:06:00 -0000 Subject: conga/ricci/test_suite/storage fstab_add.xml f ... Message-ID: <20070924180641.2995.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-24 18:06:41 Added files: ricci/test_suite/storage: fstab_add.xml fstab_del.xml mount_fs.xml umount_fs.xml umount_fs_bydev.xml Log message: add unit tests for validating the new functionality added to fix 242943: Changes to clustered volumes should be made on all cluster nodes Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/fstab_add.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/fstab_del.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/mount_fs.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/umount_fs.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/umount_fs_bydev.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1 From rmccabe@sourceware.org Mon Sep 24 19:48:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 24 Sep 2007 19:48:00 -0000 Subject: conga/luci/site/luci/Extensions StorageReport. ... Message-ID: <20070924194834.23909.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-24 19:48:34 Modified files: luci/site/luci/Extensions: StorageReport.py storage_adapters.py Log message: Whitespace, readability cleanup Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&r1=1.26&r2=1.27 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/storage_adapters.py.diff?cvsroot=cluster&r1=1.11&r2=1.12 From rmccabe@sourceware.org Mon Sep 24 21:19:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 24 Sep 2007 21:19:00 -0000 Subject: conga/luci/site/luci/Extensions HelperFunction ... Message-ID: <20070924211943.11874.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-24 21:19:43 Modified files: luci/site/luci/Extensions: HelperFunctions.py LuciZopeAsync.py PropsObject.py ResourceHandler.py StorageReport.py Variable.py conga_constants.py conga_ssl.py conga_storage_constants.py ricci_communicator.py ricci_defines.py storage_adapters.py Log message: More cleanup. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/HelperFunctions.py.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeAsync.py.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/PropsObject.py.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ResourceHandler.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&r1=1.27&r2=1.28 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Variable.py.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.43&r2=1.44 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_ssl.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_storage_constants.py.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&r1=1.29&r2=1.30 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_defines.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/storage_adapters.py.diff?cvsroot=cluster&r1=1.12&r2=1.13 From rmccabe@sourceware.org Mon Sep 24 21:56:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Mon, 24 Sep 2007 21:56:00 -0000 Subject: cluster/fence/agents/ipmilan ipmilan.c Message-ID: <20070924215643.6248.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-09-24 21:56:43 Modified files: fence/agents/ipmilan: ipmilan.c Log message: Backport the agent from RHEL5.1 to fix bz205638 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ipmilan/ipmilan.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.8&r2=1.1.2.9 From rpeterso@sourceware.org Mon Sep 24 23:16:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Mon, 24 Sep 2007 23:16:00 -0000 Subject: cluster/gfs2/libgfs2 fs_ops.c Message-ID: <20070924231634.19779.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: rpeterso@sourceware.org 2007-09-24 23:16:34 Modified files: gfs2/libgfs2 : fs_ops.c Log message: Resolves: bz 304001: GFS2: Filesystems with 1k block size won't mount Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/fs_ops.c.diff?cvsroot=cluster&r1=1.11&r2=1.12 From rpeterso@sourceware.org Mon Sep 24 23:17:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Mon, 24 Sep 2007 23:17:00 -0000 Subject: cluster/gfs2/libgfs2 fs_ops.c Message-ID: <20070924231741.20406.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: rpeterso@sourceware.org 2007-09-24 23:17:41 Modified files: gfs2/libgfs2 : fs_ops.c Log message: Resolves: bz 304001: GFS2: Filesystems with 1k block size won't mount Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/fs_ops.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.7&r2=1.4.2.8 From rmccabe@sourceware.org Tue Sep 25 03:49:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 03:49:00 -0000 Subject: conga/luci/storage cylinder_select.js Message-ID: <20070925034950.6532.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 03:49:50 Added files: luci/storage : cylinder_select.js Log message: Javascript code for selecting parts of the storage cylinder display Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/cylinder_select.js.diff?cvsroot=cluster&r1=NONE&r2=1.1 From rmccabe@sourceware.org Tue Sep 25 03:50:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 03:50:00 -0000 Subject: conga/luci/storage cache_report check-batch cl ... Message-ID: <20070925035028.6766.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 03:50:28 Modified files: luci/storage : cache_report check-batch clu_portlet_fetcher form-chooser form-macros index_html mappings_macros mappings_provider portlet_cluconfig portlet_cluconfig_macro validate_html Removed files: luci/storage : 100wait.gif black_bar_40.png black_right_end_40.png blue_bar_40.png blue_cap_40.png blue_right_end_40.png icon_bd_LV.png icon_bd_LV_snapshot.png icon_bd_crypto.png icon_bd_ide.png icon_bd_multipath.png icon_bd_net.png icon_bd_partition.png icon_bd_raid.png icon_bd_scsi.png icon_content_FS.png icon_content_PV.png icon_mapper_PT.png icon_mapper_VG.png icon_mapper_crypto.png icon_mapper_multipath.png icon_mapper_raid.png red_bar_40.png red_cap_40.png red_right_end_40.png selection_1px_40.png selection_bar_40.png selection_left_end_40.png selection_right_end_40.png snapshot.gif tree_bullet.gif tree_closed.gif tree_opened.gif tree_transparent.gif Log message: Cleanup: - First pass of making the look and feel of this consistent with the rest of the app - Move all the image files into the site custom directory so they can be cached Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/cache_report.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/check-batch.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/clu_portlet_fetcher.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-chooser.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&r1=1.25&r2=1.26 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/index_html.diff?cvsroot=cluster&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/mappings_macros.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/mappings_provider.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/portlet_cluconfig.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/portlet_cluconfig_macro.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/validate_html.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/100wait.gif.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/black_bar_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/black_right_end_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/blue_bar_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/blue_cap_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/blue_right_end_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_bd_LV.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_bd_LV_snapshot.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_bd_crypto.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_bd_ide.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_bd_multipath.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_bd_net.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_bd_partition.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_bd_raid.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_bd_scsi.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_content_FS.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_content_PV.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_mapper_PT.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_mapper_VG.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_mapper_crypto.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_mapper_multipath.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/icon_mapper_raid.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/red_bar_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/red_cap_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/red_right_end_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/selection_1px_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/selection_bar_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/selection_left_end_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/selection_right_end_40.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/snapshot.gif.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/tree_bullet.gif.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/tree_closed.gif.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/tree_opened.gif.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/tree_transparent.gif.diff?cvsroot=cluster&r1=1.1&r2=NONE From rmccabe@sourceware.org Tue Sep 25 03:51:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 03:51:00 -0000 Subject: conga/luci/homebase form-macros homebase_commo ... Message-ID: <20070925035121.7272.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 03:51:21 Modified files: luci/homebase : form-macros homebase_common.js luci_homebase.css validate_cluster_add.js validate_cluster_add_initial.js validate_perm.js validate_sys_add.js validate_sys_remove.js validate_user_add.js validate_user_del.js Removed files: luci/homebase : x.png Log message: - Move all images into the site custom directory so they can be cached by the server Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.60&r2=1.61 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/homebase_common.js.diff?cvsroot=cluster&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.42&r2=1.43 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add.js.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_cluster_add_initial.js.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_perm.js.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_sys_add.js.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_sys_remove.js.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_user_add.js.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/validate_user_del.js.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/x.png.diff?cvsroot=cluster&r1=1.2&r2=NONE From rmccabe@sourceware.org Tue Sep 25 03:51:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 03:51:00 -0000 Subject: conga/luci/plone-custom conga.js 100wait.gif 1 ... Message-ID: <20070925035142.7471.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 03:51:42 Modified files: luci/plone-custom: conga.js Added files: luci/plone-custom: 100wait.gif 16services.png arrow_down.png arrow_right.png black_bar_40.png black_right_end_40.png blue_bar_40.png blue_cap_40.png blue_right_end_40.png configured.png fDom.png icon_bd_LV.png icon_bd_LV_snapshot.png icon_bd_crypto.png icon_bd_ide.png icon_bd_multipath.png icon_bd_net.png icon_bd_partition.png icon_bd_raid.png icon_bd_scsi.png icon_content_FS.png icon_content_PV.png icon_mapper_PT.png icon_mapper_VG.png icon_mapper_crypto.png icon_mapper_multipath.png icon_mapper_raid.png installed.png joined.png node_active.png node_inactive.png node_unknown.png notstarted.png rebooted.png red_bar_40.png red_cap_40.png red_right_end_40.png selection_1px_40.png selection_bar_40.png selection_left_end_40.png selection_right_end_40.png small_fdom.png small_node_active.png small_node_inactive.png small_node_unknown.png small_svc.png small_svc_stopped.png snapshot.gif tree_bullet.gif tree_closed.gif tree_opened.gif tree_transparent.gif x.png Log message: Consolidate image files here Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/100wait.gif.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/16services.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/arrow_down.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/arrow_right.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/black_bar_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/black_right_end_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/blue_bar_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/blue_cap_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/blue_right_end_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/configured.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/fDom.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_bd_LV.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_bd_LV_snapshot.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_bd_crypto.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_bd_ide.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_bd_multipath.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_bd_net.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_bd_partition.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_bd_raid.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_bd_scsi.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_content_FS.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_content_PV.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_mapper_PT.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_mapper_VG.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_mapper_crypto.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_mapper_multipath.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/icon_mapper_raid.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/installed.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/joined.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/node_active.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/node_inactive.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/node_unknown.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/notstarted.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/rebooted.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/red_bar_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/red_cap_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/red_right_end_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/selection_1px_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/selection_bar_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/selection_left_end_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/selection_right_end_40.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/small_fdom.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/small_node_active.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/small_node_inactive.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/small_node_unknown.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/small_svc.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/small_svc_stopped.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/snapshot.gif.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/tree_bullet.gif.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/tree_closed.gif.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/tree_opened.gif.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/tree_transparent.gif.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/x.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga.js.diff?cvsroot=cluster&r1=1.6&r2=1.7 From rmccabe@sourceware.org Tue Sep 25 03:51:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 03:51:00 -0000 Subject: conga/luci/cluster form-macros index_html reso ... Message-ID: <20070925035102.7059.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 03:51:02 Modified files: luci/cluster : form-macros index_html resource-form-macros validate_config_qdisk.js Removed files: luci/cluster : 100wait.gif 16services.png arrow_down.png arrow_right.png configured.png fDom.png installed.png joined.png node_active.png node_inactive.png node_unknown.png notstarted.png rebooted.png small_fdom.png small_node_active.png small_node_inactive.png small_node_unknown.png small_svc.png small_svc_stopped.png Log message: - Move all images into the site custom directory so they can be cached by the server Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.212&r2=1.213 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.37&r2=1.38 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&r1=1.41&r2=1.42 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_config_qdisk.js.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/100wait.gif.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/16services.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/arrow_down.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/arrow_right.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/configured.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fDom.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/installed.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/joined.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/node_active.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/node_inactive.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/node_unknown.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/notstarted.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/rebooted.png.diff?cvsroot=cluster&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/small_fdom.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/small_node_active.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/small_node_inactive.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/small_node_unknown.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/small_svc.png.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/small_svc_stopped.png.diff?cvsroot=cluster&r1=1.1&r2=NONE From rmccabe@sourceware.org Tue Sep 25 04:00:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 04:00:00 -0000 Subject: conga/luci cluster/index_html homebase/index_h ... Message-ID: <20070925040024.9035.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 04:00:24 Modified files: luci/cluster : index_html luci/homebase : index_html luci/site/luci/Extensions: LuciZopeAsync.py luci/storage : index_html Added files: luci/plone-custom: clusterportlet.css Removed files: luci/cluster : clusterportlet.css Log message: Move clusterportlet.css to the site common directory to allow it to be cached by the server Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.38&r2=1.39 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/clusterportlet.css.diff?cvsroot=cluster&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/index_html.diff?cvsroot=cluster&r1=1.23&r2=1.24 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/clusterportlet.css.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeAsync.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/index_html.diff?cvsroot=cluster&r1=1.11&r2=1.12 From lhh@sourceware.org Tue Sep 25 13:23:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 25 Sep 2007 13:23:00 -0000 Subject: cluster/rgmanager ChangeLog src/resources/clus ... Message-ID: <20070925132347.21680.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: lhh@sourceware.org 2007-09-25 13:23:47 Modified files: rgmanager : ChangeLog rgmanager/src/resources: clusterfs.sh Log message: Resolve #252241 - add self_fence support to clusterfs Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.29&r2=1.5.2.30 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/clusterfs.sh.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.13&r2=1.1.2.14 From lhh@sourceware.org Tue Sep 25 14:00:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 25 Sep 2007 14:00:00 -0000 Subject: cluster/rgmanager ChangeLog src/resources/Make ... Message-ID: <20070925140042.5093.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: lhh@sourceware.org 2007-09-25 14:00:42 Modified files: rgmanager : ChangeLog rgmanager/src/resources: Makefile Added files: rgmanager/src/resources: SAPDatabase SAPInstance Log message: Fix #204084 - SAP RAs for RHEL4 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.30&r2=1.5.2.31 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/SAPDatabase.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/SAPInstance.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=NONE&r2=1.3.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.10&r2=1.4.2.11 From jparsons@sourceware.org Tue Sep 25 14:23:00 2007 From: jparsons@sourceware.org (jparsons@sourceware.org) Date: Tue, 25 Sep 2007 14:23:00 -0000 Subject: cluster/fence/agents/mcdata fence_mcdata.pl Message-ID: <20070925142315.21527.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jparsons@sourceware.org 2007-09-25 14:23:15 Modified files: fence/agents/mcdata: fence_mcdata.pl Log message: fix for bz240115 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/mcdata/fence_mcdata.pl.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2 From rpeterso@sourceware.org Tue Sep 25 16:02:00 2007 From: rpeterso@sourceware.org (rpeterso@sourceware.org) Date: Tue, 25 Sep 2007 16:02:00 -0000 Subject: cluster/gfs2/libgfs2 fs_ops.c Message-ID: <20070925160146.12898.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: rpeterso@sourceware.org 2007-09-25 16:01:46 Modified files: gfs2/libgfs2 : fs_ops.c Log message: Resolves: bz 304001: GFS2: Filesystems with 1k block size won't mount Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/fs_ops.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.4.2.6.2.1&r2=1.4.2.6.2.2 From rmccabe@sourceware.org Tue Sep 25 16:49:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 16:49:00 -0000 Subject: conga/luci/storage cylinder_select.js form-mac ... Message-ID: <20070925164936.11035.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 16:49:36 Modified files: luci/storage : cylinder_select.js form-macros Added files: luci/storage : popup_log.js storage_content.js storage_probing.js storage_svs.js storage_utils.js storage_validation.js Log message: Extract CSS and javascript from page templates Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/popup_log.js.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_content.js.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_probing.js.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_svs.js.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_utils.js.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_validation.js.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/cylinder_select.js.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&r1=1.26&r2=1.27 From rmccabe@sourceware.org Tue Sep 25 16:50:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 16:50:00 -0000 Subject: conga/luci/plone-custom conga_storage.css stor ... Message-ID: <20070925165008.11357.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 16:50:08 Added files: luci/plone-custom: conga_storage.css storage_svs.css storage_tree.css storage_validation.css Log message: More storage CSS here to allow the server to cache the files Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga_storage.css.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/storage_svs.css.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/storage_tree.css.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/storage_validation.css.diff?cvsroot=cluster&r1=NONE&r2=1.1 From rmccabe@sourceware.org Tue Sep 25 18:54:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 18:54:00 -0000 Subject: conga/luci/storage index_html storage_async.js Message-ID: <20070925185459.11396.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 18:54:59 Modified files: luci/storage : index_html Added files: luci/storage : storage_async.js Log message: Extract more javascript from the page templates Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_async.js.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/index_html.diff?cvsroot=cluster&r1=1.12&r2=1.13 From rmccabe@sourceware.org Tue Sep 25 18:55:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 18:55:00 -0000 Subject: conga/luci/storage cache_report check-batch cy ... Message-ID: <20070925185513.11623.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 18:55:13 Modified files: luci/storage : cache_report check-batch cylinder_select.js form-chooser form-macros mappings_macros mappings_provider storage_svs.js validate_html Log message: Cleanup and refactor Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/cache_report.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/check-batch.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/cylinder_select.js.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-chooser.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&r1=1.27&r2=1.28 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/mappings_macros.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/mappings_provider.diff?cvsroot=cluster&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_svs.js.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/validate_html.diff?cvsroot=cluster&r1=1.5&r2=1.6 From teigland@sourceware.org Tue Sep 25 20:10:00 2007 From: teigland@sourceware.org (teigland@sourceware.org) Date: Tue, 25 Sep 2007 20:10:00 -0000 Subject: cluster/cman/man cman_tool.8 Message-ID: <20070925201012.14737.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2007-09-25 20:10:12 Modified files: cman/man : cman_tool.8 Log message: add some info about services output Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman_tool.8.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.4&r2=1.4.2.5 From lhh@sourceware.org Tue Sep 25 21:06:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 25 Sep 2007 21:06:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/restree.c Message-ID: <20070925210615.25776.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL51 Changes by: lhh@sourceware.org 2007-09-25 21:06:15 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: restree.c Log message: Ancillary patch for side case re: #229650 - patch from Simone Gotti. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.31.2.19.2.4&r2=1.31.2.19.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.23.2.8.2.3&r2=1.23.2.8.2.4 From lhh@sourceware.org Tue Sep 25 21:09:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Tue, 25 Sep 2007 21:09:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/restree.c Message-ID: <20070925210923.2699.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh@sourceware.org 2007-09-25 21:09:23 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: restree.c Log message: Ancillary patch for side case re: #229650 - patch from Simone Gotti. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.26&r2=1.31.2.27 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.23.2.11&r2=1.23.2.12 From rmccabe@sourceware.org Tue Sep 25 22:47:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Tue, 25 Sep 2007 22:47:00 -0000 Subject: conga/luci cluster/form-chooser cluster/form-m ... Message-ID: <20070925224705.11953.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-25 22:47:05 Modified files: luci/cluster : form-chooser form-macros resource-form-macros luci/homebase : form-chooser form-macros luci_homebase.css luci/plone-custom: sys_svc.css luci/storage : cylinder_select.js form-macros storage_probing.js storage_utils.js storage_validation.js validate_html Log message: More cleanup and fix some javascript bugs Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-chooser.diff?cvsroot=cluster&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.213&r2=1.214 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&r1=1.42&r2=1.43 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-chooser.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.61&r2=1.62 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.43&r2=1.44 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/sys_svc.css.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/cylinder_select.js.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&r1=1.28&r2=1.29 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_probing.js.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_utils.js.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_validation.js.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/validate_html.diff?cvsroot=cluster&r1=1.6&r2=1.7 From jbrassow@sourceware.org Wed Sep 26 03:15:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Wed, 26 Sep 2007 03:15:00 -0000 Subject: cluster/cmirror-kernel/src dm-cmirror-client.c ... Message-ID: <20070926031541.29694.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jbrassow@sourceware.org 2007-09-26 03:15:41 Modified files: cmirror-kernel/src: dm-cmirror-client.c dm-cmirror-common.h dm-cmirror-server.c Log message: Bug 291521: Cluster mirror can become out-of-sync if nominal I/O overl... Another touch-up for this bug. Bad news: Because a node can cache the state of a region indefinitely (especially for blocks that are used alot - e.g. a journaling area of a file system), we must deny writes to any region of the mirror that is not yet recovered. This is only the case with cluster mirroring. This means poor performance of nominal I/O during recovery - probably really bad performance. However, this is absolutely necessary for mirror reliability. Good news: The time I spent coding different fixes for this bug weren't a complete waste. I've been able to reuse some of that code to optimize the recovery process. Now, rather than going through the mirror from front to back, it skips ahead to recover regions that have pending writes. Bottom line: performance will be bad during recovery, but it will be better than RHEL4.5. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-client.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.52&r2=1.1.2.53 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-common.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.14&r2=1.1.2.15 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-server.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.38&r2=1.1.2.39 From pcaulfield@sourceware.org Wed Sep 26 13:53:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Wed, 26 Sep 2007 13:53:00 -0000 Subject: cluster/dlm-kernel/src device.c Message-ID: <20070926135320.26128.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: pcaulfield@sourceware.org 2007-09-26 13:53:20 Modified files: dlm-kernel/src : device.c Log message: Don't overwrite castparam if there is no new ast routine to go with it. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/device.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.24.2.10&r2=1.24.2.11 From rmccabe@sourceware.org Wed Sep 26 14:10:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 26 Sep 2007 14:10:00 -0000 Subject: conga/luci/storage form-macros mappings_provider Message-ID: <20070926141048.8623.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-26 14:10:48 Modified files: luci/storage : form-macros mappings_provider Log message: More page template cleanup and bug fixes Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/form-macros.diff?cvsroot=cluster&r1=1.29&r2=1.30 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/mappings_provider.diff?cvsroot=cluster&r1=1.8&r2=1.9 From rmccabe@sourceware.org Wed Sep 26 21:35:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 26 Sep 2007 21:35:00 -0000 Subject: conga/ricci include/Logger.h modules/cluster/c ... Message-ID: <20070926213520.1691.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-26 21:35:20 Modified files: ricci/include : Logger.h ricci/modules/cluster/clumon/src/daemon: main.cpp Log message: Set the log mask to LogAll when debug is enabled Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/include/Logger.h.diff?cvsroot=cluster&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/daemon/main.cpp.diff?cvsroot=cluster&r1=1.7&r2=1.8 From rmccabe@sourceware.org Wed Sep 26 21:36:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 26 Sep 2007 21:36:00 -0000 Subject: conga/luci/storage storage_utils.js Message-ID: <20070926213608.1990.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-26 21:36:08 Modified files: luci/storage : storage_utils.js Log message: Strip leading whitespace from storage error messages Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_utils.js.diff?cvsroot=cluster&r1=1.2&r2=1.3 From rmccabe@sourceware.org Wed Sep 26 21:36:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Wed, 26 Sep 2007 21:36:00 -0000 Subject: conga/luci/storage index_html Message-ID: <20070926213656.2280.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-26 21:36:56 Modified files: luci/storage : index_html Log message: Cleanup Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/index_html.diff?cvsroot=cluster&r1=1.13&r2=1.14 From pcaulfield@sourceware.org Thu Sep 27 09:01:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Thu, 27 Sep 2007 09:01:00 -0000 Subject: cluster/cman/daemon commands.c Message-ID: <20070927090130.9754.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-27 09:01:30 Modified files: cman/daemon : commands.c Log message: Recalculate quorum based on the expected votes value of a new node. bz#308581 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.71&r2=1.72 From pcaulfield@sourceware.org Thu Sep 27 09:05:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Thu, 27 Sep 2007 09:05:00 -0000 Subject: cluster/cman/daemon commands.c Message-ID: <20070927090545.11272.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-09-27 09:05:45 Modified files: cman/daemon : commands.c Log message: Recalculate quorum when we have a new node's expected_votes. bz#308581 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.55.2.12&r2=1.55.2.13 From jbrassow@sourceware.org Thu Sep 27 20:31:00 2007 From: jbrassow@sourceware.org (jbrassow@sourceware.org) Date: Thu, 27 Sep 2007 20:31:00 -0000 Subject: cluster/cmirror-kernel/src dm-cmirror-client.c ... Message-ID: <20070927203121.27545.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jbrassow@sourceware.org 2007-09-27 20:31:20 Modified files: cmirror-kernel/src: dm-cmirror-client.c dm-cmirror-common.h dm-cmirror-server.c Log message: Bug 290821: cmirror write path appears deadlocked after recovery ... In some device failure cases, regions must be marked 'out-of-sync' - this was causing a following write to block because it thought the region had not yet been recovered - when in fact, it had just been put out-of-sync due to failing device. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-client.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.53&r2=1.1.2.54 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-common.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.15&r2=1.1.2.16 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-server.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.39&r2=1.1.2.40 From rmccabe@sourceware.org Thu Sep 27 21:42:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Thu, 27 Sep 2007 21:42:00 -0000 Subject: conga/luci/cluster clu_portlet_fetcher form-ch ... Message-ID: <20070927214215.22254.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-27 21:42:15 Modified files: luci/cluster : clu_portlet_fetcher form-chooser form-macros portlet_cluconfig portlet_cluconfig_macro validate_xvm_key.js Log message: Cleanup the cluster page templates Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/clu_portlet_fetcher.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-chooser.diff?cvsroot=cluster&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.214&r2=1.215 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/portlet_cluconfig.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/portlet_cluconfig_macro.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_xvm_key.js.diff?cvsroot=cluster&r1=1.2&r2=1.3 From rmccabe@sourceware.org Fri Sep 28 04:47:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 28 Sep 2007 04:47:00 -0000 Subject: conga/ricci/modules/cluster ClusterModule.cpp ... Message-ID: <20070928044756.23527.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-28 04:47:56 Modified files: ricci/modules/cluster: ClusterModule.cpp ClusterStatus.cpp ClusterStatus.h Log message: add parameters for start_node and stop_node that allow whether cluster services will be respectively enabled or disabled at boot. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterModule.cpp.diff?cvsroot=cluster&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterStatus.cpp.diff?cvsroot=cluster&r1=1.22&r2=1.23 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/ClusterStatus.h.diff?cvsroot=cluster&r1=1.7&r2=1.8 From rmccabe@sourceware.org Fri Sep 28 05:36:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 28 Sep 2007 05:36:00 -0000 Subject: conga/luci/site/luci/Extensions LuciClusterAct ... Message-ID: <20070928053639.12002.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe@sourceware.org 2007-09-28 05:36:39 Modified files: luci/site/luci/Extensions: LuciClusterActions.py RicciQueries.py Log message: Add and disable cluster services at boot time only when adding or deleting nodes. When starting and stopping nodes, don't don't disable them automatically. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterActions.py.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/RicciQueries.py.diff?cvsroot=cluster&r1=1.7&r2=1.8 From fabbione@sourceware.org Fri Sep 28 06:19:00 2007 From: fabbione@sourceware.org (fabbione@sourceware.org) Date: Fri, 28 Sep 2007 06:19:00 -0000 Subject: cluster configure Message-ID: <20070928061908.24793.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione@sourceware.org 2007-09-28 06:19:08 Modified files: . : configure Log message: configure: Backticks don't work in strings. Use POSIX::uname(). The strings that use backticks to get `uname -r` don't work as expected. Let's use POSIX::uname() directly and let perl do the work. Patch by Joel Becker Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.34&r2=1.35 From pcaulfield@sourceware.org Fri Sep 28 12:00:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 28 Sep 2007 12:00:00 -0000 Subject: cluster/cman/cman_tool main.c Message-ID: <20070928120004.18259.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-28 12:00:04 Modified files: cman/cman_tool : main.c Log message: Call "group_tool ls" for cman_tool services Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.57&r2=1.58 From pcaulfield@sourceware.org Fri Sep 28 12:18:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 28 Sep 2007 12:18:00 -0000 Subject: cluster/cman/cman_tool main.c Message-ID: <20070928121819.31095.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2007-09-28 12:18:19 Modified files: cman/cman_tool : main.c Log message: Reinstate cman_tool services, which got lost inexplicably. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.58&r2=1.59 From pcaulfield@sourceware.org Fri Sep 28 13:26:00 2007 From: pcaulfield@sourceware.org (pcaulfield@sourceware.org) Date: Fri, 28 Sep 2007 13:26:00 -0000 Subject: cluster/cman/cman_tool main.c Message-ID: <20070928132615.24937.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield@sourceware.org 2007-09-28 13:26:15 Modified files: cman/cman_tool : main.c Log message: Reinstate cman_tool services Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.51.2.3&r2=1.51.2.4 From lhh@sourceware.org Fri Sep 28 15:14:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Fri, 28 Sep 2007 15:14:00 -0000 Subject: cluster/rgmanager ChangeLog src/daemons/groups ... Message-ID: <20070928151452.6795.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: lhh@sourceware.org 2007-09-28 15:14:52 Modified files: rgmanager : ChangeLog rgmanager/src/daemons: groups.c resrules.c restree.c Log message: Fix #310981 - status check timers wrong Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.31&r2=1.5.2.32 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/groups.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8.2.20&r2=1.8.2.21 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/resrules.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.9.2.7&r2=1.9.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.16&r2=1.10.2.17 From lhh@sourceware.org Fri Sep 28 15:36:00 2007 From: lhh@sourceware.org (lhh@sourceware.org) Date: Fri, 28 Sep 2007 15:36:00 -0000 Subject: cluster/rgmanager/src/daemons restree.c Message-ID: <20070928153652.14501.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: lhh@sourceware.org 2007-09-28 15:36:52 Modified files: rgmanager/src/daemons: restree.c Log message: Clear checks out less than or equal to the level we just checked. #310981 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.17&r2=1.10.2.18 From rmccabe@sourceware.org Fri Sep 28 18:10:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 28 Sep 2007 18:10:00 -0000 Subject: conga/luci/site/luci/var Data.fs Message-ID: <20070928181047.2962.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-09-28 18:10:47 Modified files: luci/site/luci/var: Data.fs Log message: Update the Zope DB file to make sure everything's been sucked in. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/Data.fs.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.20.2.16&r2=1.20.2.17 From rmccabe@sourceware.org Fri Sep 28 22:38:00 2007 From: rmccabe@sourceware.org (rmccabe@sourceware.org) Date: Fri, 28 Sep 2007 22:38:00 -0000 Subject: cluster/fence/agents/bullpap fence_bullpap.pl Message-ID: <20070928223817.28636.qmail@sourceware.org> CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: rmccabe@sourceware.org 2007-09-28 22:38:17 Modified files: fence/agents/bullpap: fence_bullpap.pl Log message: Backport the fence_bullpap agent from the RHEL51 branch. This version fixes a timeout bug. Fixes bz309261 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/bullpap/fence_bullpap.pl.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.7&r2=1.1.2.8