index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
server
/
ctdbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
server: add a ctdb_set_single_public_ip() helper function
Stefan Metzmacher
2010-01-20
1
-13
/
+3
*
server: setup fault handler to get the build-in backtrace support
Stefan Metzmacher
2010-01-20
1
-0
/
+1
*
Make the size of the in memory ringbuffer for keeping the recent log messages
Ronnie Sahlberg
2010-01-15
1
-0
/
+1
*
fix a conflict in the merge from rusty
Ronnie Sahlberg
2009-12-17
1
-3
/
+3
|
\
|
*
Remove RT priority, use niceness.
Rusty Russell
2009-12-16
1
-2
/
+1
|
*
Add --valgringing flag instead of --nosetsched
Rusty Russell
2009-12-16
1
-3
/
+4
*
|
server: Use tdb_check to verify persistent tdbs on startup
Stefan Metzmacher
2009-12-16
1
-0
/
+10
*
|
server: add db_directory_state to ctdb_context
Stefan Metzmacher
2009-12-16
1
-0
/
+10
|
/
*
start the syslog child a little later, after we have forked and detached from...
Ronnie Sahlberg
2009-10-30
1
-8
/
+1
*
create a child process to write to syslog.
Ronnie Sahlberg
2009-10-30
1
-0
/
+7
*
make it possible to start the daemon in STOPPED mode
Ronnie Sahlberg
2009-07-09
1
-0
/
+3
*
Allow setting the recovery lock file as "", which means that we do not use a ...
Ronnie Sahlberg
2009-06-25
1
-5
/
+1
*
add a mechanism where the ctdb daemon will run a usercontrolled script when t...
Ronnie Sahlberg
2009-03-31
1
-0
/
+10
*
we need to set the port properly in the parse_ip helper
Ronnie Sahlberg
2009-03-24
1
-0
/
+1
*
build: Make log-directory configurable indepently of VARDIR
Mathieu PARENT
2009-02-04
1
-1
/
+1
*
Fix treatment of link local ipv6 addresses: set the scope id.
Michael Adam
2009-01-19
1
-0
/
+1
*
inew version 1.0.66
Ronnie Sahlberg
2008-11-24
1
-0
/
+4
*
dont override/change CTDB_BASE if it is already set by the shell
Ronnie Sahlberg
2008-11-20
1
-3
/
+5
*
specify a "script log level" on the commandline to set under which log
Ronnie Sahlberg
2008-10-17
1
-0
/
+6
*
Revert "from Mathieu Parent <math.parent@gmail.com>"
Ronnie Sahlberg
2008-10-15
1
-1
/
+1
*
from Mathieu Parent <math.parent@gmail.com>
Ronnie Sahlberg
2008-10-13
1
-1
/
+1
*
initial ipv6 patch
Ronnie Sahlberg
2008-08-19
1
-4
/
+2
*
make LVS a capability so that we can see which nodes are configured with
Ronnie Sahlberg
2008-07-10
1
-0
/
+5
*
track both when we last started and ended a recovery.
Ronnie Sahlberg
2008-07-02
1
-1
/
+2
*
Add ability to disable recmaster and lmaster roles through sysconfig file and
Ronnie Sahlberg
2008-05-06
1
-2
/
+11
*
Add a capabilities field to the ctdb structure
Ronnie Sahlberg
2008-05-06
1
-0
/
+4
*
Add a new parameter to /etc/sysconfig/ctdb
Ronnie Sahlberg
2008-02-22
1
-0
/
+4
*
to make it easier/less disruptive to add nodes to a running cluster
Ronnie Sahlberg
2008-02-19
1
-5
/
+10
*
merge from ronnie
Andrew Tridgell
2008-02-04
1
-15
/
+15
*
add a ctdb uptime command that prints when ctdb was started and when the
Ronnie Sahlberg
2008-01-17
1
-1
/
+3
*
added syslog support, and use a pipe to catch logging from child processes to...
Andrew Tridgell
2008-01-16
1
-10
/
+5
*
- catch a case where the client disconnects during a call
Andrew Tridgell
2008-01-16
1
-0
/
+2
*
exponential backoff in health monitoring for faster startup
Andrew Tridgell
2008-01-10
1
-1
/
+0
*
block alarm signals during critical sections of vacuum
Andrew Tridgell
2008-01-10
1
-13
/
+1
*
dont manipulate ctdb->monitoring_mode directly from the SET_MON_MODE
Ronnie Sahlberg
2007-11-30
1
-1
/
+1
*
Add a --node-ip argument so that one can specify which ip address a
Ronnie Sahlberg
2007-11-26
1
-0
/
+16
*
include system/network.h so we get the prototype for inet_aton()
Ronnie Sahlberg
2007-10-16
1
-0
/
+1
*
add a --single-public-ip argument to ctdbd to specify the ip address
Ronnie Sahlberg
2007-10-10
1
-0
/
+26
*
added support for persistent databases in ctdbd
Andrew Tridgell
2007-09-21
1
-0
/
+10
*
cope with non-standard install dirs in event scripts
Andrew Tridgell
2007-09-14
1
-0
/
+4
*
add back in --public-interface as a default
Andrew Tridgell
2007-09-10
1
-0
/
+7
*
change ctdb_validate_vnn to ctdb_validate_pnn
Ronnie Sahlberg
2007-09-04
1
-1
/
+1
*
change ctdb->vnn to ctdb->pnn
Ronnie Sahlberg
2007-09-04
1
-2
/
+2
*
change how we do public addresses and takeover so that we can have
Ronnie Sahlberg
2007-09-04
1
-8
/
+0
*
setup the logfile much earlier in the startup procedure for ctdbd
Ronnie Sahlberg
2007-08-21
1
-13
/
+15
*
change the now rather small /etc/ctdb/events script into a service
Ronnie Sahlberg
2007-08-15
1
-9
/
+0
*
call the service specific event scripts directly from the forked child
Ronnie Sahlberg
2007-08-15
1
-0
/
+9
*
fixed the sense of do_setsched
Andrew Tridgell
2007-07-13
1
-1
/
+1
*
added --nosetsched option to ctdbd
Andrew Tridgell
2007-07-13
1
-0
/
+4
*
update lib/replace from samba4
Andrew Tridgell
2007-07-10
1
-3
/
+2
[next]