sahlberg/ctdb.git
15 years agouse less intrusive smbstatus call in periodic connections cleanup origin rusty/origin
Andrew Tridgell [Tue, 5 May 2009 22:18:21 +0000 (08:18 +1000)]
use less intrusive smbstatus call in periodic connections cleanup

15 years agomerged from ronnie
Andrew Tridgell [Tue, 5 May 2009 22:17:45 +0000 (08:17 +1000)]
merged from ronnie

15 years agoremoved merge fluff
Andrew Tridgell [Tue, 5 May 2009 11:35:52 +0000 (21:35 +1000)]
removed merge fluff

15 years agomore subdir html support
Andrew Tridgell [Tue, 5 May 2009 06:52:24 +0000 (16:52 +1000)]
more subdir html support

15 years agoallow pages in subdirs
Andrew Tridgell [Tue, 5 May 2009 06:49:05 +0000 (16:49 +1000)]
allow pages in subdirs

15 years agomerged 1.0.69 into head
Andrew Tridgell [Tue, 5 May 2009 06:12:04 +0000 (16:12 +1000)]
merged 1.0.69 into head

15 years agoadded link to michaels sambaxp papers
Andrew Tridgell [Tue, 5 May 2009 06:06:58 +0000 (16:06 +1000)]
added link to michaels sambaxp papers

15 years agofixed an error with newer autotools versions
Andrew Tridgell [Tue, 5 May 2009 02:17:21 +0000 (12:17 +1000)]
fixed an error with newer autotools versions

15 years agofixed a problem with clients disconnecting during a traverse
Andrew Tridgell [Tue, 5 May 2009 02:17:07 +0000 (12:17 +1000)]
fixed a problem with clients disconnecting during a traverse

When a client (such as smbstatus) is killed, it may have outstanding
traverse children on remote nodes. We need to catch the client
disconnect in ctdbd and send a control to all nodes telling them to
kill those outstanding traverse children.

15 years agonew version 1.0.69-6
root [Tue, 5 May 2009 00:24:14 +0000 (10:24 +1000)]
new version 1.0.69-6

15 years agotry to add the routes back also for the releaseip event to workaround the issue
root [Mon, 4 May 2009 23:55:36 +0000 (09:55 +1000)]
try to add the routes back also for the releaseip event to workaround the issue
with when the kernel removes too many addresses (see 10.interfaces for the details)

15 years agonew version 1.0.80 ctdb-1.0.80
root [Fri, 1 May 2009 02:37:52 +0000 (12:37 +1000)]
new version 1.0.80

15 years agowhen tracking the ctdb statistics, only decrement num_clients and pending_calls...
root [Fri, 1 May 2009 02:30:26 +0000 (12:30 +1000)]
when tracking the ctdb statistics,    only decrement num_clients and pending_calls IFF the counter is >0

Otherwise there is the chance that we will reset the statistics after the counter has been incremented (client connects) to zero   and when the client disconnects we decrement it to a negative number.

this is a pure cosmetic patch with no operational impact to ctdb

15 years agonew version 1.0.69-5
root [Thu, 30 Apr 2009 15:24:27 +0000 (01:24 +1000)]
new version 1.0.69-5

15 years agoAdd a new variable VerifyRecoveryLock which can be used to disable the test that...
root [Thu, 30 Apr 2009 15:18:27 +0000 (01:18 +1000)]
Add a new variable VerifyRecoveryLock which can be used to disable the test that the recovery daemon holds the lock properly when performing a recovery

15 years agoAdd a new variable VerifyRecoveryLock which can be used to disable the test that...
root [Thu, 30 Apr 2009 15:18:27 +0000 (01:18 +1000)]
Add a new variable VerifyRecoveryLock which can be used to disable the test that the recovery daemon holds the lock properly when performing a recovery

15 years agodont unconditionally kill/restart ctdb when given "service ctdb start" only start...
Ronnie Sahlberg [Thu, 30 Apr 2009 07:38:30 +0000 (17:38 +1000)]
dont unconditionally kill/restart ctdb when given "service ctdb start"   only start ctdb if it is not already running,   and print an error message othervise

