ctdb_fetch
clustered database to store temporary data -- debugging symbols and test suite
Install
- All systems
-
curl cmd.cat/ctdb_fetch.sh
- Debian
-
apt-get install ctdb-dbg
- Ubuntu
-
apt-get install ctdb-dbg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ctdb-dbg
- Raspbian
-
apt-get install ctdb-dbg
- Dockerfile
- dockerfile.run/ctdb_fetch
ctdb-dbg
clustered database to store temporary data -- debugging symbols and test suite
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. More detailed description can be found in the ctdb package. This package provides debugging information and test suite for CTDB. Install it to get a better backtrace in the event of a crash, or to test.