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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
controls: add stups for GET_PUBLIC_IP_INFO, GET_IFACES and SET_IFACE_LINK_STATE
Stefan Metzmacher
2010-01-20
1
-0
/
+50
*
server: use CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE during a takeover run
Stefan Metzmacher
2010-01-20
1
-1
/
+2
*
client: add CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE ctdb_ctrl_get_public_ips_flags()
Stefan Metzmacher
2010-01-20
1
-2
/
+10
*
reserve upper bits in ctdb_control->flags for opcode specific flags
Stefan Metzmacher
2010-01-20
1
-0
/
+1
*
server: keep the interface information in a list of ctdb_iface structures
Stefan Metzmacher
2010-01-20
1
-1
/
+3
*
server: allow multiple interfaces comma separated in public_addresses
Stefan Metzmacher
2010-01-20
1
-0
/
+1
*
server: add a ctdb_set_single_public_ip() helper function
Stefan Metzmacher
2010-01-20
1
-0
/
+3
*
server: add "init" event
Stefan Metzmacher
2010-01-20
2
-1
/
+4
*
lib/util: import fault/backtrace handling from samba.
Stefan Metzmacher
2010-01-20
2
-1
/
+5
*
move DEBUG* macros to one place
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
/
+4
*
fix a conflict in the merge from rusty
Ronnie Sahlberg
2009-12-17
1
-5
/
+3
|
\
|
*
ctdb: use mlockall, cautiously
Rusty Russell
2009-12-16
1
-1
/
+1
|
*
Remove RT priority, use niceness.
Rusty Russell
2009-12-16
1
-4
/
+1
|
*
Add --valgringing flag instead of --nosetsched
Rusty Russell
2009-12-16
1
-0
/
+1
*
|
client: make ctdb_dumpdb_record() public
Stefan Metzmacher
2009-12-16
1
-0
/
+1
*
|
client: add ctdb_ctrl_getdbhealth()
Stefan Metzmacher
2009-12-16
1
-0
/
+5
*
|
server: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTROL_DB_GET_HEALTH
Stefan Metzmacher
2009-12-16
1
-0
/
+6
*
|
server: Use tdb_check to verify persistent tdbs on startup
Stefan Metzmacher
2009-12-16
1
-0
/
+13
*
|
server: open /var/ctdb/state/persistent_health.tdb.X on startup
Stefan Metzmacher
2009-12-16
1
-0
/
+1
*
|
server: only do the mkdir() calls for db_directory* once at the start
Stefan Metzmacher
2009-12-16
1
-1
/
+1
*
|
server: add db_directory_state to ctdb_context
Stefan Metzmacher
2009-12-16
2
-0
/
+2
|
/
*
Revert "cleanup: remove a tunable we no longer use in the eventscripts any ...
Ronnie Sahlberg
2009-12-16
1
-0
/
+1
*
Revert "Make fetch_locked more scalable"
Ronnie Sahlberg
2009-12-15
1
-23
/
+0
*
Merge commit 'obnox/ctdb-wip-trans3' into trans3
Ronnie Sahlberg
2009-12-15
2
-1
/
+37
|
\
|
*
Make fetch_locked more scalable
Volker Lendecke
2009-12-12
1
-0
/
+23
|
*
Add a new control CTDB_GET_DB_SEQNUM - fetch a persistent db's sequence number.
Michael Adam
2009-12-12
1
-0
/
+5
|
*
define CTDB_DB_SEQNUM_KEY - used with the new implementation of transactions.
Michael Adam
2009-12-12
1
-0
/
+3
|
*
Rename a struct member for clarity
Volker Lendecke
2009-12-12
1
-1
/
+1
|
*
server: add a new control CTDB_CONTROL_TRANS3_COMMIT
Michael Adam
2009-12-12
1
-0
/
+5
*
|
Rename the tunable EventScriptBanCount to EventScriptTimeoutCount
Ronnie Sahlberg
2009-12-14
1
-1
/
+1
*
|
cleanup: remove a tunable we no longer use in the eventscripts any more :
Ronnie Sahlberg
2009-12-14
1
-1
/
+0
*
|
remove the variable "disable when unhealthy"
Ronnie Sahlberg
2009-12-14
1
-1
/
+0
|
/
*
From: Volker Lendecke <vl@samba.org>
Ronnie Sahlberg
2009-12-10
1
-2
/
+0
*
Run only one event for each epoll_wait/select call
Volker Lendecke
2009-12-10
1
-0
/
+2
*
ctdb: scriptstatus can now query non-monitor events
Rusty Russell
2009-12-08
2
-2
/
+5
*
eventscript: expost call names and enum
Rusty Russell
2009-12-08
2
-15
/
+18
*
eventscript: save state for all script invocations
Rusty Russell
2009-12-08
1
-15
/
+16
*
eventscript: rename ctdb_monitoring_wire to ctdb_scripts_wire
Rusty Russell
2009-12-08
2
-5
/
+5
*
eventscript: ctdb_fork_with_logging()
Rusty Russell
2009-12-08
1
-0
/
+4
*
eventscript: remove unused ctbd_ctrl_event_script*
Rusty Russell
2009-12-08
1
-15
/
+0
*
eventscript: use direct script state pointer for current monitor
Rusty Russell
2009-12-08
1
-1
/
+1
*
eventscript: make current_monitor_status_ctx serve as monitor_event_script_ctx
Rusty Russell
2009-12-08
1
-2
/
+1
*
eventscript: expost ctdb_ban_self()
Rusty Russell
2009-12-07
1
-0
/
+1
*
eventscript: use -ENOEXEC for disabled status value
Rusty Russell
2009-12-07
2
-4
/
+0
*
eventscript: use -ETIME for timeout status value
Rusty Russell
2009-12-07
1
-1
/
+0
*
eventscript: marshall onto last_status immediately
Rusty Russell
2009-12-07
1
-1
/
+1
*
make ctdb_ctrl_transaction_active public.
Michael Adam
2009-12-04
1
-0
/
+5
*
Dont store debug level DEBUG_DEBUG in the in-memory ringbuffer.
Ronnie Sahlberg
2009-12-04
1
-1
/
+1
*
Add a proper function to process a process-exist control in the daemon.
Ronnie Sahlberg
2009-12-02
1
-0
/
+3
[next]