Re: [Cluster-devel] [PATCH] ras / RHEL5: Trim trailing slash for nfs clients

2011-04-07 Thread Fabio M. Di Nitto
ACK On 04/07/2011 03:45 PM, Lon Hohberger wrote: > The exportfs command and/or rpc.mountd trim the trailing slashes > when reporting things in /var/lib/nfs/etab, causing mismatch problems > for the nfsclient resource agent. > > Resolves: rhbz#592624 > > Signed-off-by: Lon Hohberger > --- > rgm

[Cluster-devel] fence-agents 3.1.3 stable release

2011-04-04 Thread Fabio M. Di Nitto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Welcome to the fence-agents 3.1.3 release. This release contains a few bug fixes and a new fence_vmware_soap that integrates and supports everything supported by the SOAP API v4.1 (including vSphere). NOTE the new vmware agent requires python-suds.

Re: [Cluster-devel] [Linux-ha-dev] new resource agents repository commit policy

2011-03-31 Thread Fabio M. Di Nitto
On 3/29/2011 3:15 PM, Dejan Muhamedagic wrote: >>> Fabio, I'd like to get the commit access rights. Florian Haas and >>> Lars Ellenberg have also been frequently reviewing user >>> contributions, so they should get commit rights too. I understand >>> that Florian already has that. Lars is about to

Re: [Cluster-devel] [Linux-ha-dev] new resource agents repository commit policy

2011-03-29 Thread Fabio M. Di Nitto
On 03/29/2011 03:15 PM, Dejan Muhamedagic wrote: > On Mon, Mar 28, 2011 at 05:41:48PM +0200, Fabio M. Di Nitto wrote: >> On 3/28/2011 5:28 PM, Dejan Muhamedagic wrote: >>> On Fri, Mar 18, 2011 at 10:20:48AM +0100, Lars Marowsky-Bree wrote: >>>> On 2011-03-14T1

Re: [Cluster-devel] [Linux-ha-dev] new resource agents repository commit policy

2011-03-28 Thread Fabio M. Di Nitto
On 3/28/2011 5:28 PM, Dejan Muhamedagic wrote: > On Fri, Mar 18, 2011 at 10:20:48AM +0100, Lars Marowsky-Bree wrote: >> On 2011-03-14T19:49:29, Andrew Beekhof wrote: >> >>> I suspect you want b) with maybe 6 people for redundancy. >>> The pull request workflow should be well suited to a project li

Re: [Cluster-devel] [PATCH] resource-agents: Try force-unmount before fuser for netfs.sh

2011-03-22 Thread Fabio M. Di Nitto
ACK. Fabio On 3/22/2011 2:07 AM, Lon Hohberger wrote: > RHEL5 only. A completely separate patch is needed for > upstream and RHEL6 > > Resolves: rhbz#678494 > > Signed-off-by: Lon Hohberger > --- > rgmanager/src/resources/netfs.sh |7 ++- > 1 files changed, 6 insertions(+), 1 deletio

Re: [Cluster-devel] [PATCH] cman: Don't increment on LEAVING->MEMBER transition

2011-03-22 Thread Fabio M. Di Nitto
The patch looks sane to me and I am fairly sure it needs to be applied to STABLE31/RHEL6 too. I´d like also an ACK from Chrissie here. Fabio On 3/22/2011 2:06 AM, Lon Hohberger wrote: > If a node left the cluster prior using 'cman_tool leave', its > internal state is set to NODESTATE_LEAVING. >

Re: [Cluster-devel] RFC: generic improvement to fence agents api

2011-03-21 Thread Fabio M. Di Nitto
On 3/21/2011 6:07 PM, David Teigland wrote: > On Sat, Mar 19, 2011 at 07:34:55AM +0100, Fabio M. Di Nitto wrote: >> My suggestion would be to allow to specify a list of ports instead. > > This comes up now and then. The current rule of one action per agent > execution i

Re: [Cluster-devel] RFC: generic improvement to fence agents api

2011-03-21 Thread Fabio M. Di Nitto
On 3/21/2011 9:40 AM, Marek Grac wrote: > Hi, > > On 03/19/2011 07:34 AM, Fabio M. Di Nitto wrote: >> >> >> >> Either by using a new keyword "ports" or re-using "port" itself. If >> using "port", current configuratio

Re: [Cluster-devel] RFC: generic improvement to fence agents api

2011-03-19 Thread Fabio M. Di Nitto
On 3/19/2011 6:14 PM, Digimer wrote: > On 03/19/2011 02:34 AM, Fabio M. Di Nitto wrote: >> Hi all, >> >> while discussing on linux-cluster the support of the Tripp Lite switched >> PDU, it occurred to me that we can effectively improve (almost half) the >> time it

[Cluster-devel] RFC: generic improvement to fence agents api

2011-03-18 Thread Fabio M. Di Nitto
Hi all, while discussing on linux-cluster the support of the Tripp Lite switched PDU, it occurred to me that we can effectively improve (almost half) the time it takes to perform power fencing of certain devices, when for example, more than one PSU needs to be powered off to complete the action.

Re: [Cluster-devel] [PATCH] qdiskd: Fix bad timer check - RHEL6

2011-03-17 Thread Fabio M. Di Nitto
Both rhel5 and 6 ACK. Fabio On 03/17/2011 05:34 PM, Lon Hohberger wrote: > Resolves: rhbz#688154 > > Signed-off-by: Lon Hohberger > Tested-by: Masanari Iida > --- > cman/qdisk/score.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/cman/qdisk/score.c b/cman/qd

