sahlberg/ctdb.git
2010-11-29 Ronnie SahlbergRemove LACOUNT and LACCESSOR and migrate the records... drop-laccessor
2010-11-29 Ronnie SahlbergWhen we are no longer the natgw master, dont put the...
2010-11-22 Ronnie Sahlbergnew version 1.2.11
2010-11-18 Ronnie Sahlbergupdate autostart/stop to work for samba
2010-11-18 Ronnie Sahlbergadd an explicit _is_managed_service to iscsi eventscript
2010-11-18 Ronnie SahlbergDont pollute the logs with a "file not found" message
2010-11-18 Martin Schwenke60.nfs eventscript should do nothing if NFS isn't manag...
2010-11-18 Martin SchwenkeEventscript functions - catch failures in ctdb_service_...
2010-11-18 Martin Schwenke50.samba eventscript should stop/start services when...
2010-11-17 Ronnie Sahlbergadd a new support function ctdb_check_counter_equal()
2010-11-17 Martin SchwenkeEventscripts: make loadconfig() function hookable by...
2010-11-17 Martin SchwenkeMake a time comparison in 60.nfs eventscript more readable.
2010-11-17 Martin Schwenke60.nfs only fails or warns after 10 consecutive nfsd...
2010-11-17 Martin SchwenkeTest suite: fix typo in ctdb ping test grep pattern.
2010-11-17 Martin SchwenkeTest suite: match changed output for ctdb ping to disco...
2010-11-17 Martin SchwenkeTest suite: make statistics test cope with changes...
2010-11-15 Ronnie SahlbergNew version 1.2.10
2010-11-15 Ronnie Sahlberginitialize the statistics to the current time, not...
2010-11-10 Ronnie SahlbergDont exit the update ip function if the old and new...
2010-11-10 Ronnie Sahlbergchange the takeover script timeout to 9 seconds from 5
2010-11-10 Ronnie SahlbergDont check remote ip allocation if public ip mgmt is...
2010-11-10 Ronnie Sahlbergthis stuff is just so fragile that it will enter infin...
2010-11-10 Ronnie Sahlbergdelete from old interface before adding to new interface
2010-11-10 Ronnie Sahlbergdelay loading the public ip address file until after...
2010-11-10 Ronnie Sahlbergwhen we load the public address file, at the same...
2010-11-10 Ronnie Sahlbergdont check the public ip assignment or if even we are...
2010-11-09 Ronnie SahlbergAdd a new tunable : DisableIPFailover that when set...
2010-11-09 Ronnie Sahlbergchange the default for how long to waqit before droppin...
2010-11-09 Ronnie Sahlbergdont delete all ips from the system during the initial...
2010-11-09 Ronnie Sahlbergwhen creating/adding a public ip, set the initial inter...
2010-11-02 Ronnie SahlbergNew version 1.2.9
2010-10-28 Ronnie SahlbergBoth nfs and nfslock scripts can fail under redhat...
2010-10-28 Ronnie Sahlbergduring shutdown there is a window after we have stopped...
2010-10-28 Ronnie SahlbergWhen shuttind down, we always unconditionally try to...
2010-10-28 Ronnie SahlbergRedirect the output from 00.ctdb pfetch to stdout.
2010-10-28 Ronnie SahlbergDrop the loglevel of the "reqid wrap" developer debug...
2010-10-25 Ronnie Sahlbergnew version 1.2.8
2010-10-25 Ronnie SahlbergAdd support to create TDB databases using the new jenki...
2010-10-18 Ronnie SahlbergNew version 1.2.7
2010-10-18 Ronnie Sahlbergremove checking for filesystems and filesystem health...
2010-10-13 Ronnie SahlbergIf tdb_open() fails when trying to open the vacuuming...
2010-10-13 Ronnie Sahlbergtry to restart NFS LOCKD if it failed to start
2010-10-12 Ronnie SahlbergRemove a debug message "Timed out waiting ..."
2010-10-11 Ronnie SahlbergMake sure the statd directory exist before trying to...
2010-10-11 Ronnie SahlbergNew version 1.2.6
2010-10-11 Ronnie Sahlbergmove extracting the config from config.tdb for public...
2010-10-11 Ronnie SahlbergUpdate latency countes to show min/max and average
2010-10-10 Ronnie SahlbergUpdate the default hash size to be 100001 instead of...
2010-10-08 Ronnie Sahlbergdont stop checking interfaces after the first bond...
2010-10-08 Ronnie SahlbergSpotted by rusty.
2010-10-08 Ronnie Sahlbergchange the hash function to use the much better Jenkins...
2010-10-08 Jelmer Vernooijpytdb: Add __version__ attribute.
2010-10-08 Jelmer Vernooijpytdb: Include Python.h first to prevent warning.
2010-10-08 Kirill Smelkovpytdb: Check errors after PyObject_New() calls
2010-10-08 Kirill Smelkovpytdb: Add support for tdb_repack()
2010-10-08 Kirill Smelkovpytdb: Add TDB_INCOMPATIBLE_HASH open flag
2010-10-08 Rusty Russelltdb: fix non-WAF build, commit 1.2.6 ABI file.
2010-10-08 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-10-08 Rusty Russelltdb: automatically identify Jenkins hash tdbs
2010-10-08 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-10-08 Volker Lendecketdb: add restore
2010-10-08 Günther Deschnerlib/tdb: fix c++ build warning in tdb_header_hash().
2010-10-08 Jelmer Vernooijpytdb: Make filename argument optional.
2010-10-08 Kirill Smelkovpytdb: Add support for tdb_freelist_size()
2010-10-08 Kirill Smelkovpytdb: Add support for tdb_transaction_prepare_commit()
2010-10-08 Kirill Smelkovpytdb: Add support for tdb_enable_seqnum, tdb_get_seqnu...
2010-10-08 Kirill Smelkovpytdb: Update open flags to match those for tdb_open...
2010-10-08 Kirill Smelkovpytdb: Fix repr segfault for internal db
2010-10-08 Kirill Smelkovpytdb: Add support for tdb_add_flags() & tdb_remove_flags()
2010-10-08 Andrew Tridgelltdb: added TDB_NO_FSYNC env variable
2010-10-08 Rusty Russelltdb: increment version to 1.2.4
2010-10-08 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-10-08 Rusty Russelltdb: fix tdb_check() on other-endian tdbs.
2010-10-08 Rusty Russelltdb: fix tdb_check() on read-only TDBs to actually...
2010-10-08 Rusty Russelltdb: make check more robust against recovery failures.
2010-10-08 Rusty Russellidtree: fix right shift of signed ints, crash on large...
2010-10-07 Ronnie Sahlbergget rid of the "ctdb setflags" command since
2010-10-07 Ronnie SahlbergDont log a normal vacuuming message about a missing...
2010-09-30 Ronnie Sahlbergwhen printing machinereadable statistics only print...
2010-09-30 Ronnie Sahlbergadd a machinereadable version of ctdb stats/statistics
2010-09-30 Ronnie SahlbergCreate a tunable for how often to collect rolling stati...
2010-09-29 Ronnie SahlbergAdd rolling statistics that are collected across 10...
2010-09-29 Ronnie SahlbergAdd a new statistics structure to keep the current...
2010-09-29 Ronnie SahlbergCreate macros to update the statistics counters and...
2010-09-27 Ronnie SahlbergAdd back monitoring for time skips, forward as well...
2010-09-27 Ronnie Sahlbergupdate/improve the log message related to rerecovery...
2010-09-22 Ronnie Sahlbergset up a handler to catch and log debug messages from...
2010-09-15 Ronnie Sahlbergadda GETPUBLICIPS control to libctdb and use this in...
2010-09-13 Ronnie Sahlbergadd a new serverid to send a message everytime an ip...
2010-09-13 Ronnie SahlbergUpdate the comment for the range reserved for SAMBA and
2010-09-13 Ronnie Sahlbergdefine and reserve a range of ctdb message ports for...
2010-09-13 Ronnie SahlbergAdd two new server types to the server_id structure.
2010-09-13 Ronnie SahlbergImplement a new function GETNODEMAP in libctdb.
2010-09-13 Ronnie Sahlbergremove an unused variable
2010-09-09 Ronnie Sahlbergnew version 1.2.5
2010-09-08 Ronnie SahlbergDont try to read the nodemap from the daemon for "ctdb...
2010-09-07 Ronnie SahlbergChange how NATGW is configured to allow special nodes...
2010-09-03 Ronnie SahlbergDont store temporary runtime data in $CTDB_BASE/state
2010-09-03 Ronnie SahlbergWhen memory allocations for recovery fails,
2010-09-03 Harald KlatteAIX bind wants the correct addrsize
next