15 years ago new version 1.0.69-4
Ronnie Sahlberg [Sat, 25 Apr 2009 22:50:35 +0000 (08:50 +1000)]
 new version 1.0.69-4

15 years agowe only need to have transaction nesting disabled when we start the new transaction...
Ronnie Sahlberg [Sat, 25 Apr 2009 22:47:38 +0000 (08:47 +1000)]
we only need to have transaction nesting disabled when we start the new transaction for the recovery

15 years agowe only need to have transaction nesting disabled when we start the new transaction...
Ronnie Sahlberg [Sat, 25 Apr 2009 22:47:38 +0000 (08:47 +1000)]
we only need to have transaction nesting disabled when we start the new transaction for the recovery

15 years agoset the TDB_NO_NESTING flag for the tdb before we start a transaction from within...
Ronnie Sahlberg [Sat, 25 Apr 2009 22:42:54 +0000 (08:42 +1000)]
set the TDB_NO_NESTING flag for the tdb before we start a transaction from within recovery

15 years agoadd TDB_NO_NESTING. When this flag is set tdb will not allow any nested transactions...
Ronnie Sahlberg [Sat, 25 Apr 2009 22:38:37 +0000 (08:38 +1000)]
add TDB_NO_NESTING. When this flag is set tdb will not allow any nested transactions and tdb_transaction_start() will implicitely _cancel() any pending transactions before starting any new ones.

15 years agoset the TDB_NO_NESTING flag for the tdb before we start a transaction from within...
Ronnie Sahlberg [Sat, 25 Apr 2009 22:42:54 +0000 (08:42 +1000)]
set the TDB_NO_NESTING flag for the tdb before we start a transaction from within recovery

15 years agoadd TDB_NO_NESTING. When this flag is set tdb will not allow any nested transactions...
Ronnie Sahlberg [Sat, 25 Apr 2009 22:38:37 +0000 (08:38 +1000)]
add TDB_NO_NESTING. When this flag is set tdb will not allow any nested transactions and tdb_transaction_start() will implicitely _cancel() any pending transactions before starting any new ones.

15 years agoadd a tuneable RecoveryDropAllIPs so it is possible to control after how long a...
Ronnie Sahlberg [Fri, 24 Apr 2009 08:23:48 +0000 (18:23 +1000)]
add a tuneable RecoveryDropAllIPs  so it is possible to control after how long a node that has been stuck in recovery will wait until it will yield all public addresses.

this now defaults to 60 seconds

This is useful if a split brain occurs due to network partitioning since it will make sure that the "other half" of the cluster that does not contain the recovery master will eventually release all ips and thus avoiding a duplicate ip situation for the public addresses

15 years agoadd a tuneable RecoveryDropAllIPs so it is possible to control after how long a...
Ronnie Sahlberg [Fri, 24 Apr 2009 08:23:48 +0000 (18:23 +1000)]
add a tuneable RecoveryDropAllIPs  so it is possible to control after how long a node that has been stuck in recovery will wait until it will yield all public addresses.

this now defaults to 60 seconds

This is useful if a split brain occurs due to network partitioning since it will make sure that the "other half" of the cluster that does not contain the recovery master will eventually release all ips and thus avoiding a duplicate ip situation for the public addresses

15 years agoincrease the loglevel for the message we print when we automatically release all...
Ronnie Sahlberg [Fri, 24 Apr 2009 08:09:51 +0000 (18:09 +1000)]
increase the loglevel for the message we print when we automatically release all ips when we have been in recovery for too long

15 years agoincrease the loglevel for the message we print when we automatically release all...
Ronnie Sahlberg [Fri, 24 Apr 2009 08:09:51 +0000 (18:09 +1000)]
increase the loglevel for the message we print when we automatically release all ips when we have been in recovery for too long