[Cluster-devel] [PATCH] cman init: increse the default timeout waiting for quorum

2011-03-16 Thread Fabio M. Di Nitto
not all clusters can achieve quorum in 20 seconds. Bump to 45 by default. Value is still tunable via sysconfig entry. Resolves: rhbz#688201 Signed-off-by: Fabio M. Di Nitto --- cman/init.d/cman.in |2 +- cman/init.d/cman.init.defaults.in |2 +- 2 files changed, 2

[Cluster-devel] [PATCH 1/2] fence_wti: Unable to parse output when splitted into several screens

2011-03-16 Thread Fabio M. Di Nitto
From: Marek 'marx' Grac Parsing of listing that consists of several screens added. Resolves: rhbz#678522 --- fence/agents/wti/fence_wti.py | 28 +++- 1 files changed, 23 insertions(+), 5 deletions(-) diff --git a/fence/agents/wti/fence_wti.py b/fence/agents/wti/fence_

[Cluster-devel] [PATCH 2/2] fence_wti: Unable to parse output when splitted into several screens (2/2)

2011-03-16 Thread Fabio M. Di Nitto
From: Marek 'marx' Grac Minor changes to previous patch. Power ON/OFF now works as expected Resolves: rhbz#678522 --- fence/agents/wti/fence_wti.py |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/fence/agents/wti/fence_wti.py b/fence/agents/wti/fence_wti.py index d056

[Cluster-devel] [PATCH] fs-lib: fix do_monitor device mapping

2011-03-15 Thread Fabio M. Di Nitto
do_monitor needs to expand _device key to the real device before performing checks Resolves: rhbz#669832 Signed-off-by: Fabio M. Di Nitto --- rgmanager/src/resources/utils/fs-lib.sh | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/rgmanager/src/resources

[Cluster-devel] [PATCH] cman-preconfig: allow cman to configure corosync multicast ttl

2011-03-15 Thread Fabio M. Di Nitto
syntax: Resolves: rhbz#684020 Signed-off-by: Fabio M. Di Nitto --- cman/daemon/cman-preconfig.c| 24 +--- config/tools/xml/cluster.rng.in | 17 +++-- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/cman/daemon/cman-preconfig.c b/cman

Re: [Cluster-devel] [PATCH] Fix pacemaker's wrong quorum view in a CMAN+pacemaker cluster

2011-03-13 Thread Fabio M. Di NItto
On 03/13/2011 02:17 PM, Simone Gotti wrote: > > The fix I tried used CMAN_DISPATCH_ALL instead of CMAN_DISPATCH_ONE and > looks like its working. In most of our cluster daemons, we use DISPATCH_ONE in a proper loop to be repeated till there are no more events in the queue. I don't recall exactly

[Cluster-devel] cluster 3.1.1 stable release

2011-03-08 Thread Fabio M. Di Nitto
Welcome to the cluster 3.1.1 release. This release contains dozens of bug fixes and improvements, including dbus notifications of cluster events, that in conjunction with project Foghorn, they can be translated into SNMP events. The new source tarball can be downloaded here: https://fedorahosted

[Cluster-devel] new resource agents repository

2011-03-02 Thread Fabio M. Di Nitto
Hello, There is a new repository for Resource Agents which contains RA sets from both Linux HA and Red Hat projects: git://github.com/ClusterLabs/resource-agents.git The purpose of the common repository is to share maintenance load and try to consolidate resource agents. There were no c

[Cluster-devel] fence-agents 3.1.2 stable release

2011-03-02 Thread Fabio M. Di Nitto
/congratulations to all people that contributed to achieve this great milestone. Happy clustering, Fabio Under the hood (from 3.1.1): Fabio M. Di Nitto (8): build: cleanup configure.ac fence_eaton_snmp: fix port number handling build: make ready for watchdog integration script

Re: [Cluster-devel] [PATCH 1/2] fence_scsi: move key file to /var/run/cluster

2011-03-01 Thread Fabio M. Di Nitto
Only one comment here, before attempting to read or write to /var/run/cluster, your script needs to make sure that the directory exists (same for the other patch). /var/run/cluster is created only via cman init at the moment and if fence_scsi is used outside that context, it will fail on distribut

[Cluster-devel] resource-agents 3.1.1 stable release

2011-03-01 Thread Fabio M. Di Nitto
achieve this great milestone. Happy clustering, Fabio Under the hood (from 3.1.0): Fabio M. Di Nitto (1): fs-lib: fix do_monitor device mapping Lon Hohberger (3): resource-agents: Fix migrateuriopt setting resource-agents: Improve LD_LIBRARY_PATH handling by SAP* resource

Re: [Cluster-devel] [PATCH] config: stop leaking memory on config reload

2011-02-27 Thread Fabio M. Di Nitto
On 02/25/2011 05:55 PM, Lon Hohberger wrote: > On Thu, Feb 24, 2011 at 03:09:32PM +0100, Fabio M. Di Nitto wrote: >> Resolves: rhbz#680155 > > ACK, but seriously, a function called "xmlCleanupParser()" shouldn't > leak memory ... I think the problem is triggered

[Cluster-devel] [PATCH] config: stop leaking memory on config reload

