mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
17dfd8b96b
The current daemons_stop() implementation uses very loose matching to decide which processes to kill if "ctdb shutdown" hasn't worked within 1 second. This can cause ctdbd processes from other test runs to be killed. Instead, use ctdbd_wrapper, which uses the PID file as a last resort. This has the advantage of never killing ctdbd processes from other test runs. However, this also has the obvious consequence that an interrupted test run in one directory can not have its daemons cleaned up from a new test run in a different directory. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12170 Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Tue Aug 23 21:17:46 CEST 2016 on sn-devel-144 |
||
---|---|---|
.. | ||
client | ||
common | ||
config | ||
doc | ||
ib | ||
include | ||
packaging | ||
protocol | ||
server | ||
tcp | ||
tests | ||
tools | ||
utils | ||
.bzrignore | ||
.gitignore | ||
configure | ||
configure.rpm | ||
COPYING | ||
Makefile | ||
README | ||
wscript |
This is the release version of CTDB, a clustered implementation of TDB database used by Samba and other projects to store temporary data. This software is freely distributable under the GNU public license, a copy of which you should have received with this software (in a file called COPYING). For documentation on CTDB, please visit CTDB website http://ctdb.samba.org.