15 years agotweak some timeouts so that we do trigger a banning even if the control hangs/timesout
Ronnie Sahlberg [Fri, 24 Apr 2009 04:41:21 +0000 (14:41 +1000)]
tweak some timeouts so that we do trigger a banning even if the control hangs/timesout

15 years agoIf we can not pull a database from a node during recovery, mark this node as a "culpr...
Ronnie Sahlberg [Fri, 24 Apr 2009 03:58:32 +0000 (13:58 +1000)]
If we can not pull a database from a node during recovery, mark this node as a "culprit" so that it will eventually become banned.

15 years agonew version 1.0.69-3
Ronnie Sahlberg [Fri, 24 Apr 2009 04:43:48 +0000 (14:43 +1000)]
new version 1.0.69-3

15 years agotweak some timeouts so that we do trigger a banning even if the control hangs/timesout
Ronnie Sahlberg [Fri, 24 Apr 2009 04:41:21 +0000 (14:41 +1000)]
tweak some timeouts so that we do trigger a banning even if the control hangs/timesout

15 years agoIf we can not pull a database from a node during recovery, mark this node as a "culpr...
Ronnie Sahlberg [Fri, 24 Apr 2009 03:58:32 +0000 (13:58 +1000)]
If we can not pull a database from a node during recovery, mark this node as a "culprit" so that it will eventually become banned.

15 years agochange shutdown level for ctdb to be 01
Andrew Tridgell [Thu, 23 Apr 2009 01:35:42 +0000 (11:35 +1000)]
change shutdown level for ctdb to be 01

We want ctdb to shutdown first, as it manages many other
services. With the old level of 32 the NFS service would shutdown
first, and that would trigger ctdb to do a recovery. Then ctdb itself
would be shutdown a few seconds later, which causes a lot of error
messages in the other nodes logs

15 years agoMerge commit 'ronnie/master'
Andrew Tridgell [Thu, 23 Apr 2009 01:00:16 +0000 (11:00 +1000)]
Merge commit 'ronnie/master'

15 years agonew version 1.0.69-2
Ronnie Sahlberg [Wed, 22 Apr 2009 23:31:44 +0000 (09:31 +1000)]
new version 1.0.69-2

15 years agoWe dont need to verify the nodemap on remote nodes that are banned
Ronnie Sahlberg [Mon, 6 Apr 2009 02:00:22 +0000 (12:00 +1000)]
We dont need to verify the nodemap on remote nodes that are banned

15 years agoif we cant pull the remote nodemap off a node we should mark it as a culprit so it...
Ronnie Sahlberg [Thu, 2 Apr 2009 03:50:43 +0000 (14:50 +1100)]
if we cant pull the remote nodemap off a node we should mark it as a culprit so it eventually becomes banned.

15 years agonew version 1.0.79 ctdb-1.0.79
Ronnie Sahlberg [Wed, 8 Apr 2009 02:56:52 +0000 (12:56 +1000)]
new version 1.0.79

15 years agocreate a function "remote_ip" which can be used from scripts to remove a single ip...
Ronnie Sahlberg [Wed, 8 Apr 2009 02:49:28 +0000 (12:49 +1000)]
create a function "remote_ip" which can be used from scripts to remove a single ip from an interface.

use this fucntion from the natgw eventscript

15 years agoset libdir to ../lib64 on x86-64 platforms
Ronnie Sahlberg [Wed, 8 Apr 2009 00:45:00 +0000 (10:45 +1000)]
set libdir to ../lib64 on x86-64 platforms

15 years agoinstall ctdb.pc from the RPM
Ronnie Sahlberg [Tue, 7 Apr 2009 23:34:20 +0000 (09:34 +1000)]
install ctdb.pc from the RPM

15 years agoFrom Mathieu Parent <math.parent@gmail.com>
Ronnie Sahlberg [Tue, 7 Apr 2009 23:21:11 +0000 (09:21 +1000)]
From Mathieu Parent <math.parent@gmail.com>

Install the pkgconfig file