2011-02-24 Thread Fabio M. Di Nitto
Resolves: rhbz#680155 Signed-off-by: Fabio M. Di Nitto --- config/plugins/xml/config.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/config/plugins/xml/config.c b/config/plugins/xml/config.c index 1db23da..7dcf8ba 100644 --- a/config/plugins/xml/config.c +++ b/config

Re: [Cluster-devel] if gfs2 or clvm based on rhcs?

2011-02-23 Thread Fabio M. Di Nitto
Please stop posting to all mailing lists at the same time. User questions should be directed to linux-cluster mailing list only. Fabio On 02/24/2011 07:38 AM, yue wrote: > i want to deploy iscsi+clvm+gfs2 > > i do not know if i have to install rhcs? > but i use fc12 ,not rhel. > > what /et

Re: [Cluster-devel] Announcing new command line cluster configuration tool

2011-02-23 Thread Fabio M. Di Nitto
On 02/23/2011 10:10 PM, Chris Feist wrote: > We have finished updating fedora packages to include our new command > line cluster configuration tool, ccs. > > It's included in the ccs package in F14/F15 (yum install ccs) It's also in Fedora 13 FYI. Fabio

[Cluster-devel] Announcing "Cluster in a BOX" project

2011-02-17 Thread Fabio M. Di Nitto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi all, A lot of people find it hard to setup their first cluster or simply don´t have time to repeat the same setup over and over, either for development or do some basic testing or to showcase cluster technologies to other people. The "Cluster i

Re: [Cluster-devel] [PATCH] RHEL5: fence-agents: Regerate fence_ipmilan.8 man page

2011-02-15 Thread Fabio M. Di Nitto
ACK'ed Fabio On 02/15/2011 11:11 PM, Lon Hohberger wrote: > Resolves: rhbz#671089 > > Signed-off-by: Lon Hohberger > --- > fence/man/fence_ipmilan.8 | 262 > 1 files changed, 167 insertions(+), 95 deletions(-) > > diff --git a/fence/man/fence_ipmi

Re: [Cluster-devel] [PATCH 1/2] ccs: Allow ccs_tool to use alternate base ports

2011-02-14 Thread Fabio M. Di Nitto
Untested, looks sane to me, ACK. Fabio On 02/14/2011 07:58 PM, Lon Hohberger wrote: > Patch only for RHEL5 branch. > > Resolves: rhbz#656427 > > Signed-off-by: Lon Hohberger > --- > ccs/ccs_tool/ccs_tool.c |2 +- > ccs/ccs_tool/update.c | 64 >

[Cluster-devel] fence-agents 3.1.1 stable release

2011-02-07 Thread Fabio M. Di Nitto
users. Thanks/congratulations to all people that contributed to achieve this great milestone. Happy clustering, Fabio Under the hood (from 3.1.0): Fabio M. Di Nitto (3): Fix build for distributions that don't use bash as default shell build: fix make dist target Update COPY

Re: [Cluster-devel] [PATCH 1/2] config: Update schema

2011-02-03 Thread Fabio M. Di Nitto
ACK both patches. On 02/03/2011 11:00 PM, Lon Hohberger wrote: > Found the missing fence_ipmilan metadata :) > > Resolves: rhbz#618705 > > Signed-off-by: Lon Hohberger

[Cluster-devel] [PATCH] build: allow dbus notification code to be disabled

2011-02-03 Thread Fabio M. Di Nitto
default is to build with dbus support Signed-off-by: Fabio M. Di Nitto Signed-off-by: Lon Hohberger --- configure |7 +++ make/defines.mk.input |1 + rgmanager/src/daemons/Makefile |6 +- 3 files changed, 13 insertions(+), 1 deletions(-) diff

Re: [Cluster-devel] [PATCH] fenced: send dbus signal when node is fenced

2011-02-02 Thread Fabio M. Di Nitto
On 02/02/2011 11:35 PM, Ryan O'Hara wrote: > diff --git a/fence/fenced/Makefile b/fence/fenced/Makefile > index 7455544..d412001 100644 > --- a/fence/fenced/Makefile > +++ b/fence/fenced/Makefile > @@ -16,19 +16,22 @@ OBJS= config.o \ > main.o \ > member_cman.o \ > recover.o \

Re: [Cluster-devel] [PATCH] rgmanager: dbus notifications (Merged)

2011-02-02 Thread Fabio M. Di Nitto
You might as well cherry pick the build system patch to enable/disable dbus in the same patch set. That way we have no delta and we can avoid possible merge conflicts later. Fabio On 02/03/2011 01:37 AM, Lon Hohberger wrote: > Includes aforementioned makefile fix > > Everything in one patch fo

Re: [Cluster-devel] [patch] cman: Added checkquorum script for self fencing

2011-02-02 Thread Fabio M. Di Nitto
On 02/03/2011 12:00 AM, Lon Hohberger wrote: > On Wed, 2011-02-02 at 08:42 +0100, Fabio M. Di Nitto wrote: >> Both patches are ACK. >> >> I have only one simple question and far from being a problem. We ship >> this script as example basically, since we don´t in

Re: [Cluster-devel] [patch] cman: Added checkquorum script for self fencing

2011-02-01 Thread Fabio M. Di Nitto
Both patches are ACK. I have only one simple question and far from being a problem. We ship this script as example basically, since we don´t install in /etc/watchdog.d automatically. I think it would be best to move it to the doc section since we require users to copy and edit the parameters. Tho

