ctdb.git
2013-07-11 Martin Schwenkescripts: ctdbd_wrapper logs a message to syslog if... ctdb-2.3
2013-07-11 Mathieu ParentUpdate Nagios check to work with ctdb versions past...
2013-07-11 Martin Schwenkerecoverd: Really fix bogus info in message about change...
2013-07-11 Martin Schwenkedoc: Update NEWS
2013-07-11 Sumit BosePrint deleted nodes as well
2013-07-11 Sumit BoseIPv6 neighbor solicit cleanup
2013-07-11 Sumit BoseFix memory leak in ctdb_send_message()
2013-07-11 Sumit BoseFixes for various issues found by Coverity
2013-07-11 Sumit BoseCheck return value of tdb_delete()
2013-07-11 Amitay Isaacsweb: Update webpages
2013-07-11 Amitay IsaacsTests: Correct the arguments to memset
2013-07-10 Amitay Isaacsdoc: Update NEWS
2013-07-10 Martin Schwenkepackaging: Add systemd support
2013-07-10 Martin Schwenkebuild: Turn off all deprecation warnings
2013-07-10 Martin Schwenkebuild: Remove -DTEVENT_DEPRECATED_QUIET=1 from CFLAGS
2013-07-10 Martin Schwenkeinitscript: Simpify initscript and control CTDB via...
2013-07-10 Martin Schwenkerecoverd: Recovery daemon should use ctdb_get_pnn,...
2013-07-10 Amitay Isaacsctdbd: Print tdb flags when logging attached to databas...
2013-07-10 Amitay Isaacsctdbd: Set process names for child processes
2013-07-10 Amitay Isaacscommon/system: Add ctdb_set_process_name() function
2013-07-10 Amitay Isaacstraverse: Remove unused start_time field
2013-07-10 Amitay Isaacstraverse: Send records directly from traverse child...
2013-07-10 Amitay Isaacstraverse: Pass reqid and srcnode information to local...
2013-07-10 Amitay Isaacspackaging: When building with system libraries, add...
2013-07-10 Amitay Isaacsctdbd: No need for DeadlockTimeout tunable
2013-07-10 Amitay Isaacsinitscript: Export CTDB_DEBUG_LOCKS variable
2013-07-10 Amitay Isaacsscripts: Add an example debug_locks.sh script to debug...
2013-07-10 Amitay Isaacslocking: Use external script to debug locking issues
2013-07-10 Amitay Isaacslocking: Update locking bucket intervals
2013-07-10 Amitay Isaacslocking: Update locks latency in CTDB statistics only...
2013-07-10 Amitay Isaacstools/ctdb: Fix the format of DB statistics output
2013-07-10 Amitay Isaacsctdbd: Remove incomplete ctdb_db_statistics_wire structure
2013-07-10 Amitay Isaacsctdbd: Update debug messages for setting readonly prope...
2013-07-05 Amitay Isaacsrecoverd: Fix buffer overflow error in reloadips
2013-07-05 Martin Schwenketests/eventscripts: Add some rudimentary tests for...
2013-07-05 Martin Schwenkeeventscripts: New configuration variable $CTDB_SKIP_GAN...
2013-07-05 Martin Schwenkeeventscript: Move Ganesha nfsd monitoring to a function
2013-07-05 Martin Schwenkeeventscripts: Drop RPC service version from nfs_check_r...
2013-07-05 Martin Schwenkectdbd: Log something when releasing all IPs
2013-07-05 Martin Schwenkerecoverd: Minor style improvements for ctdb_reload_remo...
2013-07-05 Martin Schwenkerecoverd: Clean up log messages in remote IP verification
2013-07-05 Martin Schwenkerecoverd: Fix an unclear log message - "Restart recover...
2013-07-05 Martin Schwenkerecoverd: Fix an incorrect comment
2013-07-05 Martin Schwenkectdbd: Use ctdb_die() on "setup" event failure
2013-07-05 Martin Schwenkectdbd: Avoid a core dump when "init" event fails
2013-07-05 Martin Schwenkeutil: New function ctdb_die()
2013-07-05 Martin Schwenkeeventscripts: When replaying monitor status, don't...
2013-07-05 Martin Schwenkectdbd: Release IP callback should fail if the IP is...
2013-07-05 Martin Schwenkectdbd: Log warnings in release IP when unexpected inter...
2013-07-04 Amitay Isaacsping_pong: Validate num_locks argument > 0
2013-07-04 Amitay Isaacstests: If connection to ctdb daemon fails, exit
2013-07-04 Amitay Isaacsbuild: Fix compiler warnings for uninitialized variables
2013-07-04 Amitay Isaacsrecoverd: Send the result from child process only once
2013-07-04 Amitay Isaacspackaging: Enable compiler optimizations
2013-07-04 Amitay Isaacspackaging: Allow building RPMs with system tdb/talloc...
2013-07-04 Amitay Isaacspackaging: Do not mark /etc/ctdb/functions as configura...
2013-07-04 Amitay Isaacspackaging: Install README.notify.d using %doc directive
2013-07-04 Amitay Isaacspackaging: Install docs using %doc directive
2013-07-04 Amitay Isaacspackaging: Remove ctdb_transaction from docdir
2013-07-04 Martin Schwenkedoc: Add a disclaimer for the EnableBans tunable
2013-07-04 Martin Schwenkedoc: Add banning bug fixes to NEWS
2013-07-02 Amitay Isaacsctdbd: Don't ban self if init or shutdown event fails
2013-07-02 Amitay Isaacsdoc: The second half of monitoring is only for recovery...
2013-07-02 Michael Adamrecoverd: when the recmaster is banned, use that inform...
2013-07-02 Michael Adamrecoverd: fix a comment typo
2013-07-02 Michael Adamrecoverd: fix a comment in main_loop
2013-07-02 Michael Adamrecoverd: eliminate some trailing spaces from ctdb_elec...
2013-07-02 Martin Schwenkerecoverd: Don't continue if the current node gets banned
2013-07-02 Amitay Isaacsrecoverd: Refactor code to ban misbehaving nodes
2013-07-02 Amitay Isaacsrecoverd: Move code to ban other nodes after we get...
2013-07-02 Amitay Isaacsrecoverd: Delay the initial election if node is started...
2013-07-02 Amitay Isaacsrecoverd: Update capabilities only if the current node...
2013-07-02 Amitay Isaacsrecoverd: No need to check if node is recovery master...
2013-07-02 Amitay Isaacsrecoverd: Always do an early exit from main_loop if...
2013-07-02 Amitay Isaacsrecoverd: Do not set banning credits on a node if curre...
2013-07-02 Amitay Isaacsbanning: Do not come out of ban if databases are not...
2013-07-02 Amitay Isaacsbanning: No need to check if banned pnn is for local...
2013-07-02 Amitay Isaacsbanning: Make ctdb_local_node_got_banned() a void function
2013-07-02 Amitay Isaacsrecoverd: Also check if current node is in recovery...
2013-07-02 Amitay Isaacsrecoverd: Set node_flags information as soon as we...
2013-07-02 Amitay Isaacsrecovered: Remove old comment as the code corresponding...
2013-07-02 Amitay Isaacsbanning: Log ban state changes for other nodes at highe...
2013-07-02 Amitay Isaacsfreeze: Make ctdb_start_freeze() a void function
2013-07-02 Amitay Isaacsfreeze: If priority is invalid here, it's time to abort
2013-07-02 Amitay Isaacsfreeze: Log message from ctdb_start_freeze() and ctdb_c...
2013-06-28 Amitay Isaacsrecoverd: Print banning message only after verifying pnn
2013-06-28 Amitay Isaacsrecoverd: When updating flags on nodes, send updated...
2013-06-28 Martin Schwenketools/ctdb: Add "force" option to "recover" command
2013-06-25 Amitay Isaacsclient: Exit with non-zero status when unix socket...
2013-06-22 Martin Schwenkedoc: Fix ctdb ping entry in manpage
2013-06-22 Martin Schwenkedoc: Fix documentation for NoIPTakeover in ctdbd manpage
2013-06-22 Martin Schwenkedoc: Update notification script section in ctdbd manpage
2013-06-22 Martin Schwenkedoc: Add nodestatus command to the ctdb manpage
2013-06-22 Martin Schwenkedoc: Update NEWS
2013-06-22 Martin Schwenketests: Integration tests use "ctdb nodestatus" for...
2013-06-22 Martin Schwenketests: Integration test infrastructure should do only...
2013-06-22 Martin Schwenkectdbd: Fix panic on overlapping shutdowns
2013-06-22 Martin Schwenkectdbd: Refactor shutdown sequence
2013-06-20 Martin Schwenkeeventscripts: "setup" event doesn't need to wait for...
2013-06-20 Martin Schwenketests/eventscripts: New tests for 00.ctdb "init" event
next