15 years ago(no commit message)
Mathieu Parent [Tue, 7 Apr 2009 23:14:20 +0000 (09:14 +1000)]

15 years agoinstall /etc/ctdb/notify.sh as executable.
Ronnie Sahlberg [Tue, 7 Apr 2009 22:48:55 +0000 (08:48 +1000)]
install /etc/ctdb/notify.sh as executable.

this addresses bug 6250

15 years agoMerge commit 'ronnie/master'
Andrew Tridgell [Tue, 7 Apr 2009 07:07:41 +0000 (17:07 +1000)]
Merge commit 'ronnie/master'

15 years agowe only need to switch into client mode from the eventscript child if we are running...
Ronnie Sahlberg [Mon, 6 Apr 2009 04:03:09 +0000 (14:03 +1000)]
we only need to switch into client mode from the eventscript child if we are running the monitor event

15 years agoincrease the listen queue. Now that the eventscripts may become clients and connect...
Ronnie Sahlberg [Mon, 6 Apr 2009 04:00:41 +0000 (14:00 +1000)]
increase the listen queue. Now that the eventscripts may become clients and connect back to the server we do get a lot more concurrent connection attempts (takepip/teleaseip are performed in parallell)

15 years agouse _exit() and not exit() when we terminate a failed eventscript child process
Ronnie Sahlberg [Mon, 6 Apr 2009 03:16:36 +0000 (13:16 +1000)]
use _exit() and not exit() when we terminate a failed eventscript child process

15 years agoWe dont need to verify the nodemap on remote nodes that are banned
Ronnie Sahlberg [Mon, 6 Apr 2009 02:00:22 +0000 (12:00 +1000)]
We dont need to verify the nodemap on remote nodes that are banned

15 years agoif we cant pull the remote nodemap off a node we should mark it as a culprit so it...
Ronnie Sahlberg [Thu, 2 Apr 2009 03:50:43 +0000 (14:50 +1100)]
if we cant pull the remote nodemap off a node we should mark it as a culprit so it eventually becomes banned.

15 years agoChange the (dodgy) seqnumfrequency variable to have ms resolution instead of second...
Ronnie Sahlberg [Wed, 1 Apr 2009 06:21:38 +0000 (17:21 +1100)]
Change the (dodgy) seqnumfrequency variable to have ms resolution instead of second resolution.

Rename the variable to SeqnumInterval for
1, it is an interval and not a 1/interval unit
2, so that we catch when people use this old variable and can update the sysconfig file instead of silently changin semantics of this variable

this is a real dodgy variable

15 years agoremove a prototype for a function no longer used
Ronnie Sahlberg [Wed, 1 Apr 2009 06:13:48 +0000 (17:13 +1100)]
remove a prototype for a function no longer used

15 years ago new release 1.0.78 ctdb-1.0.78
Ronnie Sahlberg [Tue, 31 Mar 2009 09:04:45 +0000 (20:04 +1100)]
 new release 1.0.78

15 years agowe should also install the 11.natgw eventscript if we want to be able to use it
Ronnie Sahlberg [Tue, 31 Mar 2009 09:00:00 +0000 (20:00 +1100)]
we should also install the 11.natgw eventscript if we want to be able to use it

15 years agoinstall a default /etc/ctdb/notify.sh script as example on how to use
Ronnie Sahlberg [Tue, 31 Mar 2009 03:38:52 +0000 (14:38 +1100)]
install a default /etc/ctdb/notify.sh script as example on how to use
snmptrap/email to notify that a node has changed health status

15 years agoadd a mechanism where the ctdb daemon will run a usercontrolled script when the node...
Ronnie Sahlberg [Tue, 31 Mar 2009 03:23:31 +0000 (14:23 +1100)]
add a mechanism where the ctdb daemon will run a usercontrolled script when the node status changes to/from UNHEALTHY state.

This would allow a sysadmin to set up ctdb to send an email/snmptrap/... when the status of the node changes.