Re: [Cluster-devel] Eaton fence agent and more power devices support

2011-01-24 Thread Fabio M. Di Nitto
On 1/24/2011 2:19 PM, Arnaud Quette wrote: > Hi Fabio, > > 2011/1/24 Fabio M. Di Nitto <mailto:fdini...@redhat.com>> > > On 1/24/2011 1:18 PM, Arnaud Quette wrote: > > Hi Marek, > > > > 2011/1/20 Marek 'marx' Grác > >

Re: [Cluster-devel] Eaton fence agent and more power devices support

2011-01-24 Thread Fabio M. Di Nitto
On 1/24/2011 1:18 PM, Arnaud Quette wrote: > Hi Marek, > > 2011/1/20 Marek 'marx' Grác > > Hi, > > > Arnaud Quette wrote: > > Hi Marek and the list, > > First of all, happy new year to you all: health, happiness and > ... high availability ;-) > > I've

Re: [Cluster-devel] [PATCH] rgmanager: Update last_owner on failover

2011-01-12 Thread Fabio M. Di Nitto
ACK´ed Fabio On 1/12/2011 5:45 PM, Lon Hohberger wrote: > From: igor > > This is a clean cherry pick in to the RHEL6 branch > > Resolves: rhbz#639103 > > Signed-off-by: Lon Hohberger > --- > rgmanager/src/daemons/rg_state.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > d

Re: [Cluster-devel] [PATCH] rgmanager: Present flags in clustat output

2011-01-12 Thread Fabio M. Di Nitto
ACK´ed Fabio On 1/12/2011 5:44 PM, Lon Hohberger wrote: > This is a clean cherry-pick in to the RHEL6 branch > > Resolves: rhbz#634298 > > Signed-off-by: Lon Hohberger > --- > rgmanager/src/utils/clustat.c | 31 +-- > 1 files changed, 29 insertions(+), 2 deletion

Re: [Cluster-devel] [PATCH] rgmanager: Make clufindhostname -i predictable

2011-01-12 Thread Fabio M. Di Nitto
ACK´ed. Fabio On 1/12/2011 5:47 PM, Lon Hohberger wrote: > This is a clean cherry-pick into the RHEL6 branch > > Resolves: rhbz#661881 > > Signed-off-by: Lon Hohberger > --- > rgmanager/src/utils/clufindhostname.c |8 +--- > 1 files changed, 5 insertions(+), 3 deletions(-) > > diff -

Re: [Cluster-devel] [PATCH] config: Add missing qdiskd options

2011-01-12 Thread Fabio M. Di Nitto
ACK´ed Fabio On 1/12/2011 4:04 PM, Lon Hohberger wrote: > upgrade_wait, tko_up, use_uptime > > This is a clean cherry-pick in to the RHEL6 branch. > > Resolves: rhbz#645830 > > Signed-off-by: Lon Hohberger > --- > config/tools/xml/cluster.rng.in |9 + > 1 files changed, 9 inserti

Re: [Cluster-devel] [PATCH] qdisk: Assume 1 vote if not specified in cluster.conf

2011-01-12 Thread Fabio M. Di Nitto
ACK´ed Fabio On 1/12/2011 4:01 PM, Lon Hohberger wrote: > This is a clean cherry-pick in to the RHEL6 branch. > > Resolves: rhbz#663433 > > Signed-off-by: Lon Hohberger > --- > cman/qdisk/main.c |7 --- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/cman/qdisk/ma

Re: [Cluster-devel] [PATCH] cman: Make qdiskd exit if removed from configuration

2011-01-12 Thread Fabio M. Di Nitto
ACK´ed Fabio On 1/12/2011 3:59 PM, Lon Hohberger wrote: > If qdiskd was previously configured and a configuration > update removes the device & label fields, qdiskd will > now set its votes to 0, unregister from CMAN, and exit. > > Correct logging about device registration and > configuration er

Re: [Cluster-devel] [PATCH] cman: Update cman_tool version section in man page

2011-01-12 Thread Fabio M. Di Nitto
ACK´ed. Fabio On 1/12/2011 3:56 PM, Lon Hohberger wrote: > This is a clean cherry-pick to the RHEL6 branch > > Resolves: rhbz#619874 > > Signed-off-by: Lon Hohberger > --- > cman/man/cman_tool.8 | 13 + > 1 files changed, 5 insertions(+), 8 deletions(-) > > diff --git a/cman/ma

[Cluster-devel] [PATCH] cman init: add support for "nocluster" kernel cmdline to not start cman at boot

2011-01-06 Thread Fabio M. Di Nitto
the init script will continue to work as expected from any console/tty Resolves: rhbz#563901 Signed-off-by: Fabio M. Di Nitto --- cman/init.d/cman.in | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/cman/init.d/cman.in b/cman/init.d/cman.in index a5dfa86

Re: [Cluster-devel] [PATCH] Cman: Handle INT and TERM signals correctly

