ctdb-vl.spec 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190
  1. %define initdir %{_sysconfdir}/rc.d/init.d
  2. Summary: A Clustered Database based on Samba's Trivial Database (TDB)
  3. Name: ctdb
  4. Version: 2.5.3
  5. Release: 1%{?_dist_release}
  6. License: GPLv3+
  7. Group: System Environment/Daemons
  8. URL: http://ctdb.samba.org/
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Packager: tomop
  12. # Tarfile created using git
  13. # git clone git://git.samba.org/sahlberg/ctdb.git ctdb
  14. # cd ctdb
  15. # git-archive --format=tar --prefix=%{name}-%{version}/ %{name}-%{version} | bzip2 > %{name}-%{version}.tar.bz2
  16. Source0: %{name}-%{version}.tar.gz
  17. # Fedora specific patch, ctdb should not be enabled by default in the runlevels
  18. #Patch1: ctdb-no_default_runlevel.patch
  19. Requires: chkconfig coreutils psmisc
  20. Requires: fileutils sed
  21. Requires: tdb-tools
  22. Requires(preun): chkconfig initscripts
  23. Requires(post): chkconfig
  24. Requires(postun): initscripts
  25. BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
  26. BuildRequires: autoconf net-tools popt-devel
  27. %description
  28. CTDB is a cluster implementation of the TDB database used by Samba and other
  29. projects to store temporary data. If an application is already using TDB for
  30. temporary data it is very easy to convert that application to be cluster aware
  31. and use CTDB instead.
  32. %package devel
  33. Group: Development/Libraries
  34. Summary: CTDB clustered database development package
  35. Requires: ctdb = %{version}-%{release}
  36. Provides: ctdb-static = %{version}-%{release}
  37. %description devel
  38. Libraries, include files, etc you can use to develop CTDB applications.
  39. CTDB is a cluster implementation of the TDB database used by Samba and other
  40. projects to store temporary data. If an application is already using TDB for
  41. temporary data it is very easy to convert that application to be cluster aware
  42. and use CTDB instead.
  43. #######################################################################
  44. %prep
  45. %setup -q
  46. # setup the init script and sysconfig file
  47. %setup -T -D -n ctdb-%{version} -q
  48. #%patch1 -p1
  49. %build
  50. CC="gcc"
  51. ## always run autogen.sh
  52. ./autogen.sh
  53. CFLAGS="$(echo '%{optflags}') $EXTRA -D_GNU_SOURCE -DCTDB_VERS=\"%{version}-%{release}\"" %configure
  54. perl -pi -e 's|rpcgen|rpcgen -Y /usr/bin|g' Makefile
  55. make showflags
  56. make %{_smp_mflags}
  57. %install
  58. # Clean up in case there is trash left from a previous build
  59. rm -rf %{buildroot}
  60. # Create the target build directory hierarchy
  61. mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
  62. mkdir -p %{buildroot}%{initdir}
  63. make DESTDIR=%{buildroot} install
  64. install -m644 config/ctdb.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/ctdb
  65. install -m755 config/ctdb.init %{buildroot}%{initdir}/ctdb
  66. mkdir -p %{buildroot}%{_docdir}/ctdb/tests/bin
  67. install -m755 tests/bin/ctdb_transaction %{buildroot}%{_docdir}/ctdb/tests/bin
  68. # Remove "*.old" files
  69. find %{buildroot} -name "*.old" -exec rm -f {} \;
  70. # fix doc path
  71. mv %{buildroot}%{_docdir}/ctdb %{buildroot}%{_docdir}/ctdb-%{version}
  72. cp -r COPYING web %{buildroot}%{_docdir}/ctdb-%{version}
  73. %clean
  74. rm -rf %{buildroot}
  75. %post
  76. /sbin/chkconfig --add ctdb
  77. %preun
  78. if [ "$1" -eq "0" ] ; then
  79. /sbin/service ctdb stop > /dev/null 2>&1
  80. /sbin/chkconfig --del ctdb
  81. fi
  82. %postun
  83. if [ "$1" -ge "1" ]; then
  84. /sbin/service ctdb condrestart >/dev/null 2>&1 || true
  85. fi
  86. # Files section
  87. %files
  88. %defattr(-,root,root,-)
  89. %config(noreplace) %{_sysconfdir}/sudoers.d/ctdb
  90. %config(noreplace) %{_sysconfdir}/sysconfig/ctdb
  91. %config(noreplace) %{_sysconfdir}/ctdb/notify.sh
  92. %config(noreplace) %{_sysconfdir}/ctdb/ctdb-crash-cleanup.sh
  93. %config(noreplace) %{_sysconfdir}/ctdb/debug_locks.sh
  94. %config(noreplace) %{_sysconfdir}/ctdb/functions
  95. %config(noreplace) %{_sysconfdir}/ctdb/nfs-rpc-checks.d/*
  96. %attr(755,root,root) %{initdir}/ctdb
  97. %{_docdir}/ctdb-%{version}
  98. %dir %{_sysconfdir}/ctdb
  99. %dir %{_sysconfdir}/ctdb/nfs-rpc-checks.d
  100. %{_sysconfdir}/ctdb/statd-callout
  101. %{_sysconfdir}/ctdb/events.d/
  102. %{_sysconfdir}/ctdb/debug-hung-script.sh
  103. %{_sysconfdir}/ctdb/gcore_trace.sh
  104. %{_sbindir}/ctdbd
  105. %{_sbindir}/ctdbd_wrapper
  106. %{_bindir}/ctdb
  107. %{_bindir}/ctdb_event_helper
  108. %{_bindir}/ctdb_lock_helper
  109. %{_bindir}/smnotify
  110. %{_bindir}/ping_pong
  111. %{_bindir}/ctdb_diagnostics
  112. %{_bindir}/onnode
  113. %{_bindir}/ltdbtool
  114. %{_mandir}/man1/ctdb.1*
  115. %{_mandir}/man1/ctdbd.1*
  116. %{_mandir}/man1/ctdbd_wrapper.1*
  117. %{_mandir}/man1/onnode.1*
  118. %{_mandir}/man1/ltdbtool.1*
  119. %{_mandir}/man1/ping_pong.1*
  120. %{_mandir}/man5/ctdbd.conf.5*
  121. %{_mandir}/man7/ctdb-tunables.7*
  122. %{_mandir}/man7/ctdb.7*
  123. %files devel
  124. %defattr(-,root,root,-)
  125. %{_includedir}/ctdb.h
  126. %{_includedir}/ctdb_client.h
  127. %{_includedir}/ctdb_protocol.h
  128. %{_includedir}/ctdb_private.h
  129. %{_includedir}/ctdb_typesafe_cb.h
  130. #%{_libdir}/libctdb.a
  131. %{_libdir}/pkgconfig/ctdb.pc
  132. %changelog
  133. * Tue Aug 19 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.3-1
  134. - new upstream release.
  135. * Wed Jan 08 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5-1
  136. - new upstream release.
  137. * Tue Oct 08 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4-1
  138. - new upstream release.
  139. * Mon Dec 17 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0-1
  140. - new upstream release.
  141. - initial build for Vine Linux.
  142. * Mon Jun 27 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 1.2.28-2
  143. - Provide virtual -static package to meet guidelines (#700029).
  144. * Mon Apr 18 2011 Sumit Bose <sbose@redhat.com> - 1.2.28-1
  145. - Update to ctdb version 1.2.28
  146. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.114-2
  147. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  148. * Tue Feb 08 2011 Sumit Bose <sbose@redhat.com> - 1.0.114-1
  149. - Changed $RPM_BUILD_ROOT to %{buildroot}
  150. - Update to ctdb version 1.0.114
  151. - Added patch to fix configure issue
  152. - Added assorted backport patches recommended by upstream developer
  153. * Thu Jan 14 2010 Sumit Bose <sbose@redhat.com> - 1.0.113-1
  154. - Update to ctdb version 1.0.113
  155. * Wed Jan 13 2010 : Version 1.0.113
  156. - Incorrect use of dup2() could cause ctdb to spin eating 100% cpu.
  157. * Tue Jan 12 2010 : Version 1.0.112
  158. - Revert the use of wbinfo --ping-dc as it is proving too unreliable.
  159. - Minor testsuite changes.
  160. * Fri Dec 18 2009 : Version 1.0.111
  161. - Fix a logging bug when an eventscript is aborted that could cause a crash.
  162. - Add back cb_status that was lost in a previous commit.
  163. * Fri Dec 18 2009 : Version 1.0.110
  164. - Metxe: fix for filedescriptor leak in the new eventscript code.
  165. - Rusty: fix for a crash bug in the eventscript code.
  166. * Thu Dec 17 2009 : Version 1.0.109
  167. - Massive eventscript updates. (bz58828)
  168. - Nice the daemon instead of using realtime scheduler, also use mlockall() to
  169. reduce the risk of blockign due to paging.
  170. - Workarounds for valgrind when forking once for each script. Valgrind
  171. consumes massive cpu when terminating the scripts on virtual systems.
  172. - Sync the tdb library with upstream, and use the new TDB_DISALLOW_NESTING
  173. flag.
  174. - Add new command "ctdb dumpdbbackup"
  175. - Start using the new tdb check framework to validate tdb files upon startup.
  176. - A new framework where we can control health for individual tdb databases.
  177. - Fix a crash bug in the logging code.
  178. - New transaction code for persistent databases.
  179. - Various other smaller fixes.
  180. * Tue Dec 8 2009 Sumit Bose <sbose@redhat.com> - 1.0.108-1
  181. - Update to ctdb version 1.0.108
  182. - added fix for bz537223
  183. - added tdb-tools to Requires, fixes bz526479
  184. * Wed Dec 2 2009 Sumit Bose <sbose@redhat.com> - 1.0.107-1
  185. - Update to ctdb version 1.0.107
  186. * Wed Dec 2 2009 : Version 1.0.107
  187. - fix for rusty to solve a double-free that can happen when there are
  188. multiple packets queued and the connection is destroyed before
  189. all packets are processed.
  190. * Tue Dec 1 2009 : Version 1.0.106
  191. - Buildscript changes from Michael Adam
  192. - Dont do a full recovery when there is a mismatch detected for ip addresses,
  193. just do a less disruptive ip-reallocation
  194. - When starting ctdbd, wait until all initial recoveries have finished
  195. before we issue the "startup" event.
  196. So dont start services or monitoring until the cluster has
  197. stabilized.
  198. - Major eventscript overhaul by Ronnie, Rusty and Martins and fixes of a few
  199. bugs found.
  200. * Thu Nov 19 2009 : Version 1.0.105
  201. - Fix a bug where we could SEGV if multiple concurrent "ctdb eventscript ..."
  202. are used and some of them block.
  203. - Monitor the daemon from the syslog child process so we shutdown cleanly when
  204. the main daemon terminates.
  205. - Add a 500k line ringbuffer in memory where all log messages are stored.
  206. - Add a "ctdb getlog <level>" command to pull log messages from the in memory
  207. ringbuffer.
  208. - From martin : fixes to cifs and nfs autotests
  209. - from michael a : fix a bashism in 11.natgw
  210. * Fri Nov 6 2009 : Version 1.0.104
  211. - Suggestion from Metze, we can now use killtcp to kill local connections
  212. for nfs so change the killtcp script to kill both directions of an NFS
  213. connection.
  214. We used to deliberately only kill one direction in these cases due to
  215. limitations.
  216. - Suggestion from christian Ambach, when using natgw, try to avoid using a
  217. UNHEALTHY node as the natgw master.
  218. - From Michael Adam: Fix a SEGV bug in the recent change to the eventscripts
  219. to allow the timeout to apply to each individual script.
  220. - fix a talloc bug in teh vacuuming code that produced nasty valgrind
  221. warnings.
  222. - From Rusty: Set up ulimit to create core files for ctdb, and spawned
  223. processes by default. This is useful for debugging and testing but can be
  224. disabled by setting CTDB_SUPRESS_COREFILE=yes in the sysconfig file.
  225. - Remove the wbinfo -t check from the startup check that winbindd is happy.
  226. - Enhance the test for bond devices so we also check if the sysadmin have
  227. disabled all slave devices using "ifdown".
  228. * Tue Nov 3 2009 : Version 1.0.103
  229. - Dont use vacuuming on persistent databases
  230. - Michael A : transaction updates to persistent databases
  231. - Dont activate service automatically when installing the RPM. Leave this to
  232. the admin.
  233. - Create a child process to send all log messages to, to prevent a hung/slow
  234. syslogd from blocking the main daemon. In this case, discard log messages
  235. instead and let the child process block.
  236. - Michael A: updates to log messages
  237. * Thu Oct 29 2009 : Version 1.0.102
  238. - Wolfgang: fix for the vacuuming code
  239. - Wolfgang: stronger tests for persistent database filename tests
  240. - Improve the log message when we refuse to startup since wbinfo -t fails
  241. to make it easier to spot in the log.
  242. - Update the uptime command output and the man page to indicate that
  243. "time since last ..." if from either the last recovery OR the last failover
  244. - Michael A: transaction updates
  245. * Wed Oct 28 2009 : Version 1.0.101
  246. - create a separate context for non-monitoring events so they dont interfere
  247. with the monitor event
  248. - make sure to return status 0 in teh callback when we abort an event
  249. * Wed Oct 28 2009 : Version 1.0.100
  250. - Change eventscript handling to allow EventScriptTimeout for each individual
  251. script instead of for all scripts as a whole.
  252. - Enhanced logging from the eventscripts, log the name and the duration for
  253. each script as it finishes.
  254. - Add a check to use wbinfo -t for the startup event of samba
  255. - TEMP: allow clients to attach to databases even when teh node is in recovery
  256. mode
  257. - dont run the monitor event as frequently after an event has failed
  258. - DEBUG: in the eventloops, check the local time and warn if the time changes
  259. backward or rapidly forward
  260. - From Metze, fix a bug where recovery master becoming unhealthy did not
  261. trigger an ip failover.
  262. - Disable the multipath script by default
  263. - Automatically re-activate the reclock checking if the reclock file is
  264. specified at runtime. Update manpage to reflect this.
  265. - Add a mechanism where samba can register a SRVID and if samba unexpectedly
  266. disconnects, a message will be broadcasted to all other samba daemons.
  267. - Log the pstree on hung scripts to a file in /tmp isntead of
  268. /var/log/messages
  269. - change ban count before unhealthy/banned to 10
  270. * Thu Oct 22 2009 : Version 1.0.99
  271. - Fix a SEGV in the new db priority code.
  272. - From Wolfgang : eliminate a ctdb_fatal() if there is a dmaster violation
  273. detected.
  274. - During testing we often add/delete eventscripts at runtime. This could cause
  275. an eventscript to fail and mark the node unhealthy if an eventscript was
  276. deleted while we were listing the names. Handle the errorcode and make sure
  277. the node does not becomne unhealthy in this case.
  278. - Lower the debuglevel for the messages when ctdb creates a filedescruiptor so
  279. we dont spam the logs with these messages.
  280. - Dont have the RPM automatically restart ctdb
  281. - Volker : add a missing transaction_cancel() in the handling of persistent
  282. databases
  283. - Treat interfaces with the anme ethX* as bond devices in 10.interfaces so we
  284. do the correct test for if they are up or not.
  285. * Tue Oct 20 2009 : Version 1.0.98
  286. - Fix for the vacuuming database from Wolfgang M
  287. - Create a directory where the test framework can put temporary overrides
  288. to variables and functions.
  289. - Wait a lot longer before shutting down the node when the reclock file
  290. is incorrectly configured, and log where it is configured.
  291. - Try to avoid running the "monitor" event when databases are frozen.
  292. - Add logging for every time we create a filedescriptor so we can trap
  293. fd leaks.
  294. * Wed Oct 14 2009 : Version 1.0.97
  295. - From martins : update onnode.
  296. Update onnode to allow specifying an alternative nodes file from
  297. the command line and also to be able to specify hostnames on the
  298. list of targets :
  299. onnode host1,host2,...
  300. * Wed Oct 14 2009 Sumit Bose <sbose@redhat.com> - 1.0.96-1
  301. - Update to ctdb version 1.0.96
  302. * Tue Oct 13 2009 : Version 1.0.96
  303. - Add more debugging output when eventscripts have trouble. Print a
  304. "pstree -p" to the log when scripts have hung.
  305. - Update the initscript, only print the "No reclock file used" warning
  306. when we do "service ctdb start", dont also print them for all other
  307. actions.
  308. - When changing between unhealthy/healthy state, push a request to the
  309. recovery master to perform an ip reallocation instead of waiting for the
  310. recovery master to pull and check the state change.
  311. - Fix a bug in the new db-priority handling where a pre-.95 recovery master
  312. could no longer lock the databases on a post-.95 daemon.
  313. - Always create the nfs state directories during the "monitor" event.
  314. This makes it easier to configure and enable nfs at runtime.
  315. - From Volker, forward-port a simper deadlock avoiding patch from the 1.0.82
  316. branch. This is a simpler versionof the "db priority lock order" patch
  317. that went into 1.0.95, and will be kept for a few versions until samba
  318. has been updated to use the functionality from 1.0.95.
  319. * Mon Oct 12 2009 : Version 1.0.95
  320. - Add database priorities. Allow samba to set the priority of databases
  321. and lock the databases in priority order during recovery
  322. to avoid a deadlock when samba locks one database then blocks indefinitely
  323. while waiting for the second databaso to become locked.
  324. - Be aggressive and ban nodes where the recovery transaction start call
  325. fails.
  326. * Sat Oct 10 2009 : Version 1.0.94
  327. - Be very aggressive and quickly ban nodes that can not freeze their databases
  328. * Thu Oct 8 2009 : Version 1.0.93
  329. - When adding an ip, make sure to update this assignment on all nodes
  330. so it wont show up as -1 on other nodes.
  331. - When adding an ip and immediately deleting it, it was possible that
  332. the daemon would crash accessing already freed memory.
  333. Readjust the memory hierarchy so the destructors are called in the right
  334. order.
  335. - Add a handshake to the recovery daemon to eliminate some rare cases where
  336. addip/delip might cause a recovery to occur.
  337. - updated onnode documenation from Martin S
  338. - Updates to the natgw eventscript to allow disabling natgw at runtime
  339. * Fri Oct 2 2009 : Version 1.0.92
  340. - Test updates and merge from martin
  341. - Add notification for "startup"
  342. - Add documentation for notification
  343. - from martin, a fix for restarting vsftpd in the eventscript
  344. * Tue Sep 29 2009 Sumit Bose <sbose@redhat.com> - 1.0.91-1
  345. - Update to ctdb version 1.0.91
  346. * Tue Sep 29 2009 : Version 1.0.91
  347. - New vacuum and repack design from Wolgang Mueller.
  348. - Add a new eventscript 01.reclock that will first mark a node unhealthy and
  349. later ban the node if the reclock file can not be accessed.
  350. - Add machinereadable output to the ctdb getreclock command
  351. - merge transaction updates from Michael Adam
  352. - In the new banning code, reset the culprit count to 0 for all nodes that
  353. could successfully compelte a full recovery.
  354. - dont mark the recovery master as a ban culprit because a node in the cluster
  355. needs a recovery. this happens naturally when using ctdb recover command so
  356. dont make this cause a node to be banned.
  357. * Wed Sep 23 2009 Sumit Bose <sbose@redhat.com> - 1.0.90-1
  358. - Update to ctdb version 1.0.90
  359. * Sat Sep 12 2009 : Version 1.0.90
  360. - Be more forgiving for eventscripts that hang during startup
  361. - Fix for a banning bug in the new banning logic
  362. * Thu Sep 3 2009 : Version 1.0.89
  363. - Make it possible to manage winbind independently of samba.
  364. - Add new prototype banning code
  365. - Overwrite the vsftpd state file instead of appending. This eliminates
  366. annoying errors in the log.
  367. - Redirect some iptables commands to dev null
  368. - From Michael A, explicitely set the broadcast when we takeover a public ip
  369. - Remove a reclock file check we no longer need
  370. - Skip any persistent database files ending in .bak
  371. * Mon Aug 17 2009 Sumit Bose <sbose@redhat.com> - 1.0.88-1
  372. - Update to ctdb version 1.0.88
  373. * Mon Aug 17 2009 : Version 1.0.88
  374. - Add a new state for eventscripts : DISABLED.
  375. Add two new commands "ctdb enablescript/disablescript" to enable/disable
  376. eventscripts at runtime.
  377. - Bugfixes for TDB from rusty.
  378. - Merge/Port changes from upstream TDB library by rusty.
  379. - Additional new tests from MartinS. Tests for stop/continue.
  380. - Initial patch to rework vacuuming/repacking process from Wolfgang Mueller.
  381. - Updates from Michael Adam for persistent writes.
  382. - Updates from MartinS to handle the new STOPPED bit in the test framework.
  383. - Make it possible to enable/disable the RECMASTER and LMASTER roles
  384. at runtime. Add two new commands
  385. "ctdb setlmasterrole/setrecmasterrole on/off"
  386. - Make it possible to enable/disable the natgw feature at runtime. Add
  387. the command "ctdb setnatgwstate on/off"
  388. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.87-2
  389. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  390. * Fri Jul 17 2009 Sumit Bose <sbose@redhat.com> - 1.0.87-1
  391. - Update to ctdb version 1.0.87
  392. * Fri Jul 17 2009 : Version 1.0.87
  393. - Add a new event "stopped" that is called when a node is stopped.
  394. - Documentation of the STOPPED flag and the stop/continue commands
  395. - Make it possible to start a node in STOPPED mode.
  396. - Add a new node flag : STOPPED and commands "ctdb stop" "ctdb continue"
  397. These commands are similar to "diasble/enable" but will also remove the node
  398. from the vnnmap, while disable only fails all ip addresses over.
  399. - tests for NFS , CIFS by martins
  400. - major updates to the init script by martins
  401. - Send gratious arps with a 1.1 second stride instead of a 1 second stride to
  402. workaround interesting "features" of common linux stacks.
  403. - Various test enhancements from martins:
  404. - additional other tests
  405. - add tests for grat arp generation, ping during failover, ssh and failover
  406. - New/updated tcp tickle tests and supprot functions
  407. - provide better debugging when a test fails
  408. - make ctdbd restarts more reliable in the tests
  409. - update the "wait bar" to make the wait progress in tests more obvious
  410. - various cleanups
  411. - when dispatching a message to a handler, make the message a real talloc
  412. object so that we can reparent the object in the tallic hierarchy.
  413. - document the ipreallocate command
  414. - Updates to enable/disable to use the ipreallocate command to block until the
  415. following ipreallocation has completed.
  416. - Update the main daemon and the tools to allow debug level to be a string
  417. instead of an integer.
  418. - Update the sysconfig file to show using string literals instead of numeric
  419. values for the debuglevels used.
  420. - If no debuglevel is specific, make "ctdb setdebug" show the available
  421. options.
  422. - When trying to allocate network packets, add explicit checks if the network
  423. transport has been shutdown before trying and failing, to make log messages
  424. easier to read. Add this extra check and logging to every plave packets are
  425. allocated.
  426. * Wed Jul 1 2009 Sumit Bose <sbose@redhat.com> - 1.0.86-1
  427. - Update to ctdb version 1.0.86
  428. * Tue Jun 30 2009 : Version 1.0.86
  429. - Do not access the reclock at all if VerifyRecoveryLock is zero, not even try
  430. to probe it.
  431. - Allow setting the reclock file as "", which means that no reclock file at
  432. all should be used.
  433. - Document that a reclock file is no longer required, but that it is
  434. dangerous.
  435. - Add a control that can be used to set/clear/change the reclock file in the
  436. daemon during runtime.
  437. - Update the recovery daemon to poll whether a reclock file should be sued and
  438. if so which file at runtime in each monitoring cycle.
  439. - Automatically disable VerifyRecoveryLock everytime a user changes the
  440. location of the reclock file.
  441. - do not allow the VerifyRecoveryLock to be set using ctdb setvar if there is
  442. no recovery lock file specified.
  443. - Add two commands "ctdb getreclock" and "ctdb setreclock" to modify the
  444. reclock file.
  445. * Tue Jun 23 2009 : Version 1.0.85
  446. - From William Jojo : Dont use getopt on AIX
  447. - Make it possible to use "ctdb listnodes" also when the daemon is not running
  448. - Provide machinereadable output to "ctdb listnodes"
  449. - Dont list DELETED nodes in the ctdb listnodes output
  450. - Try to avoid causing a recovery for the average case when
  451. adding/deleting/moving an ip
  452. - When banning a node, drop the IPs on that node only and not all nodes.
  453. - Add tests for NFS and CIFS tickles
  454. - Rename 99.routing to 11.routing so it executes before NFS and LVS scripts
  455. - Increase the default timeout before we deem an unresponsive recovery daemon
  456. hung and shutdown
  457. - Reduce the reclock timout to 5 seconds
  458. - Spawn a child process in the recovery daemon ot check the reclock file to
  459. avoid blocking the process if the underlying filesystem is unresponsive
  460. - fix for filedescriptor leak when a child process timesout
  461. - Dont log errors if waitpid() returns -1
  462. - Onnode updates by Martins
  463. - Test and initscript cleanups from Martin S
  464. * Fri Jun 5 2009 Sumit Bose <sbose@redhat.com> - 1.0.84-1
  465. - Update to ctdb version 1.0.84
  466. * Tue Jun 2 2009 : Version 1.0.84
  467. - Fix a bug in onnode that could not handle dead nodes
  468. * Tue Jun 2 2009 : Version 1.0.83
  469. - Document how to remove a ndoe from a running cluster.
  470. - Hide all deleted nodes from ctdb output.
  471. - Lower the loglevel on some eventscript related items
  472. - Dont queue packets to deleted nodes
  473. - When building initial vnnmap, ignode any nonexisting nodes
  474. - Add a new nodestate : DELETED that is used when deleting a node from an
  475. existing cluster.
  476. - dont remove the ctdb socket when shutting down. This prevents a race in the
  477. initscripts when restarting ctdb quickly after stopping it.
  478. - TDB nesting reworked.
  479. - Remove obsolete ipmux
  480. - From Flavio Carmo Junior: Add eventscript and documentation for ClamAV
  481. antivirus engine
  482. - From Sumit Bose: fix the regex in the test to handle the new ctdb
  483. statistics output that was recently added.
  484. - change the socket type we use for grauitious arps from the obsolete
  485. AF_INET/SOCK_PACKET to instead use PF_PACKET/SOCK_RAW.
  486. - Check return codes for some functions, from Sumit Bose, based on codereview
  487. by Jim Meyering.
  488. - Sumit Bose: Remove structure memeber node_list_file that is no longer used.
  489. - Sumit Bose: fix configure warning for netfilter.h
  490. - Updates to the webpages by Volker.
  491. - Remove error messages about missing /var/log/log.ctdb file from
  492. ctdb_diagnostics.sh from christian Ambach
  493. - Additional error logs if hte eventscript switching from dameon to client
  494. mode fails.
  495. - track how long it takes for ctdbd and the recovery daemon to perform the
  496. rec-lock fcntl() lock attemt and show this in the ctdb statistics output.
  497. * Thu May 14 2009 Sumit Bose <sbose@redhat.com> - 1.0.82-1
  498. - Update to ctdb version 1.0.82
  499. * Thu May 14 2009 : Version 1.0.82
  500. - Update the "ctdb lvsmaster" command to return -1 on error.
  501. - Add a -Y flag to "ctdb lvsmaster"
  502. - RHEL5 apache leaks semaphores when crashing. Add semaphore cleanup to the
  503. 41.httpd eventscript and try to restart apache when it has crashed.
  504. - Fixes to some tests
  505. - Add a -o option to "onnode" which will redirect all stdout to a file for
  506. each of the nodes.
  507. - Add a natgw and a lvs node specifier to onnode so that we can use
  508. "onnode natgw ..."
  509. - Assign the natgw address to lo instead of the private network so it can also
  510. be used where private and public networks are the same.
  511. - Add GPL boilerplates to two missing scripts.
  512. - Change the natgw prefix NATGW_ to CTDB_NATGW_
  513. * Fri May 8 2009 Sumit Bose <sbose@redhat.com> - 1.0.81-1
  514. - Update to ctdb version 1.0.81
  515. * Fri May 8 2009 : Version 1.0.81
  516. - use smbstatus -np instead of smbstatus -n in the 50.samba eventscript
  517. since this avoids performing an expensive traverse on the locking and brlock
  518. databases.
  519. - make ctdb automatically terminate all traverse child processes clusterwide
  520. associated to a client application that terminates before the traversal is
  521. completed.
  522. - From Sumit Bose : fixes to AC_INIT handling.
  523. - From Michael Adam, add Tridge's "ping_pong" tool the the ctdb distro since
  524. this is very useful for testing the backend filesystem.
  525. - From Sumit bose, add support for additional 64 bit platforms.
  526. - Add a link from the webpage to Michael Adams SambaXP paper on CTDB.
  527. * Fri May 1 2009 : Version 1.0.80
  528. - change init shutdown level to 01 for ctdb so it stops before any of the
  529. other services
  530. - if we can not pull a database from a remote node during recovery, mark that
  531. node as a culprit so it becomes banned
  532. - increase the loglevel when we volunteer to drop all ip addresses after
  533. beeing in recovery mode for too long. Make this timeout tuneable with
  534. "RecoveryDropAllIPs" and have it default to 60 seconds
  535. - Add a new flag TDB_NO_NESTING to the tdb layer to prevent nested
  536. transactions which ctdb does not use and does not expect. Have ctdb set this
  537. flag to prevent nested transactions from occuring.
  538. - dont unconditionally kill off ctdb and restrat it on "service ctdb start".
  539. Fail "service ctdb start" with an error if ctdb is already running.
  540. - Add a new tunable "VerifyRecoveryLock" that can be set to 0 to prevent the
  541. main ctdb daemon to verify that the recovery master has locked the reclock
  542. file correctly before allowing it to set the recovery mode to active.
  543. - fix a cosmetic bug with ctdb statistics where certain counters could become
  544. negative.
  545. * Thu Apr 30 2009 Sumit Bose <sbose@redhat.com> - 1.0.79-2
  546. - fixed a ppc64 build issue
  547. * Wed Apr 29 2009 Sumit Bose <sbose@redhat.com> - 1.0.79-1
  548. - Update to ctdb version 1.0.79
  549. * Wed Apr 8 2009 : Version 1.0.79
  550. - From Mathieu Parent: add a ctdb pkgconfig file
  551. - Fix bug 6250
  552. - add a funciton remove_ip to safely remove an ip from an interface, taking
  553. care to workaround an issue with linux alias interfaces.
  554. - Update the natgw eventscript to use the safe remove_ip() function
  555. - fix a bug in the eventscript child process that would cause the socket to be
  556. removed.
  557. - dont verify nodemap on banned nodes during cluster monitoring
  558. - Update the dodgy SeqnumInterval to have ms resolution
  559. * Tue Mar 31 2009 : Version 1.0.78
  560. - Add a notify mechanism so we can send snmptraps/email to external management
  561. systems when the node becomes unhealthy
  562. - include 11.natgw eventscript in thew install so that the NATGW feature works
  563. * Tue Mar 31 2009 : Version 1.0.77
  564. - Update the 99.routing eventscript to also try to add the routes (back)
  565. during a releaseip event. Similar to the reasons why we must add addresses
  566. back during releaseip in 10.interfaces
  567. * Tue Mar 24 2009 : Version 1.0.76
  568. - Add a debugging command "xpnn" which can print the pnn of the node even when
  569. ctdbd is not running.
  570. - Redo the NATGW implementation to allow multiple disjoing NATGW groups in the
  571. same cluster.
  572. * Tue Mar 24 2009 : Version 1.0.75
  573. - Various updates to LVS
  574. - Fix a bug in the killtcp control where we did not set the port correctly
  575. - add a new "ctdb scriptstatus" command that shows the status of the
  576. eventrscripts.
  577. * Mon Mar 16 2009 : Version 1.0.74
  578. - Fixes to AIX from C Cowan.
  579. - Fixes to ctdb_diagnostics so we collect correct GPFS data
  580. - Fixes to the net conf list command in ctdb_diagnostics
  581. - Check the static-routes file IFF it exists in ctdb_diagnostics
  582. * Thu Mar 05 2009 Sumit Bose <sbose@redhat.com> - 1.0.73-1
  583. - Update to ctdb version 1.0.73
  584. * Wed Mar 4 2009 : Version 1.0.73
  585. - Add possibility to disable the check of shares for NFS and Samba
  586. - From Sumit Bose, fix dependencies so make -j works
  587. * Tue Feb 24 2009 Sumit Bose <sbose@redhat.com> - 1.0.72-3
  588. - fix a make -j dependency problem
  589. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.72-2
  590. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  591. * Wed Feb 18 2009 Sumit Bose <sbose@redhat.com> - 1.0.72-1
  592. - Update to ctdb version 1.0.72
  593. * Wed Feb 18 2009 : Version 1.0.72
  594. - Updates to test scripts by martin s
  595. - Adding a COPYING file
  596. - Use netstat to check for services and ports and fallback to netcat
  597. only if netstat is unavailable.
  598. * Tue Feb 17 2009 Sumit Bose <sbose@redhat.com> - 1.0.71-5
  599. - more fixed according to https://bugzilla.redhat.com/show_bug.cgi?id=459444
  600. * Sun Feb 8 2009 Sumit Bose <sbose@redhat.com> - 1.0.71-4
  601. - added upstream patch with license file
  602. * Fri Feb 6 2009 Sumit Bose <sbose@redhat.com> - 1.0.71-3
  603. - fixed package according to https://bugzilla.redhat.com/show_bug.cgi?id=459444
  604. * Thu Feb 5 2009 Guenther Deschner <gdeschner@redhat.com> - 1.0.71-2
  605. - Update to ctdb version 1.0.71
  606. * Sun Feb 01 2009 : Version 1.0.71
  607. - Additional ipv6 fixes from Michael Adams
  608. * Thu Jan 15 2009 : Version 1.0.70
  609. - IPv6 support is completed. this is backward compatible with ipv4-only
  610. systems. To use IPv6 with samba and ctdb you need current GIT of samba 3.3
  611. or michael adams samba-ctdeb branch.
  612. - Many enhancements to the build system and scripts to make it more SUSE
  613. friendly by Michael Adams.
  614. - Change of how the naming of the package is structured. We are now
  615. using "1.0.70" as a release and "-1" as the revision instead of as
  616. previously using "1.0" as release and ".70" as the revision.
  617. By Michael Adams.
  618. * Wed Dec 17 2008 : Version 1.0.69
  619. - Various fixes to scripts by M Adam
  620. - Dont call ctdb_fatal() when the transport is down during shutdown
  621. * Thu Dec 11 2008 : Version 1.0.68
  622. - Fixes for monitoring of interfaces status from Michael Adam.
  623. - Use -q instead of >/dev/null for grep to enhance readability of the
  624. scripts from Michael Adam.
  625. - Update to the "ctdb recover" command. This command now block until the
  626. has completed. This makes it much easier to use in scripts and avoids
  627. the common workaround :
  628. ctdb recover
  629. ... loop while waiting for recovery completes ...
  630. continue ...
  631. - Add a CTDB_TIMEOUT variable. If set, this variable provides an automatic
  632. timeout for "ctdb <command>", similar to using -T <timeout>
  633. - Set a unique errorcode for "ctdb <command>" when it terminates due to a
  634. timeout so that scripts can distinguish between a hung command and what was
  635. just a failure.
  636. - Update "ctdb ban/unban" so that if the cluster is in recovery these commands
  637. blocks and waits until after recovery is complete before the perform the
  638. ban/unban operation. This is necessary since the recovery process can cause
  639. nodes to become automatically unbanned.
  640. - Update "ctdb ban/unban" to block until the recovery that will follow shortly
  641. after this command has completed.
  642. This makes it much easier to use in scripts and avoids the common
  643. workaround :
  644. ctdb ban/unban
  645. ... loop while waiting for recovery completes ...
  646. continue ...
  647. - Bugfix for the new flags handling in 1.0.67. Abort and restart monitoring
  648. if we failed to get proper nodemaps from a remote node instead of
  649. dereferencing a null pointer.
  650. - If ctdbd was explicitely started with the '--socket' argument, make
  651. ctdbd automatically set CTDB_SOCKET to the specified argument.
  652. This ensures that eventscripts spawned by the ctdb daemon will default to
  653. using the same socket and talk to the correct daemon.
  654. This primarily affects running multiple daemons on the same host and where
  655. you want each instance of ctdb daemons have their eventscripts talk to the
  656. "correct" daemon.
  657. - Update "ctdb ping" to return an error code if the ping fail so that it
  658. can be used in scripts.
  659. - Update to how to synchronize management of node flags across the cluster.
  660. * Tue Dec 02 2008 : Version 1.0.67
  661. - Add a document describing the recovery process.
  662. - Fix a bug in "ctdb setdebug" where it would refuse to set a negative
  663. debug level.
  664. - Print the list of literals for debug names if an invalid one was given
  665. to "ctdb setdebug"
  666. - Redesign how "ctdb reloadnodes" works and reduce the amont of tcp teardowns
  667. used during this event.
  668. - Make it possible to delete a public ip from all nodes at once using
  669. "ctdb delip -n all"
  670. * Sun Nov 23 2008 : Version 1.0.66
  671. - Allow to change the recmaster even when we are not frozen.
  672. - Remove two redundant SAMBA_CHECK variables from the sysconf example
  673. - After a node failure it can take very long before some lock operations
  674. ctdb needs to perform are allowed/works with gpfs again. Workaround this
  675. by treating a hang/timeout as success.
  676. - Dont override CTDB_BASE is fet in the shell already
  677. - Always send keepalive packets regardless of whether the link is idle or not.
  678. - Rewrite the disable/enable flag update logic to prevent a race between
  679. "ctdb disable/enable" and the recovery daemon when updating the flags to
  680. all nodes.
  681. * Wed Nov 12 2008 : Version 1.0.65
  682. - Update the sysconfig example: The default debug level is 2 (NOTICE) and not
  683. 0 (ERROR)
  684. - Add support for a CTDB_SOCKET environment variable for the ctdb command
  685. line tool. If set, this overrides the default socket the ctdb tool will
  686. use.
  687. - Add logging of high latency operations.
  688. * Tue Oct 21 2008 : Version 1.0.64
  689. - Add a context and a timed event so that once we have been in recovery for
  690. too long we drop all public addresses.
  691. * Sun Oct 19 2008 : Version 1.0.63
  692. - Remove logging of "periodic cleanup ..." in 50.samba
  693. - When we reload a nodes file, we must detect this and reload the file also
  694. in the recovery daemon before we try to dereference somethoung beyond the end
  695. of the nodes array.
  696. * Wed Oct 15 2008 : Version 1.0.62
  697. - Allow multiple eventscritps using the same prefix number.
  698. It is undefined which order scripts with the same prefix will execute in.
  699. * Tue Oct 14 2008 : Version 1.0.61
  700. - Use "route add -net" instead of "ip route add" when adding routes in 99.routing
  701. - lower the loglevel os several debug statements
  702. - check the status returned from ctdb_ctrl_get_tickles() before we try to
  703. print them out to the screen.
  704. - install a new eventscript 20.multipathd whoich can be used to monitor that
  705. multipath devices are healthy
  706. * Tue Oct 14 2008 : Version 1.0.60
  707. - Verify that nodes we try to ban/unban are reachable and print an error othervise.
  708. - Update the client and server sides of TAKEIP/RELEASEIP/GETPUBLICIPS and
  709. GETNODEMAP to fall back to the old style ipv4-only controls if the new
  710. ipv4/ipv6 controls fail. This allows an ipv4/v6 enabled ctdb daemon to
  711. interoperate with earlier ipv4-only versions of the daemons.
  712. - From Mathieu Parent : log debian systems log the package versions in ctdb
  713. diagnostics
  714. - From Mathieu Parent : specify logdir location for debian (this patch was
  715. later reversed)
  716. - From Michael Adams : allow # comments in nodes/public_addresses files
  717. * Mon Oct 06 2008 : Version 1.0.59
  718. - Updated "reloadnodes" logic. Instead of bouncing the entire tcp layer it is
  719. sufficient to just close and reopen all outgoing tcp connections.
  720. - New eventscript 99.routing which can be used to re-attach routes to public
  721. interfaces after a takeip event. (routes may be deleted by the kernel when we
  722. release an ip)
  723. - IDR tree fix from Jim Houston
  724. - Better handling of critical events if the local clock is suddenly changed
  725. forward by a lot.
  726. - Fix three slow memory leaks in the recovery daemon
  727. - New ctdb command : ctdb recmaster which prints the pnn of the recmaster
  728. - Onnode enhancements from Martin S : "healthy" and "connected" are now
  729. possible nodespecifiers
  730. - From Martin S : doc fixes
  731. - lowering some debug levels for some nonvital informational messages
  732. - Make the daemon daemon monitoring stronger and allow ctdbd to detect a hung
  733. recovery daemon.
  734. - From C Cowan : patches to compile ipv6 under AIX
  735. - zero out some structs to keep valgrind happy
  736. * Mon Sep 8 2008 Abhijith Das <adas@redhat.com> - 1.0.58-1
  737. - This release repackages upstream's version 1.0.58 for fedora
  738. * Wed Aug 27 2008 : Version 1.0.58
  739. - revert the name change tcp_tcp_client back to tcp_control_tcp so
  740. samba can build.
  741. - Updates to the init script from Abhijith Das <adas@redhat.com>
  742. * Mon Aug 25 2008 : Version 1.0.57
  743. - initial support for IPv6
  744. * Mon Aug 11 2008 : Version 1.0.56
  745. - fix a memory leak in the recovery daemon.
  746. * Mon Aug 11 2008 : Version 1.0.55
  747. - Fix the releaseip message we seond to samba.
  748. * Fri Aug 8 2008 : Version 1.0.54
  749. - fix a looping error in the transaction code
  750. - provide a more detailed error code for persistent store errors
  751. so clients can make more intelligent choices on how to try to recover
  752. * Thu Aug 7 2008 : Version 1.0.53
  753. - Remove the reclock.pnn file it can cause gpfs to fail to umount
  754. - New transaction code
  755. * Mon Aug 4 2008 : Version 1.0.52
  756. - Send an explicit gratious arp when starting sending the tcp tickles.
  757. - When doing failover, issue a killtcp to non-NFS/non-CIFS clients
  758. so that they fail quickly. NFS and CIFS already fail and recover
  759. quickly.
  760. - Update the test scripts to handle CTRL-C to kill off the test.
  761. * Mon Jul 28 2008 : Version 1.0.51
  762. - Strip off the vlan tag from bond devices before we check in /proc
  763. if the interface is up or not.
  764. - Use testparm in the background in the scripts to allow probing
  765. that the shares do exist.
  766. - Fix a bug in the logging code to handle multiline entries better
  767. - Rename private elements from private to private_data
  768. * Fri Jul 18 2008 : Version 1.0.50
  769. - Dont assume that just because we can establish a TCP connection
  770. that we are actually talking to a functioning ctdb daemon.
  771. So dont mark the node as CONNECTED just because the tcp handshake
  772. was successful.
  773. - Dont try to set the recmaster to ourself during elections for those
  774. cases we know this will fail. To remove some annoying benign but scary
  775. looking entries from the log.
  776. - Bugfix for eventsystem for signal handling that could cause a node to
  777. hang.
  778. * Thu Jul 17 2008 : Version 1.0.49
  779. - Update the safe persistent update fix to work with unpatched samba
  780. servers.
  781. * Thu Jul 17 2008 : Version 1.0.48
  782. - Update the spec file.
  783. - Do not start new user-triggered eventscripts if we are already
  784. inside recovery mode.
  785. - Add two new controls to start/cancel a persistent update.
  786. A client such as samba can use these to tell ctdbd that it will soon
  787. be writing directly to the persistent database tdb file. So if
  788. samba is -9ed before it has eitehr done the persistent_store or
  789. canceled the operation, ctdb knows that the persistent databases
  790. 'may' be out of sync and therefore a full blown recovery is called for.
  791. - Add two new options :
  792. CTDB_SAMBA_SKIP_CONF_CHECK and CTDB_SAMBA_CHECK_PORTS that can be used
  793. to override what checks to do when monitoring samba health.
  794. We can no longer use the smbstatus, net or testparm commands to check
  795. if samba or its config is healthy since these commands may block
  796. indefinitely and thus can not be used in scripts.
  797. * Fri Jul 11 2008 : Version 1.0.47
  798. - Fix a double free bug where if a user striggered (ctdb eventscript)
  799. hung and while the timeout handler was being processed a new user
  800. triggered eventscript was started we would free state twice.
  801. - Rewrite of onnode and associated documentation.
  802. * Thu Jul 10 2008 : Version 1.0.46
  803. - Document both the LVS:cingle-ip-address and the REMOTE-NODE:wan-accelerator
  804. capabilities.
  805. - Add commands "ctdb pnn", "ctdb lvs", "ctdb lvsmaster".
  806. - LVS improvements. LVS is the single-ip-address mode for a ctdb cluster.
  807. - Fixes to supress rpmlint warnings
  808. - AXI compile fixes.
  809. - Change \s to [[:space:]] in some scripts. Not all RHEL5 packages come
  810. with a egrep that handles \s even same version but different arch.
  811. - Revert the change to NFS restart. CTDB should NOT attempt to restart
  812. failed services.
  813. - Rewrite of the waitpid() patch to use the eventsystem for handling
  814. signals.
  815. * Tue Jul 8 2008 : Version 1.0.45
  816. - Try to restart the nfs service if it has failed to respond 3 times in a row.
  817. - waitpid() can block if the child does not respond promptly to SIGTERM.
  818. ignore all SIGCHILD signals by setting SIGCHLD to SIG_DEF.
  819. get rid of all calls to waitpid().
  820. - make handling of eventscripts hanging more liberal.
  821. only consider the script to have failed and making the node unhealthy
  822. IF the eventscript terminated wiht an error
  823. OR the eventscript hung 5 or more times in a row
  824. * Mon Jul 7 2008 : Version 1.0.44
  825. - Add a CTDB_VALGRIND option to /etc/sysconfig/ctdb to make it start
  826. ctdb under valgrind. Logs go to /var/log/ctdb_valgrind.PID
  827. - Add a hack to show the control opcode that caused uninitialized data
  828. in the valgrind output by encoding the opcode as the line number.
  829. - Initialize structures and allocated memory in various places in
  830. ctdb to make it valgrind-clean and remove all valgrind errors/warnings.
  831. - If/when we destroy a lockwait child, also make sure we cancel any pending transactions
  832. - If a transaction_commit fails, delete/cancel any pending transactions and
  833. return an error instead of calling ctdb_fatal()
  834. - When running ctdb under valgrind, make sure we run it with --nosetsched and also
  835. ensure that we do not use mem-mapped i/o when accessing the tdb's.
  836. - zero out ctdb->freeze_handle when we free/destroy a freeze-child.
  837. This prevent a heap corruption/ctdb crash bug that could trigger
  838. if the freeze child times out.
  839. - we dont need to explicitely thaw the databases from the recovery daemon
  840. since this is done implicitely when we restore the recovery mode back to normal.
  841. - track when we start and stop a recovery. Add the 'time it took to complete the
  842. recovery' to the 'ctdb uptime' output.
  843. Ensure by tracking the start/stop recovery timestamps that we do not
  844. check that the ip allocation is consistend from inside the recovery daemon
  845. while a different node (recovery master) is performing a recovery.
  846. This prevent a race that could cause a full recovery to trigger if the
  847. 'ctdb disable/enable' commands took very long.
  848. - The freeze child indicates to the master daemon that all databases are locked
  849. by writing data to the pipe shared with the master daemon.
  850. This write sometimes fail and thus the master daemon never notices that the databases
  851. are locked cvausing long timeouts and extra recoveries.
  852. Check that the write is successful and try the write again if it failed.
  853. - In each node, verify that the recmaster have the right node flags for us
  854. and force a push of our flags to the recmaster if wrong.
  855. * Tue Jul 1 2008 : Version 1.0.43
  856. - Updates and bugfixes to the specfile to keep rpmlint happy
  857. - Force a global flags update after each recovery event.
  858. - Verify that the recmaster agrees with our node flags and update the
  859. recmaster othervise.
  860. - When writing back to the parent from a freeze-child across the pipe,
  861. loop over the write in case the write failed with an error othervise
  862. the parent will never be notified tha the child has completed the operation.
  863. - Automatically thaw all databases when recmaster marks us as being in normal
  864. mode instead of recovery mode.
  865. * Fri Jun 13 2008 : Version 1.0.42
  866. - When event scripts have hung/timedout more than EventScriptBanCount times
  867. in a row the node will ban itself.
  868. - Many updates to persistent write tests and the test scripts.
  869. * Wed May 28 2008 : Version 1.0.41
  870. - Reactivate the safe writes to persistent databases and solve the
  871. locking issues. Locking issues are solved the only possible way,
  872. by using a child process to do the writes. Expensive and slow but... .
  873. * Tue May 27 2008 : Version 1.0.40
  874. - Read the samba sysconfig file from the 50.samba eventscript
  875. - Fix some emmory hierarchical bugs in the persistent write handling
  876. * Thu May 22 2008 : Version 1.0.39
  877. - Moved a CTDB_MANAGES_NFS, CTDB_MANAGES_ISCSI and CTDB_MANAGES_CSFTPD
  878. into /etc/sysconfig/ctdb
  879. - Lowered some debug messages to not fill the logfile with entries
  880. that normally occur in the default configuration.
  881. * Fri May 16 2008 : Version 1.0.38
  882. - Add machine readable output support to "ctdb getmonmode"
  883. - Lots of tweaks and enhancements if the event scripts are "slow"
  884. - Merge from tridge: an attempt to break the chicken-and-egg deadlock that
  885. net conf introduces if used from an eventscript.
  886. - Enhance tickles so we can tickle an ipv6 connection.
  887. - Start adding ipv6 support : create a new container to replace sockaddr_in.
  888. - Add a checksum routine for ipv6/tcp
  889. - When starting up ctdb, let the init script do a tdbdump on all
  890. persistent databases and verify that they are good (i.e. not corrupted).
  891. - Try to use "safe transactions" when writing to a persistent database
  892. that was opened with the TDB_NOSYNC flag. If we can get the transaction
  893. thats great, if we cant we have to write anyway since we cant block here.
  894. * Mon May 12 2008 : Version 1.0.37
  895. - When we shutdown ctdb we close the transport down before we run the
  896. "shutdown" eventscripts. If ctdb decides to send a packet to a remote node
  897. after we have shutdown the transport but before we have shutdown ctdbd
  898. itself this could lead to a SEGV instead of a clean shutdown. Fix.
  899. - When using the "exportfs" command to extract which NFS export directories
  900. to monitor, exportfs violates the "principle of least surprise" and
  901. sometimes report a single export line as two lines of text output
  902. causing the monitoring to fail.
  903. * Fri May 9 2008 : Version 1.0.36
  904. - fix a memory corruption bug that could cause the recovery daemon to crash.
  905. - fix a bug with distributing public ip addresses during recovery.
  906. If the node that is the recovery master did NOT use public addresses,
  907. then it assumed that no other node in the cluster used them either and
  908. thus skipped the entire step of reallocating public addresses.
  909. * Wed May 7 2008 : Version 1.0.35
  910. - During recovery, when we define the new set of lmasters (vnnmap)
  911. only consider those nodes that have the can-be-lmaster capability
  912. when we create the vnnmap. unless there are no nodes available which
  913. supports this capability in which case we allow the recmaster to
  914. become lmaster capable (temporarily).
  915. - Extend the async framework so that we can use paralell async calls
  916. to controls that return data.
  917. - If we do not have the "can be recmaster" capability, make sure we will
  918. lose any recmaster elections, unless there are no nodes available that
  919. have the capability, in which case we "take/win" the election anyway.
  920. - Close and reopen the reclock pnn file at regular intervals.
  921. Make it a non-fatal event if we occasionally fail to open/read/write
  922. to this file.
  923. - Monitor that the recovery daemon is still running from the main ctdb
  924. daemon and shutdown the main daemon when recovery daemon has terminated.
  925. - Add a "ctdb getcapabilities" command to read the capabilities off a node.
  926. - Define two new capabilities : can be recmaster and can be lmaster
  927. and default both capabilities to YES.
  928. - Log denied tcp connection attempts with DEBUG_ERR and not DEBUG_WARNING
  929. * Thu Apr 24 2008 : Version 1.0.34
  930. - When deleting a public ip from a node, try to migrate the ip to a different
  931. node first.
  932. - Change catdb to produce output similar to tdbdump
  933. - When adding a new public ip address, if this ip does not exist yet in
  934. the cluster, then grab the ip on the local node and activate it.
  935. - When a node disagrees with the recmaster on WHO is the recmaster, then
  936. mark that node as a recovery culprit so it will eventually become
  937. banned.
  938. - Make ctdb eventscript support the -n all argument.
  939. * Thu Apr 10 2008 : Version 1.0.33
  940. - Add facilities to include site local adaptations to the eventscript
  941. by /etc/ctdb/rc.local which will be read by all eventscripts.
  942. - Add a "ctdb version" command.
  943. - Secure the domain socket with proper permissions from Chris Cowan
  944. - Bugfixes for AIX from Chris Cowan
  945. * Wed Apr 02 2008 : Version 1.0.32
  946. - Add a control to have a node execute the eventscripts with arbitrary
  947. command line arguments.
  948. - Add a control "rddumpmemory" that will dump the talloc memory allocations
  949. for the recovery daemon.
  950. - Decorate the talloc memdump to produce better and easier memory leak
  951. tracking.
  952. - Update the RHEL5 iscsi tgtd scripts to allow one iscsi target for each
  953. public address.
  954. - Add two new controls "addip/delip" that can be used to add/remove public
  955. addresses to a node at runtime. After using these controls a "ctdb recover"
  956. ir required to make the changes take.
  957. - Fix a couple of slow memory leaks.
  958. * Tue Mar 25 2008 : Version 1.0.31
  959. - Add back controls to disable/enable monitoring on a node.
  960. - Fix a memory leak where we used to attach CALL data to the ctdb structure
  961. when performing a local call. Memory which would be lost if the call was
  962. aborted.
  963. - Reduce the loglevel for the log output when someone connects to a non
  964. public ip address for samba.
  965. - Redo and optimize the vacuuming process to send only one control to each
  966. other node containing all records to be vacuumed instead of one
  967. control per node per record.
  968. * Tue Mar 04 2008 : Version 1.0.30
  969. - Update documentation cor new commands and tuneables
  970. - Add machinereadable output to the ip,uptime and getdebug commands
  971. - Add a moveip command to manually failover/failback public ips
  972. - Add NoIPFallback tuneable that prevents ip address failback
  973. - Use file locking inside the CFS as alternative to verify when other nodes
  974. Are connected/disconnected to be able to recover from split network
  975. - Add DisableWhenUnhealthy tunable
  976. - Add CTDB_START_AS_DISABLED sysconfig param
  977. - Add --start-as-disabled flag to ctdb
  978. - Add ability to monitor for OOM condition
  979. * Thu Feb 21 2008 : Version 1.0.29
  980. - Add a new command to make expansion of an existing cluster easier
  981. - Fix bug with references to freed objects in the ctdb structure
  982. - Propagate debuglevel changes to the recovery daemon
  983. - Merge patches to event scripts from Mathieu Parent :
  984. - MP: Simulate "service" on systems which do not provide this tool
  985. - MP: Set correct permissions for events.d/README
  986. - Add nice helper functions to start/stop nfs from the event scripts
  987. * Fri Feb 08 2008 : Version 1.0.28
  988. - Fix a problem where we tried to use ethtool on non-ethernet interfaces
  989. - Warn if the ipvsadm packege is missing when LVS is used
  990. - Dont use absolute pathnames in some of the event scripts
  991. - Fix for persistent tdbs growing inifinitely.
  992. * Wed Feb 06 2008 : Version 1.0.27
  993. - Add eventscript for iscsi
  994. * Thu Jan 31 2008 : Version 1.0.26
  995. - Fix crashbug in tdb transaction code
  996. * Tue Jan 29 2008 : Version 1.0.25
  997. - added async recovery code
  998. - make event scripts more portable
  999. - fixed ctdb dumpmemory
  1000. - more efficient tdb allocation code
  1001. - improved machine readable ctdb status output
  1002. - added ctdb uptime
  1003. * Wed Jan 16 2008 : Version 1.0.24
  1004. - added syslog support
  1005. - documentation updates
  1006. * Wed Jan 16 2008 : Version 1.0.23
  1007. - fixed a memory leak in the recoveryd
  1008. - fixed a corruption bug in the new transaction code
  1009. - fixed a case where an packet for a disconnected client could be processed
  1010. - added http event script
  1011. - updated documentation
  1012. * Thu Jan 10 2008 : Version 1.0.22
  1013. - auto-run vacuum and repack ops
  1014. * Wed Jan 09 2008 : Version 1.0.21
  1015. - added ctdb vacuum and ctdb repack code
  1016. * Sun Jan 06 2008 : Version 1.0.20
  1017. - new transaction based recovery code
  1018. * Sat Jan 05 2008 : Version 1.0.19
  1019. - fixed non-master bug
  1020. - big speedup in recovery for large databases
  1021. - lots of changes to improve tdb and ctdb for high churn databases
  1022. * Thu Dec 27 2007 : Version 1.0.18
  1023. - fixed crash bug in monitor_handler
  1024. * Tue Dec 04 2007 : Version 1.0.17
  1025. - fixed bugs related to ban/unban of nodes
  1026. - fixed a race condition that could lead to monitoring being permanently disabled,
  1027. which would lead to long recovery times
  1028. - make deterministic IPs the default
  1029. - fixed a bug related to continuous recovery
  1030. - added a debugging option --node-ip