summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-scripts: Fix stack dumping when debugging hung scriptsMartin Schwenke2014-11-183-7/+12
* ctdb-scripts: Try to restart statd after every 10 failuresMartin Schwenke2014-11-184-1/+74
* ctdb-scripts: Add rpc.statd stack dumping to Ganesha restartMartin Schwenke2014-11-181-1/+3
* ctdb-scripts: Dump stack traces for hung mountd, rquotad, statd processesMartin Schwenke2014-11-184-1/+30
* ctdb-scripts: Add optional program name argument to nfs_dump_some_threads()Martin Schwenke2014-11-181-1/+3
* ctdb-scripts: Factor out new function program_stack_traces()Martin Schwenke2014-11-182-17/+25
* ctdb-daemon: Improve error handling for running event scriptsAmitay Isaacs2014-11-142-19/+39
* ctdb-includes: Reorder includes.h more logicallyMartin Schwenke2014-10-311-7/+8
* ctdb-includes: Remove unused idtree.hMartin Schwenke2014-10-311-11/+0
* ctdb-includes: Clean up includes.hMartin Schwenke2014-10-311-21/+0
* ctdb: Rename CTDB_VERSION to CTDB_PROTOCOLAmitay Isaacs2014-10-285-9/+9
* ctdb: Rename ctdb socket variable from CTDB_PATH to CTDB_SOCKETAmitay Isaacs2014-10-283-4/+4
* ctdb-logging: Add logging via UDP logging using RFC5424Martin Schwenke2014-10-284-4/+82
* ctdb-logging: Add logging via UDP to 127.0.0.1:514 to syslog backendMartin Schwenke2014-10-285-8/+98
* ctdb-logging: Add non-blocking Unix domain logging to syslog backendMartin Schwenke2014-10-284-8/+193
* ctdb-logging: New option CTDB_LOGGING, remove CTDB_LOGFILE, CTDB_SYSLOGMartin Schwenke2014-10-2815-75/+177
* ctdb-logging: Replace logd code with a basic syslog(3) implementationMartin Schwenke2014-10-284-224/+10
* ctdb-logging: Simplify file logging timestamping with timeval_str_buf()Martin Schwenke2014-10-281-9/+7
* ctdb-logging: Separate out syslog and file logging backendsMartin Schwenke2014-10-287-294/+387
* ctdb-logging: Rework debug level parsingMartin Schwenke2014-10-285-49/+59
* ctdb-logging: Remove ctdb element from struct ctdb_log_stateMartin Schwenke2014-10-282-7/+3
* ctdb-logging: Remove log member from struct ctdb_contextMartin Schwenke2014-10-282-13/+11
* ctdb-logging: Rename ctdb_log_handler() to ctdb_child_log_handler()Martin Schwenke2014-10-281-4/+5
* ctdb-logging: Remove debug levels DEBUG_ALERT and DEBUG_CRITMartin Schwenke2014-10-286-15/+7
* ctdb-logging: Remove DEBUG_EMERGMartin Schwenke2014-10-286-36/+16
* ctdb-test: Remove unused function check_ctdb_logfile()Martin Schwenke2014-10-281-13/+0
* ctdb-logging: Add missing newline when logging to fileMartin Schwenke2014-10-281-1/+1
* ctdb-tools: Fix heap-use-after-free problemAmitay Isaacs2014-10-171-2/+6
* ctdb-build: Make some steps conditional on standalone buildMartin Schwenke2014-10-081-37/+49
* ctdb-build: Rename define BINDIR to CTDB_HELPER_BINDIRMartin Schwenke2014-10-083-3/+3
* ctdb-build: Fix handling of public headersMartin Schwenke2014-10-063-1/+12
* ctdb-build: Change from ctdb-util to samba-utilMartin Schwenke2014-10-0619-2295/+41
* ctdb-build: Add generation of Samba-style version.hMartin Schwenke2014-10-061-0/+9
* ctdb-build: Move generation of ctdb_version.h earlierMartin Schwenke2014-10-061-6/+6
* ctdb-logging: Update to use Samba style debug.h/debug.cMartin Schwenke2014-10-066-146/+92
* ctdb-logging: Change LogLevel to DEBUGLEVELMartin Schwenke2014-10-0611-24/+24
* ctdb-tests: Make the fake log timestamp string easy to modifyMartin Schwenke2014-10-0618-379/+380
* ctdb-logging: Remove log ringbufferMartin Schwenke2014-10-0616-468/+8
* lib: util [ctdb]: Signal handling - change CatchChild() and CatchChildLeaveSt...Jeremy Allison2014-09-302-6/+6
* lib/util: Do not duplicate the protocol list, use smb_constants.hAndrew Bartlett2014-09-291-11/+1
* ctdb-daemon: Fix the usage for lock helperAmitay Isaacs2014-09-251-2/+2
* ctdb-recoverd: If obtaining recovery lock fails, try againAmitay Isaacs2014-09-251-0/+18
* ctdb-scripts: Fix the regular expresssion for parsing /proc/locksAmitay Isaacs2014-09-251-1/+1
* ctdb-locking: Reset ttimer before doing an early returnAmitay Isaacs2014-09-251-0/+1
* ctdb-logging: Add forward declaration of debug_levelMartin Schwenke2014-09-231-0/+1
* ctdb-tests: Clean up some tests where IP movement is checkedMartin Schwenke2014-09-239-411/+85
* ctdb-tests: Remove dependency on log ringbuffer from missing IP testMartin Schwenke2014-09-232-29/+31
* ctdb-tests: Make all_ips_on_node() do what it shouldMartin Schwenke2014-09-231-5/+7
* ctdb-tests: Factor out new function get_test_ip_mask_and_iface()Martin Schwenke2014-09-232-13/+20
* ctdb-tests: Simplify and rename wait_until_ips_are_on_nodeglob()Martin Schwenke2014-09-238-20/+22