2011-01-06 Thread Fabio M. Di Nitto
Re-iterating the patch for ACK to go in RHEL6. Fabio On 1/6/2011 11:38 AM, Fabio M. Di Nitto wrote: > From: Jan Friesse > > Corosync signal handler (SIGINT and SIGTERM) is replaced by cman one, > and this was settting quit_threads to 1. Regular cman shutdown sequence > (cman_to

Re: [Cluster-devel] [PATCH] Cman: Handle "another instance running" error code

2011-01-06 Thread Fabio M. Di Nitto
Re-iterating the patch for ACK to go in RHEL6. Fabio On 1/6/2011 11:28 AM, Fabio M. Di Nitto wrote: > From: Jan Friesse > > Related: rhbz#617247, rhbz#617234 > --- > cman/cman_tool/join.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git

Re: [Cluster-devel] [PATCH] Cman: test that corosync is not already running

2011-01-06 Thread Fabio M. Di Nitto
Re-iterating the patch for ACK to go in RHEL6. Fabio On 1/6/2011 11:28 AM, Fabio M. Di Nitto wrote: > From: Jan Friesse > > Patch fixes init file so now before cman start is tested, if corosync is > running. If so, init script will refuse to start. > > Resolves: rhbz#61

[Cluster-devel] [PATCH] Cman: Handle INT and TERM signals correctly

2011-01-06 Thread Fabio M. Di Nitto
From: Jan Friesse Corosync signal handler (SIGINT and SIGTERM) is replaced by cman one, and this was settting quit_threads to 1. Regular cman shutdown sequence (cman_tool leave) tests if quit_threads is set or not. If so, it refuses continue so it was not possible to cleanly leave cluster. Now S

[Cluster-devel] [PATCH] Cman: Handle "another instance running" error code

2011-01-06 Thread Fabio M. Di Nitto
From: Jan Friesse Related: rhbz#617247, rhbz#617234 --- cman/cman_tool/join.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/cman/cman_tool/join.c b/cman/cman_tool/join.c index 60460d5..caa5bf6 100644 --- a/cman/cman_tool/join.c +++ b/cman/cman_tool/join.c @@ -85,6

[Cluster-devel] [PATCH] Cman: test that corosync is not already running

2011-01-06 Thread Fabio M. Di Nitto
From: Jan Friesse Patch fixes init file so now before cman start is tested, if corosync is running. If so, init script will refuse to start. Resolves: rhbz#617234 --- cman/init.d/cman.in | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/cman/init.d/cman.in b

Re: [Cluster-devel] [PATCH] Cman: Add support for udpu and rdma transport

2011-01-06 Thread Fabio M. Di Nitto
Re-iterating the patch for ACK to go in RHEL6. Fabio On 1/6/2011 11:11 AM, Fabio M. Di Nitto wrote: > From: Jan Friesse > > Handle corosync transport option, so it's possible to use udpu (UDP > unicast) and rdma (infiniband) transport. > --- > cman/daemon/cma

[Cluster-devel] [PATCH] Cman: Add support for udpu and rdma transport

2011-01-06 Thread Fabio M. Di Nitto
From: Jan Friesse Handle corosync transport option, so it's possible to use udpu (UDP unicast) and rdma (infiniband) transport. --- cman/daemon/cman-preconfig.c| 120 --- config/tools/xml/cluster.rng.in | 12 - 2 files changed, 123 insertions(+), 9

[Cluster-devel] [PATCH] ccs_tool: completely remove references to update/upgrades

2011-01-06 Thread Fabio M. Di Nitto
Drop parsing of CF options and update man page to better reflect what ccs_tool is and does. Resolves: rhbz#577874 Signed-off-by: Fabio M. Di Nitto --- config/tools/ccs_tool/editconf.c | 10 +- config/tools/man/ccs_tool.8 | 37 - 2 files

Re: [Cluster-devel] [PATCH] cman: Fix udpb handling in cman-preconfig

2011-01-04 Thread Fabio M. Di Nitto
On 1/4/2011 10:00 AM, Jan Friesse wrote: > Lon, > even it may "logically" seemed that original code is incorrect and your > patch make sense, it's not the case. > > Actually, corosync has 3 transports: > udp, udpu and iba. > > Broadcast is same transport as udp but only has broadcast flag set on.

Re: [Cluster-devel] [PATCH] Fixed hep for 'addservice' command

2010-12-17 Thread Fabio M. Di Nitto
On 12/17/2010 12:54 PM, Dmitry Mishin wrote: > Sorry, missed it in 'addservice' addition patch series. No problem :) merged now. Fabio

Re: [Cluster-devel] [PATCH 0/8] [STABLE31] sccs_tool enhancement

2010-12-15 Thread Fabio M. Di Nitto
On 12/10/2010 2:42 PM, Dmitry Mishin wrote: > Command line utilities are useful for automation. But current cluster > configuration command line tool has only rudimentary support of cluster > options. > Thus one needs to install heavy X server for GUI system-config-cluster or web > server for Cong

Re: [Cluster-devel] [PATCH 0/8] [STABLE31] sccs_tool enhancement

2010-12-10 Thread Fabio M. Di Nitto
Hi Dmitry, thank you very much for the work. I´ll try to merge it into STABLE31 asap. Fabio On 12/10/2010 2:42 PM, Dmitry Mishin wrote: > Command line utilities are useful for automation. But current cluster > configuration command line tool has only rudimentary support of cluster > options. >

Re: [Cluster-devel] [PATCH 0/8] ccs_tool enhancement

2010-12-10 Thread Fabio M. Di Nitto
eads/master > d...@dim-nb:~/src/cluster> cat .git/ORIG_HEAD > 536b9582b9bda33576fe78f6645562acc540f1f4 > > On Friday 10 December 2010 12:12:36 Fabio M. Di Nitto wrote: >> On 12/10/2010 10:00 AM, Dmitry Mishin wrote: >>> This patchset enhances ccs_tool allowing to creat