15 years agonew version 1.0.77 ctdb-1.0.77
Ronnie Sahlberg [Tue, 31 Mar 2009 00:42:10 +0000 (11:42 +1100)]
new version 1.0.77

15 years agowe must also try to set the routes when we release an ip since during the release...
Ronnie Sahlberg [Tue, 31 Mar 2009 00:33:28 +0000 (11:33 +1100)]
we must also try to set the routes when we release an ip since during the release/10.interfaces there can actually be a window where the kernel decides to remove all addresses (before we manually add them back in 10.interfaces) during which the kernel may also decide to delete all routes since there are no gateways reachable through this interface anymore.

15 years agonew version 1.0.76 ctdb-1.0.76
Ronnie Sahlberg [Wed, 25 Mar 2009 03:52:08 +0000 (14:52 +1100)]
new version 1.0.76

15 years agochange the ctdb command table to allow us to describe commands which can be run indep...
Ronnie Sahlberg [Wed, 25 Mar 2009 03:46:05 +0000 (14:46 +1100)]
change the ctdb command table to allow us to describe commands which can be run independtly of the ctdb daemon.

create a new debugging command xpnn which discovers the pnn of the local node and which works even if the local daemon is not running

15 years agoiupdate the documentation for NATGW to reflect that you can now use
Ronnie Sahlberg [Wed, 25 Mar 2009 02:46:41 +0000 (13:46 +1100)]
iupdate the documentation for NATGW to reflect that you can now use
multiple natgw groups in one cluster

15 years agoupdate how the NATGW configuration works.
Ronnie Sahlberg [Wed, 25 Mar 2009 02:37:57 +0000 (13:37 +1100)]
update how the NATGW configuration works.

allow the cluster to be partitioned into multiple disjoint natgw subsets

15 years agoweb: fix typo
Ronnie Sahlberg [Tue, 24 Mar 2009 08:02:00 +0000 (19:02 +1100)]
web: fix typo

Conflicts:

web/index.html

15 years agoupdate the documentatio n with all the new commands we supprot in the
Ronnie Sahlberg [Tue, 24 Mar 2009 07:59:27 +0000 (18:59 +1100)]
update the documentatio n with all the new commands we supprot in the
ctdb tool

15 years agofix the html so that mine and obnox names are shown
Ronnie Sahlberg [Tue, 24 Mar 2009 07:23:56 +0000 (18:23 +1100)]
fix the html so that mine and obnox names are shown

15 years agoMerge branch 'obnox'
Ronnie Sahlberg [Tue, 24 Mar 2009 06:49:55 +0000 (17:49 +1100)]
Merge branch 'obnox'

15 years agonew version 1.0.75
Ronnie Sahlberg [Tue, 24 Mar 2009 03:08:57 +0000 (14:08 +1100)]
new version 1.0.75

15 years agocreate a varient of kill_tcp_connections that only kills off the local side of a...
Ronnie Sahlberg [Tue, 24 Mar 2009 03:05:31 +0000 (14:05 +1100)]
create a varient of kill_tcp_connections that only kills off the local side of a connection

15 years agoset --single-public-ip when lvs is used
Ronnie Sahlberg [Tue, 24 Mar 2009 02:51:32 +0000 (13:51 +1100)]
set --single-public-ip when lvs is used

15 years agowe need to set the port properly in the parse_ip helper
Ronnie Sahlberg [Tue, 24 Mar 2009 02:45:11 +0000 (13:45 +1100)]
we need to set the port properly in the parse_ip helper

15 years agoadd michael adams as one of the ctdb developers on the main ctdb webpage
Ronnie Sahlberg [Mon, 23 Mar 2009 10:44:35 +0000 (21:44 +1100)]
add michael adams as one of the ctdb developers on the main ctdb webpage

15 years agoMerge commit 'ctdb-ronnie/master'
Michael Adam [Mon, 23 Mar 2009 09:07:44 +0000 (10:07 +0100)]
Merge commit 'ctdb-ronnie/master'

