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
Commit message (
Expand
)
Author
Age
Files
Lines
*
server: monitor interfaces in verify_ip_allocation()
Stefan Metzmacher
2010-01-20
1
-0
/
+30
*
server: only trigger one takeover run in verify_ip_allocation()
Stefan Metzmacher
2010-01-20
1
-26
/
+19
*
server: implement ctdb_control_set_iface_link()
Stefan Metzmacher
2010-01-20
1
-1
/
+51
*
server: implement ctdb_control_get_ifaces()
Stefan Metzmacher
2010-01-20
1
-1
/
+30
*
server: implement ctdb_control_get_public_ip_info()
Stefan Metzmacher
2010-01-20
1
-1
/
+62
*
controls: add stups for GET_PUBLIC_IP_INFO, GET_IFACES and SET_IFACE_LINK_STATE
Stefan Metzmacher
2010-01-20
2
-0
/
+34
*
server: use CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE during a takeover run
Stefan Metzmacher
2010-01-20
2
-10
/
+30
*
server: implement CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE behavior
Stefan Metzmacher
2010-01-20
1
-4
/
+39
*
server: keep the interface information in a list of ctdb_iface structures
Stefan Metzmacher
2010-01-20
1
-11
/
+185
*
server: we don't need to copy strings we pass as talloc_asprintf() arguments
Stefan Metzmacher
2010-01-20
1
-4
/
+4
*
server: allow multiple interfaces comma separated in public_addresses
Stefan Metzmacher
2010-01-20
1
-10
/
+33
*
server: add a ctdb_vnn_iface_string() helper function to access vnn->iface
Stefan Metzmacher
2010-01-20
1
-15
/
+26
*
server: add a ctdb_set_single_public_ip() helper function
Stefan Metzmacher
2010-01-20
2
-13
/
+23
*
server: add "init" event
Stefan Metzmacher
2010-01-20
3
-2
/
+14
*
server: setup fault handler to get the build-in backtrace support
Stefan Metzmacher
2010-01-20
1
-0
/
+1
*
server: add missing goto again after do_recovery()
Stefan Metzmacher
2010-01-20
1
-0
/
+2
*
Make the size of the in memory ringbuffer for keeping the recent log messages
Ronnie Sahlberg
2010-01-15
1
-0
/
+1
*
server: call event_add_fd at the end of ctdb_set_child_logging()
Stefan Metzmacher
2010-01-12
1
-20
/
+28
*
ctdb_logging: simplify ctdb_fork_with_logging a lot and reduce the syscall usage
Stefan Metzmacher
2010-01-12
1
-23
/
+6
*
eventscript: fix bug when script is aborted
Rusty Russell
2009-12-18
1
-1
/
+8
*
eventscript: remove cb_status, fix uninitialized bug when monitoring aborted
Rusty Russell
2009-12-18
1
-36
/
+61
*
eventscript: fix cleanup path when setting up script list
Rusty Russell
2009-12-18
1
-4
/
+5
*
server: add set_close_on_exec() on more fds
Stefan Metzmacher
2009-12-17
1
-0
/
+3
*
server: fix fd leaks in the new logging code
Stefan Metzmacher
2009-12-17
1
-2
/
+5
*
version 1.0.109
Ronnie Sahlberg
2009-12-17
1
-54
/
+29
*
eventscript: remove cb_status, fix uninitialized bug when monitoring aborted
Rusty Russell
2009-12-17
1
-29
/
+54
*
fix a conflict in the merge from rusty
Ronnie Sahlberg
2009-12-17
6
-13
/
+23
|
\
|
*
ctdb: use mlockall, cautiously
Rusty Russell
2009-12-16
2
-0
/
+4
|
*
Remove RT priority, use niceness.
Rusty Russell
2009-12-16
2
-6
/
+2
|
*
Add --valgringing flag instead of --nosetsched
Rusty Russell
2009-12-16
5
-8
/
+16
*
|
server: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTROL_DB_GET_HEALTH
Stefan Metzmacher
2009-12-16
2
-0
/
+77
*
|
server: Use tdb_check to verify persistent tdbs on startup
Stefan Metzmacher
2009-12-16
9
-6
/
+519
*
|
server: move error handling to a 'fail' label in ctdb_control_transaction_com...
Stefan Metzmacher
2009-12-16
1
-14
/
+19
*
|
server/recovery: update flags on nodes before syncing dbs
Stefan Metzmacher
2009-12-16
1
-0
/
+17
*
|
server: open /var/ctdb/state/persistent_health.tdb.X on startup
Stefan Metzmacher
2009-12-16
1
-5
/
+116
*
|
server: create vactune.tdb.X with 0600 permissions
Stefan Metzmacher
2009-12-16
1
-1
/
+1
*
|
server: create vactun.tdb.X under /var/ctdb/state
Stefan Metzmacher
2009-12-16
1
-2
/
+2
*
|
server: create recdb.tdb.X in /var/ctdb/state/
Stefan Metzmacher
2009-12-16
1
-1
/
+3
*
|
server: only do the mkdir() calls for db_directory* once at the start
Stefan Metzmacher
2009-12-16
2
-23
/
+50
*
|
server: add db_directory_state to ctdb_context
Stefan Metzmacher
2009-12-16
2
-0
/
+22
*
|
server: create tdbs with 0600 permissions in ctdb_local_attach()
Stefan Metzmacher
2009-12-16
1
-1
/
+1
*
|
ctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wrap_open calls
Stefan Metzmacher
2009-12-16
3
-3
/
+11
|
/
*
Revert "cleanup: remove a tunable we no longer use in the eventscripts any ...
Ronnie Sahlberg
2009-12-16
1
-0
/
+1
*
Merge branch 'trans3'
Ronnie Sahlberg
2009-12-15
5
-66
/
+176
|
\
|
*
Revert "Make fetch_locked more scalable"
Ronnie Sahlberg
2009-12-15
6
-194
/
+0
|
*
Merge commit 'obnox/ctdb-wip-trans3' into trans3
Ronnie Sahlberg
2009-12-15
9
-66
/
+370
|
|
\
|
|
*
Revert "recovery: add special pull-logic for persistent databases"
Michael Adam
2009-12-12
1
-54
/
+4
|
|
*
Make fetch_locked more scalable
Volker Lendecke
2009-12-12
6
-0
/
+194
|
|
*
Add a new control CTDB_GET_DB_SEQNUM - fetch a persistent db's sequence number.
Michael Adam
2009-12-12
2
-0
/
+70
|
|
*
Tiny simplification of ctdb_queue_packet()
Volker Lendecke
2009-12-12
1
-9
/
+11
[next]