Re: [Cluster-devel] [PATCH 0/8] ccs_tool enhancement

2010-12-10 Thread Fabio M. Di Nitto
On 12/10/2010 10:00 AM, Dmitry Mishin wrote: > This patchset enhances ccs_tool allowing to create basic cluster configs > entirely via this tool. > > Thanks, > Dmitry. > Wow... against what branch is this patch set? Thanks Fabio

[Cluster-devel] Announcing 3.1.0 releases (cluster, fence-agents, resource-agents, gfs2-utils)

2010-12-02 Thread Fabio M. Di Nitto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The cluster team and its community are proud to announce the 3.1.0 stable releases. As previously announced (https://www.redhat.com/archives/linux-cluster/2010-October/msg00012.html), this release is the first step towards the split of the main sour

Re: [Cluster-devel] [PATCH 2/2] rgmanager: Work around lockspace release hang

2010-10-28 Thread Fabio M. Di Nitto
ACK on both patches. Fabio On 10/28/2010 11:17 PM, Lon Hohberger wrote: > If CMAN dies uncleanly (ex: because of cman_kill_node() call > on another cluster node), rgmanager would hang trying to > release the lock space, preventing it from exiting and causing > it to spin. > > This patch works a

Re: [Cluster-devel] [PATCH] rgmanager: Halt services if CMAN dies

2010-10-27 Thread Fabio M. Di Nitto
Looks sane to me. Fabio On 10/27/2010 11:17 PM, Lon Hohberger wrote: > If cman dies because it receives a kill packet (of doom) > from other hosts, rgmanager does not notice. This can > happen if, for example, you are using qdiskd and it hangs > on I/O to the quorum disk due to frequent trespass

Re: [Cluster-devel] [PATCH] rgmanager: Fix CIFS mount handling in netfs.sh

2010-10-26 Thread Fabio M. Di NItto
Patch looks sane to me (untested) ACK Fabio On 10/26/2010 10:29 PM, Lon Hohberger wrote: > Portions based on a patch by Eduardo Alvarenga. > > Resolves: rhbz#640676 > > Signed-off-by: Lon Hohberger > --- > rgmanager/src/resources/netfs.sh | 135 > +- > 1

Re: [Cluster-devel] [PATCH] vm.sh: Fix Xen 4.0.1 / libvirt 0.8.2 live migration

2010-10-20 Thread Fabio M. Di Nitto
If older versions of Xen can handle xen+ssh, patch is ACK. Fabio On 10/20/2010 08:44 PM, Lon Hohberger wrote: > Newer versions of Xen and libvirt use encryption when > performing migrations. > > This can be set up using TLS / X509 certificates, but > this is complicated to set up. > > This patc

Re: [Cluster-devel] gfs2-utils: master - GFS2: Add script to create release tarball

2010-10-11 Thread Fabio M. Di Nitto
On 10/11/2010 10:44 AM, Steven Whitehouse wrote: > Hi, > > On Sat, 2010-10-09 at 07:04 +0200, Fabio M. Di Nitto wrote: >> did you try to use "make dist" directly from the build tree? >> > No, and tbh I don't really want to rely on that. My little script

Re: [Cluster-devel] gfs2-utils: master - GFS2: Add script to create release tarball

2010-10-08 Thread Fabio M. Di Nitto
did you try to use "make dist" directly from the build tree? based on the version/name info in configure.ac, it will do tests and then create the tarball release for you. The tests include build of the tarball, and extra checks of the build system itself.- The script you wrote would also pac

[Cluster-devel] Cluster 3.0.17 stable release

2010-10-06 Thread Fabio M. Di Nitto
wice Christine Caulfield (1): cman: Calculate expected_votes correctly after leave remove Fabio M. Di Nitto (2): cman init: fix "stop remove" operation cman: fix startup race condition when configs are different across nodes Jan Friesse (4): Cman: Handle corosync exit

[Cluster-devel] Changes to git branches

2010-10-06 Thread Fabio M. Di Nitto
Hi all, STABLE3 is now read-only, the new branch for upstream is STABLE31. Remember that all gfs, fence-agents and resource-agents related bits will go away very soon and there is no point to sync them here. Fabio

[Cluster-devel] ATTENTION packagers and developers! (moving from 3.0.x to 3.1)

2010-10-06 Thread Fabio M. Di Nitto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi all, either today or tomorrow, we will release 3.0.17 (that unless will show major issues) it will be the last release of cluster in the 3.0.x series. The next release will be 3.1.0 and it will be the first release gearing towards the split git

Re: [Cluster-devel] Cluster 3.0.16 stable release

2010-09-02 Thread Fabio M. Di Nitto
On 9/2/2010 2:45 PM, Fabio M. Di Nitto wrote: > The cluster team and its community are proud to announce the 3.0.16 > stable release from the STABLE3 branch. > > This release contains a few major bug fixes. We strongly recommend > people to update their clusters. We also welcome

[Cluster-devel] Cluster 3.0.16 stable release

2010-09-02 Thread Fabio M. Di Nitto
clustering, Fabio Under the hood (from 3.0.15): Fabio M. Di Nitto (1): cman: fix build with old headers (f12 and older) cman/cman_tool/main.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Under the hood (from 3.0.14): Bob Peterson (3): gfs2-utils: mkfs can't

Re: [Cluster-devel] gfs2-utils: master - [PATCH 3/3] tunegfs2: Modify Makefiles/configure scripts

2010-08-06 Thread Fabio M. Di Nitto
On 08/07/2010 04:43 AM, goldwyn wrote: --- /dev/null +++ b/gfs2/tune/Makefile.am @@ -0,0 +1,19 @@ +MAINTAINERCLEANFILES = Makefile.in + +# When an exec_prefix setting would have us install into /usr/sbin, +# use /sbin instead. +# Accept an existing sbindir value of /usr/sbin (probably for olde

[Cluster-devel] Cluster 3.0.14 stable release

2010-07-30 Thread Fabio M. Di Nitto
Christine Caulfield (2): cman: Recalculate expected_votes on a config reload. cman: Mention cman_tool version -S in man page David Teigland (2): dlm_controld: fix plock checkpoint signatures dlm_controld: fix plock owner in checkpoints Fabio M. Di Nitto (17): resource

Re: [Cluster-devel] [PATCH] Use exceptions not strings in 'raise'

2010-07-09 Thread Fabio M. Di Nitto
On 7/5/2010 1:02 PM, Fabio M. Di Nitto wrote: > On 7/2/2010 1:47 PM, Guido Günther wrote: >> Hi, >> attached patch raises expceptions instead of strings in fence_rsb.py so >> python 2.6 doesn't complain. >> Please apply, >> -- Guido > Marex just

Re: [Cluster-devel] [PATCH] Remove bashism from resource script

2010-07-05 Thread Fabio M. Di Nitto
On 7/2/2010 1:52 PM, Guido Günther wrote: > Hi, > attached patch removes a bashism from the SAP resource script. Since the > rest of the script already uses this, the change should be o.k. > Please apply, > -- Guido Applied, thanks Fabio

Re: [Cluster-devel] [PATCH] Use exceptions not strings in 'raise'

2010-07-05 Thread Fabio M. Di Nitto
On 7/2/2010 1:47 PM, Guido Günther wrote: > Hi, > attached patch raises expceptions instead of strings in fence_rsb.py so > python 2.6 doesn't complain. > Please apply, > -- Guido Marek, can you please ACK/NACK and commit in case? Thanks Fabio

[Cluster-devel] Cluster 3.0.13 stable release

2010-06-07 Thread Fabio M. Di Nitto
dlm_controld: wrong fencing time comparison (2) Fabio M. Di Nitto (2): cman init: wait for corosync daemon to exit on stop add missing man pages Jonathan Brassow (1): halvm: Fix bug 506587: lvm agent incorrectly reports vg is in volume_list Lon Hohberger (1): resource-agents

[Cluster-devel] Cluster 3.0.12 stable release

2010-05-10 Thread Fabio M. Di Nitto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The cluster team and its community are proud to announce the 3.0.12 stable release from the STABLE3 branch. This release contains a few major bug fixes. We strongly recommend people to update their clusters. In order to build/run the 3.0.12 release

[Cluster-devel] Cluster 3.0.11 stable release

2010-04-21 Thread Fabio M. Di Nitto
close-on-exec David Teigland (1): dlm_controld: don't log errors after disabling plocks Fabio M. Di Nitto (2): fence-agents: fix build with locales other than C fence_ilo_mp: fix release version Lon Hohberger (4): Revert "resource-agents: Kill correct P

[Cluster-devel] Cluster 3.0.10 stable release

2010-04-09 Thread Fabio M. Di Nitto
x27;t skip unlinking checkpoint gfs_controld: set last_plock_time for ownership operations Fabio M. Di Nitto (1): dlm: bump libdlmcontrol sominor Jan Friesse (1): fencing: SNMP fence agents don't fail Lon Hohberger (4): config: Add hash_cluster_id to schema rgman

Re: [Cluster-devel] cluster: STABLE3 - cman: Add improved cluster_id hash function

2010-03-19 Thread Fabio M. Di Nitto
Christine, because of the nature of this code (public domain) and specific request NOT to copyright it, can you please move it in its own file and add a proper exception/description in docs/COPYRIGHT? I don't think mixing it with our GPL2+ and copyright is a good idea in the long term. Or al

[Cluster-devel] Cluster 3.0.9 stable release

2010-03-02 Thread Fabio M. Di Nitto
ching bh's properly gfs2: fix regressions from performance fixes Fabio M. Di Nitto (2): build: fix publishing of tags to git qdiskd: Enable master_wins intelligently Lon Hohberger (4): qdiskd: Dynamic votes qdisk: Make configuration errors fatal during startup

[Cluster-devel] Cluster 3.0.8 stable release

2010-02-23 Thread Fabio M. Di Nitto
cluster.rng: fence, fencedevices man pages: dlm_tool man pages: gfs_control dlm_controld: check all messages against enable options Dyna Ares (1): config: Make broadcast attr reflect documentation Fabio M. Di Nitto (10): release: don't build gfs-utils tarball f

Re: [Cluster-devel] Organizing Bug Squash Party for Cluster 3.x, GFS2 and more

2010-02-16 Thread Fabio M. Di Nitto
Given the close to 0 response to the initiative, I´d say we skip it. thanks anyway for your time. Fabio On 2/2/2010 11:10 AM, Fabio M. Di Nitto wrote: > Hi everybody, > > this is the first time that we are trying to organize this kind of event > and we would like to hear opinio

[Cluster-devel] Upcoming changes to cluster releases

2010-02-16 Thread Fabio M. Di Nitto
CC0A 6948 08C8 1B2C 6CE9 5CA7 uid Cluster Release Team 3) $ gpg --check-sigs 0x6CE95CA7 pub 4096R/6CE95CA7 2010-02-08 uid Cluster Release Team sig!36CE95CA7 2010-02-08 Cluster Release Team sig! 63549F8E 2010-02-08 Fabio M. Di Nitto sig