15 years agoadd a new command "ctdb scriptstatus"
root [Mon, 23 Mar 2009 08:07:45 +0000 (19:07 +1100)]
add a new command "ctdb scriptstatus"
this command shows which eventscripts were executed during the last monitoring cycle and the status from each eventscript.

If an eventscript timedout or returned an error we also
show the output from the eventscript.

Example :
[root@rcn1 ctdb-git]# ./bin/ctdb scriptstatus
6 scripts were executed last monitoring cycle
00.ctdb              Status:OK    Duration:0.021 Mon Mar 23 19:04:32 2009
10.interface         Status:OK    Duration:0.048 Mon Mar 23 19:04:32 2009
20.multipathd        Status:OK    Duration:0.011 Mon Mar 23 19:04:33 2009
40.vsftpd            Status:OK    Duration:0.011 Mon Mar 23 19:04:33 2009
41.httpd             Status:OK    Duration:0.011 Mon Mar 23 19:04:33 2009
50.samba             Status:ERROR    Duration:0.057 Mon Mar 23 19:04:33 2009
   OUTPUT:ERROR: Samba tcp port 445 is not responding

Add a new helper function "switch_from_server_to_client()" which both
the recovery daemon can use as well as in the child process we start for running the actual eventscripts.

Create several new controls, both for the eventscript child process to inform the master daemon of the current status of the scripts as well as for the ctdb tool to extract this information from the runninc daemon.

15 years agocreate a helper function that converts a ctdb instance in daemon mode to become
root [Mon, 23 Mar 2009 01:37:30 +0000 (12:37 +1100)]
create a helper function that converts a ctdb instance in daemon mode to become
a ctdb client instance.

use this from the recovery daemon child process to switch to client mode
and connect back to the main daemon

15 years agoThe wbinfo --sequence command has been depreciated in favor of the new
Ronnie Sahlberg [Wed, 18 Mar 2009 23:43:57 +0000 (10:43 +1100)]
The wbinfo --sequence command has been depreciated in favor of the new
--online-status command

15 years agoupdate the natgw eventscript and documentation
Ronnie Sahlberg [Wed, 18 Mar 2009 23:17:44 +0000 (10:17 +1100)]
update the natgw eventscript and documentation

15 years agoredo how the natgw is done. just use a default route with a high metric instead of...
root [Wed, 18 Mar 2009 08:19:49 +0000 (19:19 +1100)]
redo how the natgw is done. just use a default route with a high metric instead of fancy policyrouting

15 years agoadd documentation for the NAT-GW feature
Ronnie Sahlberg [Tue, 17 Mar 2009 23:05:00 +0000 (10:05 +1100)]
add documentation for the NAT-GW feature

15 years agochange the NATGW_ example in sysconfig to make it more realistic
root [Tue, 17 Mar 2009 22:33:58 +0000 (09:33 +1100)]
change the NATGW_ example in sysconfig to make it more realistic

15 years agoNAT-GW updates. Describe the functionality in the sysconfig file
root [Mon, 16 Mar 2009 20:35:53 +0000 (07:35 +1100)]
NAT-GW updates. Describe the functionality in the sysconfig file

15 years agonew version 1.0.74 ctdb-1.0.74
Ronnie Sahlberg [Sun, 15 Mar 2009 22:27:56 +0000 (09:27 +1100)]
new version 1.0.74

15 years agoFrom C Cowan, AIX needs to set sockaddr.sa_len to a consistent value for
Ronnie Sahlberg [Sun, 15 Mar 2009 22:21:24 +0000 (09:21 +1100)]
From C Cowan, AIX needs to set sockaddr.sa_len to a consistent value for
the address type used or the connect() call will fail.

15 years agomake sure we can collect proper mmfs data
root [Thu, 12 Mar 2009 01:33:19 +0000 (12:33 +1100)]
make sure we can collect proper mmfs data

