Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
ctdb - A Clustered Database based on Samba's Trivial Database (TDB)
CTDB is a cluster implementation of the TDB database used by Samba and other
projects to store temporary data. If an application is already using TDB for
temporary data it is very easy to convert that application to be cluster aware
and use CTDB instead.
Packages
Latest: ctdb-1.0.112-3.pre6.el5.fio.x86_64.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| ctdb |
0 |
1.0.112 |
3.pre6.el5.fio |
x86_64 |
460 KiB |
2011-06-14 10:10:48 |
Changelog:
- * 2010-05-03 - Sumit Bose <sbose[AT]redhat[DOTCOM]> - 1.0.112-3
- Updated to ctdb version 1.0.112 maintenance release 18,
git commit de49edcc0dfea7c4396cdbd9e4897358b5474100
- * 2010-04-23 - Sumit Bose <sbose[AT]redhat[DOTCOM]> - 1.0.112-2
- Updated to ctdb version 1.0.112 maintenance release 17,
git commit c07cd2cb042d62ee4adcfa1b75dd423424ca681b
- * 2010-04-20 - Sumit Bose <sbose[AT]redhat[DOTCOM]> - 1.0.112-1
- Updated to ctdb version 1.0.112 maintenance release 14,
git commit f5ac659e4df9ba6ee4652aeb9b4f5a01b532fd99
- resolves: #583771
- * 2010-02-26 - Sumit Bose <sbose[AT]redhat[DOTCOM]> - 1.0.108-3
- fixed rpmlint warnings
- fixed rpmlint warnings
- * 2010-02-25 - Sumit Bose <sbose[AT]redhat[DOTCOM]> - 1.0.108-2
- substituted $RPM_BUILD_ROOT by %{buildroot}
- fix permissions on event scripts
- Updated to ctdb version 1.0.108 maintenance release 3,
git commit f24338e68c462e5cdee3194bb8f3ba18c3ca4672
- * 2009-12-08 - Sumit Bose <sbose[AT]redhat[DOTCOM]> - 1.0.108-1
- Update to ctdb version 1.0.108
- added fix for bz537223
- added tdb-tools to Requires, fixes bz526479
- * 2009-12-02 - Sumit Bose <sbose[AT]redhat[DOTCOM]> - 1.0.107-1
- Update to ctdb version 1.0.107
- * 2009-12-02 - : Version 1.0.107
- fix for rusty to solve a double-free that can happen when there are
multiple packets queued and the connection is destroyed before
all packets are processed.
- * 2009-12-01 - : Version 1.0.106
- Buildscript changes from Michael Adam
- Dont do a full recovery when there is a mismatch detected for ip addresses,
just do a less disruptive ip-reallocation
- When starting ctdbd, wait until all initial recoveries have finished
before we issue the "startup" event.
So dont start services or monitoring until the cluster has
stabilized.
- Major eventscript overhaul by Ronnie, Rusty and Martins and fixes of a few
bugs found.
- * 2009-11-19 - : Version 1.0.105
- Fix a bug where we could SEGV if multiple concurrent "ctdb eventscript ..."
are used and some of them block.
- Monitor the daemon from the syslog child process so we shutdown cleanly when
the main daemon terminates.
- Add a 500k line ringbuffer in memory where all log messages are stored.
- Add a "ctdb getlog <level>" command to pull log messages from the in memory
ringbuffer.
- From martin : fixes to cifs and nfs autotests
- from michael a : fix a bashism in 11.natgw