[Cluster-devel] Organizing Bug Squash Party for Cluster 3.x, GFS2 and more

2010-02-02 Thread Fabio M. Di Nitto
Hi everybody, this is the first time that we are trying to organize this kind of event and we would like to hear opinions and ideas from everybody. Because this is a bit of uncharted territory for us (upstream), I don´t want to set too high expectations from the very first round, but hey.. let´s

Re: [Cluster-devel] GFS2: Wait for unlock completion on umount

2010-01-26 Thread Fabio M. Di Nitto
;ve received all the replies > to our unlock requests before we stop the locking. > > Signed-off-by: Steven Whitehouse > Reported-by: Fabio M. Di Nitto > > diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h > index f93f9b9..b8025e5 100644 > --- a/fs/gfs2/incore.h > +++

Re: [Cluster-devel] cluster3 man pages

2010-01-21 Thread Fabio M. Di Nitto
On 1/21/2010 6:35 PM, David Teigland wrote: > On Thu, Jan 21, 2010 at 05:52:14PM +0100, Fabio M. Di Nitto wrote: >> On 1/21/2010 5:28 PM, David Teigland wrote: >>> In the process of updating content in my cluster3 man pages, I also tried >>> to align the style/stru

Re: [Cluster-devel] cluster3 man pages

2010-01-21 Thread Fabio M. Di Nitto
On 1/21/2010 5:28 PM, David Teigland wrote: > In the process of updating content in my cluster3 man pages, I also tried > to align the style/structure/etc with this stanard: > > http://www.kernel.org/doc/man-pages/online/pages/man7/man-pages.7.html > > I think it would be nice to try to sync up a

