mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
ctdb-takeover: Add takeover helper
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
605347faf6
commit
8d9b41d427
@ -216,6 +216,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libexecdir}/ctdb/ctdb_eventd
|
||||
%{_libexecdir}/ctdb/ctdb_lock_helper
|
||||
%{_libexecdir}/ctdb/ctdb_recovery_helper
|
||||
%{_libexecdir}/ctdb/ctdb_takeover_helper
|
||||
%{_libexecdir}/ctdb/ctdb_mutex_fcntl_helper
|
||||
%{_libexecdir}/ctdb/ctdb_event
|
||||
%{_libexecdir}/ctdb/ctdb_natgw
|
||||
|
1206
ctdb/server/ctdb_takeover_helper.c
Normal file
1206
ctdb/server/ctdb_takeover_helper.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -512,6 +512,12 @@ def build(bld):
|
||||
samba-util sys_rw replace tdb''',
|
||||
install_path='${CTDB_HELPER_BINDIR}')
|
||||
|
||||
bld.SAMBA_BINARY('ctdb_takeover_helper',
|
||||
source='server/ctdb_takeover_helper.c',
|
||||
deps='''ctdb-client2 ctdb-protocol ctdb-util
|
||||
samba-util sys_rw replace ctdb-ipalloc popt''',
|
||||
install_path='${CTDB_HELPER_BINDIR}')
|
||||
|
||||
bld.SAMBA_BINARY('ctdb_mutex_fcntl_helper',
|
||||
source='server/ctdb_mutex_fcntl_helper.c',
|
||||
deps='sys_rw ctdb-system',
|
||||
|
Loading…
Reference in New Issue
Block a user