15 years agoctdb.sysconfig: add CTDB_MANAGES_HTTPD comment section
Michael Adam [Mon, 9 Mar 2009 23:21:04 +0000 (00:21 +0100)]
ctdb.sysconfig: add CTDB_MANAGES_HTTPD comment section

Michael

15 years agoevents.d/50.samba: allow CTDB_SERVICE_{SMB,NMB,WINBIND} to be overriden from sysconfig
Michael Adam [Sun, 8 Mar 2009 23:20:30 +0000 (00:20 +0100)]
events.d/50.samba: allow CTDB_SERVICE_{SMB,NMB,WINBIND} to be overriden from sysconfig

Michael

15 years agoctdb.sysconfig: add CTDB_INIT_STYLE with explanation
Michael Adam [Sun, 8 Mar 2009 23:08:26 +0000 (00:08 +0100)]
ctdb.sysconfig: add CTDB_INIT_STYLE with explanation

Michael

15 years agoMerge commit 'ronnie/master'
Andrew Tridgell [Fri, 6 Mar 2009 00:26:20 +0000 (11:26 +1100)]
Merge commit 'ronnie/master'

15 years agoMerge commit 'ctdb-ronnie/master'
Michael Adam [Wed, 4 Mar 2009 20:26:25 +0000 (21:26 +0100)]
Merge commit 'ctdb-ronnie/master'

15 years agonew version 1.0.73 ctdb-1.0.73
Ronnie Sahlberg [Tue, 3 Mar 2009 20:25:26 +0000 (07:25 +1100)]
new version 1.0.73

15 years agoAdd a variable CTDB_NFS_SKIP_SHARE_CHECK to sysconfig that can disable the check...
root [Tue, 3 Mar 2009 20:21:55 +0000 (07:21 +1100)]
Add a variable CTDB_NFS_SKIP_SHARE_CHECK to sysconfig that can disable the check that all shares are accessable.
This can take very long if there are very many shares and is in that case better to implement in a separate cronjob than in ctdb eventscript

15 years agoMerge commit 'ctdb-ronnie/master'
Michael Adam [Sat, 28 Feb 2009 02:09:13 +0000 (03:09 +0100)]
Merge commit 'ctdb-ronnie/master'

15 years agomove common code of system_linux.c and system_aix.c into new system_common.c
Michael Adam [Sat, 28 Feb 2009 02:08:31 +0000 (03:08 +0100)]
move common code of system_linux.c and system_aix.c into new system_common.c

Michael

15 years agoFrom Sumit Bose <sbose@redhat.com>
Ronnie Sahlberg [Tue, 24 Feb 2009 22:13:16 +0000 (09:13 +1100)]
From Sumit Bose <sbose@redhat.com>

Fix to the makefile dependencies for smnotify so that make -j works

15 years agomake it possible to disable checking all samba shares.
root [Thu, 19 Feb 2009 23:58:34 +0000 (10:58 +1100)]
make it possible to disable checking all samba shares.

this is a timeconsuming process and might not be feasible to perform if there are very many thousand shares

15 years agoMerge commit 'ctdb-ronnie/master'
Michael Adam [Thu, 19 Feb 2009 22:51:23 +0000 (23:51 +0100)]
Merge commit 'ctdb-ronnie/master'

15 years agonew version 1.0.72 ctdb-1.0.72
Ronnie Sahlberg [Wed, 18 Feb 2009 02:22:26 +0000 (13:22 +1100)]
new version 1.0.72

15 years agoMerge branch 'martins'
Ronnie Sahlberg [Wed, 18 Feb 2009 02:10:03 +0000 (13:10 +1100)]
Merge branch 'martins'

15 years agoMerge commit 'ctdb-ronnie/master'
Michael Adam [Mon, 9 Feb 2009 23:28:08 +0000 (00:28 +0100)]
Merge commit 'ctdb-ronnie/master'

15 years agoMerge commit 'ronnie/master'
Andrew Tridgell [Sun, 8 Feb 2009 23:53:47 +0000 (10:53 +1100)]
Merge commit 'ronnie/master'