Re: [Cluster-devel] Cluster 3.0.7 stable release

2010-01-12 Thread Fabio M. Di Nitto
rite/' \ >-i gfs-kernel/src/gfs/ops_file.c > > But i don't know if this change is the right thing to do... No, this fix is not correct. I spoke at length with the GFS team and the porting to 2.6.32 is a lot more complex. > --8<-- >> Fabio M. Di Nitto (15): > -

[Cluster-devel] cluster 2 EOL

2010-01-12 Thread Fabio M. Di Nitto
Hi all, as previously announced, STABLE2 tree is now to be considered deprecated and unsupported. the STABLE2 branch in git has been marked read-only and no more cluster-2 releases will take place. Cheers Fabio

[Cluster-devel] Cluster 3.0.7 stable release

2010-01-12 Thread Fabio M. Di Nitto
eigland (3): group_tool: remove "groupd not running" (another) cluster.rng: fence_daemon updates man pages: fenced, fence_tool, fence_node, fence_ack_manual Fabio M. Di Nitto (15): cman init: don't start cluster if NM is running or about to run cman_tool: make it

[Cluster-devel] Cluster 3.0.6 stable release

2009-12-07 Thread Fabio M. Di Nitto
; David Teigland (3): group_tool: remove "groupd not running" dlm_controld: set rmem for sctp cman: remove set_networking_params Fabio M. Di Nitto (7): rgmanager: make init script LSB compliant cman init: make init script LSB compliant rgmanager: init script shou

[Cluster-devel] autotools requirement for master branches

2009-11-30 Thread Fabio M. Di Nitto
Last week I lowered the minimum versions of autotools required to autogen.sh all the trees (master branches). It is possible now to build on all fedora versions (F10/11/12/rawhide) without external tools. Please keep in mind that I only tested basic stuff for everything other than rawhide where I

[Cluster-devel] Re: [Debian-ha-maintainers] again: "redhat-cluster: services are not relocated when a node fails"

2009-11-25 Thread Fabio M. Di Nitto
Ernesto Rodriguez Reina wrote: > I´m glad to tell you people that using the kernel patch Fabio says the > problem is solved and RedHat-Cluster-Suite 3.0.4 works perfectly well > in all test made from yesterday up to now (and believe me have been a > lot). We´ll keep on testing, but for now I want t

[Cluster-devel] Re: [Openais] [RFC] Proposal to align autotool versions

2009-11-24 Thread Fabio M. Di Nitto
Steven Dake wrote: > On Tue, 2009-11-24 at 14:33 +0100, Fabio M. Di Nitto wrote: >> Hi guys, >> >> I just completed testing of autotools in F13/rawhide and they seem to >> fulfill perfectly what we need so far. >> >> Fedora13 has: >> >> lib

[Cluster-devel] [RFC] Proposal to align autotool versions

2009-11-24 Thread Fabio M. Di Nitto
Hi guys, I just completed testing of autotools in F13/rawhide and they seem to fulfill perfectly what we need so far. Fedora13 has: libtool 2.2.6 (doesn´t carry the bug for which we were forcing 2.2.7) autoconf 2.64 (higher than what we require now) automake 1.11/m4/pkg-config in more than recen

<    1   2   3   4   5   6   7   8   >