1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/ctdb
Martin Schwenke a604c3d945 ctdbd: Remove duplicate database directory setting logic
Defaults for ctdb->db_directory and similar variables are currently
set in 2 places.

Change this to set them in only 1 place and make the directories at
initialisation time instead of waiting until later.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Pair-programmed-with: Amitay Isaacs <amitay@gmail.com>

(This used to be ctdb commit d73d84346488a2ed54e6a86f9d7ec641c8e33ace)
2013-10-25 12:06:06 +11:00
..
client client: Fix a format string argument compiler warning 2013-10-22 14:34:03 +11:00
common common: New function ctdb_mkdir_p_or_die() 2013-10-25 12:06:06 +11:00
config Add missing $remote_fs LSB dependency 2013-10-24 16:54:08 +11:00
doc doc/examples: Add CTDB configuration examples 2013-10-24 16:57:16 +11:00
ib Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
include common: New function ctdb_mkdir_p_or_die() 2013-10-25 12:06:06 +11:00
lib db_wrap: Make sure tdb messages are logged correctly 2013-08-14 16:55:51 +10:00
packaging doc/examples: Add CTDB configuration examples 2013-10-24 16:57:16 +11:00
server ctdbd: Remove duplicate database directory setting logic 2013-10-25 12:06:06 +11:00
tcp tcp: Create socket lock in /var/run/ctdb instead of /tmp 2013-10-25 12:06:06 +11:00
tests common: New function mkdir_p() 2013-10-25 12:06:06 +11:00
tools tools/ctdb: CTDB_BASE is the default location of configuration files 2013-10-22 15:37:54 +11:00
utils Improved check_ctdb 2013-10-24 16:54:08 +11:00
web web: Update webpages 2013-07-11 15:16:55 +10:00
.bzrignore more code rearrangement 2007-06-07 22:16:48 +10:00
.gitignore git: Ignore generated documentation files 2013-10-22 13:07:13 +11:00
aclocal.m4 initial version 2006-11-18 10:41:20 +11:00
autogen.sh event: Update events to latest Samba version 0.9.8 2010-08-18 09:16:31 +09:30
config.guess build: Update config.guess 2012-12-30 and config.sub to 2013-01-11 2013-01-22 18:03:37 +11:00
config.mk minor back-merge from samba4 2007-07-10 18:13:47 +10:00
config.sub build: Update config.guess 2012-12-30 and config.sub to 2013-01-11 2013-01-22 18:03:37 +11:00
configure.ac common/util: Use AIX specific code for setting high priority for CTDB daemon 2013-10-22 14:33:56 +11:00
configure.rpm fixed permissions on configure.rpm 2008-04-22 16:48:25 +02:00
COPYING add a licence file 2009-02-07 08:10:34 +11:00
ctdb.pc.in (This used to be ctdb commit b0718551f55d5da9be0e6aba233f57c1ff8509be) 2009-04-08 09:14:20 +10:00
install-sh initial version 2006-11-18 10:41:20 +11:00
Makefile.in Add missing events.d/99.timeout 2013-10-24 16:54:07 +11:00
NEWS doc: Update NEWS 2013-08-22 18:07:49 +10:00
README doc: README - add information about CTDB, license and website 2012-10-22 17:39:49 +11:00
README.Coding Add a code-style document. 2010-07-30 16:37:22 +10:00

This is the release version of CTDB, a clustered implementation of TDB
database used by Samba and other projects to store temporary data.

This software is freely distributable under the GNU public license,
a copy of which you should have received with this software (in a file
called COPYING).

For documentation on CTDB, please visit CTDB website http://ctdb.samba.org.