votequorum.c 85 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065
  1. /*
  2. * Copyright (c) 2009-2020 Red Hat, Inc.
  3. *
  4. * All rights reserved.
  5. *
  6. * Authors: Christine Caulfield (ccaulfie@redhat.com)
  7. * Fabio M. Di Nitto (fdinitto@redhat.com)
  8. *
  9. * This software licensed under BSD license, the text of which follows:
  10. *
  11. * Redistribution and use in source and binary forms, with or without
  12. * modification, are permitted provided that the following conditions are met:
  13. *
  14. * - Redistributions of source code must retain the above copyright notice,
  15. * this list of conditions and the following disclaimer.
  16. * - Redistributions in binary form must reproduce the above copyright notice,
  17. * this list of conditions and the following disclaimer in the documentation
  18. * and/or other materials provided with the distribution.
  19. * - Neither the name of the MontaVista Software, Inc. nor the names of its
  20. * contributors may be used to endorse or promote products derived from this
  21. * software without specific prior written permission.
  22. *
  23. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTIBUTORS "AS IS"
  24. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  25. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  26. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  27. * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  28. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  29. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  30. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  31. * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  32. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  33. * THE POSSIBILITY OF SUCH DAMAGE.
  34. */
  35. #include <config.h>
  36. #include <sys/types.h>
  37. #include <sys/stat.h>
  38. #include <fcntl.h>
  39. #include <stdint.h>
  40. #include <unistd.h>
  41. #include <qb/qbipc_common.h>
  42. #include "quorum.h"
  43. #include <corosync/corodefs.h>
  44. #include <corosync/list.h>
  45. #include <corosync/logsys.h>
  46. #include <corosync/coroapi.h>
  47. #include <corosync/icmap.h>
  48. #include <corosync/votequorum.h>
  49. #include <corosync/ipc_votequorum.h>
  50. #include "service.h"
  51. #include "util.h"
  52. LOGSYS_DECLARE_SUBSYS ("VOTEQ");
  53. /*
  54. * interface with corosync
  55. */
  56. static struct corosync_api_v1 *corosync_api;
  57. /*
  58. * votequorum global config vars
  59. */
  60. static char qdevice_name[VOTEQUORUM_QDEVICE_MAX_NAME_LEN];
  61. static struct cluster_node *qdevice = NULL;
  62. static unsigned int qdevice_timeout = VOTEQUORUM_QDEVICE_DEFAULT_TIMEOUT;
  63. static unsigned int qdevice_sync_timeout = VOTEQUORUM_QDEVICE_DEFAULT_SYNC_TIMEOUT;
  64. static uint8_t qdevice_can_operate = 1;
  65. static void *qdevice_reg_conn = NULL;
  66. static uint8_t qdevice_master_wins = 0;
  67. static uint8_t two_node = 0;
  68. static uint8_t wait_for_all = 0;
  69. static uint8_t wait_for_all_status = 0;
  70. static uint8_t wait_for_all_autoset = 0; /* Wait for all is not set explicitly and follows two_node */
  71. static enum {ATB_NONE, ATB_LOWEST, ATB_HIGHEST, ATB_LIST} auto_tie_breaker = ATB_NONE, initial_auto_tie_breaker = ATB_NONE;
  72. static int lowest_node_id = -1;
  73. static int highest_node_id = -1;
  74. #define DEFAULT_LMS_WIN 10000
  75. static uint8_t last_man_standing = 0;
  76. static uint32_t last_man_standing_window = DEFAULT_LMS_WIN;
  77. static uint8_t allow_downscale = 0;
  78. static uint32_t ev_barrier = 0;
  79. static uint8_t ev_tracking = 0;
  80. static uint32_t ev_tracking_barrier = 0;
  81. static int ev_tracking_fd = -1;
  82. /*
  83. * votequorum_exec defines/structs/forward definitions
  84. */
  85. struct req_exec_quorum_nodeinfo {
  86. struct qb_ipc_request_header header __attribute__((aligned(8)));
  87. uint32_t nodeid;
  88. uint32_t votes;
  89. uint32_t expected_votes;
  90. uint32_t flags;
  91. } __attribute__((packed));
  92. struct req_exec_quorum_reconfigure {
  93. struct qb_ipc_request_header header __attribute__((aligned(8)));
  94. uint32_t nodeid;
  95. uint32_t value;
  96. uint8_t param;
  97. uint8_t _pad0;
  98. uint8_t _pad1;
  99. uint8_t _pad2;
  100. } __attribute__((packed));
  101. struct req_exec_quorum_qdevice_reg {
  102. struct qb_ipc_request_header header __attribute__((aligned(8)));
  103. uint32_t operation;
  104. char qdevice_name[VOTEQUORUM_QDEVICE_MAX_NAME_LEN];
  105. } __attribute__((packed));
  106. struct req_exec_quorum_qdevice_reconfigure {
  107. struct qb_ipc_request_header header __attribute__((aligned(8)));
  108. char oldname[VOTEQUORUM_QDEVICE_MAX_NAME_LEN];
  109. char newname[VOTEQUORUM_QDEVICE_MAX_NAME_LEN];
  110. } __attribute__((packed));
  111. /*
  112. * votequorum_exec onwire version (via totem)
  113. */
  114. #include "votequorum.h"
  115. /*
  116. * votequorum_exec onwire messages (via totem)
  117. */
  118. #define MESSAGE_REQ_EXEC_VOTEQUORUM_NODEINFO 0
  119. #define MESSAGE_REQ_EXEC_VOTEQUORUM_RECONFIGURE 1
  120. #define MESSAGE_REQ_EXEC_VOTEQUORUM_QDEVICE_REG 2
  121. #define MESSAGE_REQ_EXEC_VOTEQUORUM_QDEVICE_RECONFIGURE 3
  122. static void votequorum_exec_send_expectedvotes_notification(void);
  123. static int votequorum_exec_send_quorum_notification(void *conn, uint64_t context);
  124. static int votequorum_exec_send_nodelist_notification(void *conn, uint64_t context);
  125. #define VOTEQUORUM_RECONFIG_PARAM_EXPECTED_VOTES 1
  126. #define VOTEQUORUM_RECONFIG_PARAM_NODE_VOTES 2
  127. #define VOTEQUORUM_RECONFIG_PARAM_CANCEL_WFA 3
  128. static int votequorum_exec_send_reconfigure(uint8_t param, unsigned int nodeid, uint32_t value);
  129. /*
  130. * used by req_exec_quorum_qdevice_reg
  131. */
  132. #define VOTEQUORUM_QDEVICE_OPERATION_UNREGISTER 0
  133. #define VOTEQUORUM_QDEVICE_OPERATION_REGISTER 1
  134. /*
  135. * votequorum internal node status/view
  136. */
  137. #define NODE_FLAGS_QUORATE 1
  138. #define NODE_FLAGS_LEAVING 2
  139. #define NODE_FLAGS_WFASTATUS 4
  140. #define NODE_FLAGS_FIRST 8
  141. #define NODE_FLAGS_QDEVICE_REGISTERED 16
  142. #define NODE_FLAGS_QDEVICE_ALIVE 32
  143. #define NODE_FLAGS_QDEVICE_CAST_VOTE 64
  144. #define NODE_FLAGS_QDEVICE_MASTER_WINS 128
  145. typedef enum {
  146. NODESTATE_MEMBER=1,
  147. NODESTATE_DEAD,
  148. NODESTATE_LEAVING
  149. } nodestate_t;
  150. struct cluster_node {
  151. int node_id;
  152. nodestate_t state;
  153. uint32_t votes;
  154. uint32_t expected_votes;
  155. uint32_t flags;
  156. struct list_head list;
  157. };
  158. /*
  159. * votequorum internal quorum status
  160. */
  161. static uint8_t quorum;
  162. static uint8_t cluster_is_quorate;
  163. /*
  164. * votequorum membership data
  165. */
  166. static struct cluster_node *us;
  167. static struct list_head cluster_members_list;
  168. static unsigned int quorum_members[PROCESSOR_COUNT_MAX];
  169. static unsigned int previous_quorum_members[PROCESSOR_COUNT_MAX];
  170. static unsigned int atb_nodelist[PROCESSOR_COUNT_MAX];
  171. static int quorum_members_entries = 0;
  172. static int previous_quorum_members_entries = 0;
  173. static int atb_nodelist_entries = 0;
  174. static struct memb_ring_id quorum_ringid;
  175. /*
  176. * pre allocate all cluster_nodes + one for qdevice
  177. */
  178. static struct cluster_node cluster_nodes[PROCESSOR_COUNT_MAX+2];
  179. static int cluster_nodes_entries = 0;
  180. /*
  181. * votequorum tracking
  182. */
  183. struct quorum_pd {
  184. unsigned char track_flags;
  185. int tracking_enabled;
  186. uint64_t tracking_context;
  187. struct list_head list;
  188. void *conn;
  189. };
  190. static struct list_head trackers_list;
  191. /*
  192. * votequorum timers
  193. */
  194. static corosync_timer_handle_t qdevice_timer;
  195. static int qdevice_timer_set = 0;
  196. static corosync_timer_handle_t last_man_standing_timer;
  197. static int last_man_standing_timer_set = 0;
  198. static int sync_nodeinfo_sent = 0;
  199. static int sync_wait_for_poll_or_timeout = 0;
  200. /*
  201. * Service Interfaces required by service_message_handler struct
  202. */
  203. static int sync_in_progress = 0;
  204. static void votequorum_sync_init (
  205. const unsigned int *trans_list,
  206. size_t trans_list_entries,
  207. const unsigned int *member_list,
  208. size_t member_list_entries,
  209. const struct memb_ring_id *ring_id);
  210. static int votequorum_sync_process (void);
  211. static void votequorum_sync_activate (void);
  212. static void votequorum_sync_abort (void);
  213. static quorum_set_quorate_fn_t quorum_callback;
  214. /*
  215. * votequorum_exec handler and definitions
  216. */
  217. static char *votequorum_exec_init_fn (struct corosync_api_v1 *api);
  218. static int votequorum_exec_exit_fn (void);
  219. static int votequorum_exec_send_nodeinfo(uint32_t nodeid);
  220. static void message_handler_req_exec_votequorum_nodeinfo (
  221. const void *message,
  222. unsigned int nodeid);
  223. static void exec_votequorum_nodeinfo_endian_convert (void *message);
  224. static void message_handler_req_exec_votequorum_reconfigure (
  225. const void *message,
  226. unsigned int nodeid);
  227. static void exec_votequorum_reconfigure_endian_convert (void *message);
  228. static void message_handler_req_exec_votequorum_qdevice_reg (
  229. const void *message,
  230. unsigned int nodeid);
  231. static void exec_votequorum_qdevice_reg_endian_convert (void *message);
  232. static void message_handler_req_exec_votequorum_qdevice_reconfigure (
  233. const void *message,
  234. unsigned int nodeid);
  235. static void exec_votequorum_qdevice_reconfigure_endian_convert (void *message);
  236. static struct corosync_exec_handler votequorum_exec_engine[] =
  237. {
  238. { /* 0 */
  239. .exec_handler_fn = message_handler_req_exec_votequorum_nodeinfo,
  240. .exec_endian_convert_fn = exec_votequorum_nodeinfo_endian_convert
  241. },
  242. { /* 1 */
  243. .exec_handler_fn = message_handler_req_exec_votequorum_reconfigure,
  244. .exec_endian_convert_fn = exec_votequorum_reconfigure_endian_convert
  245. },
  246. { /* 2 */
  247. .exec_handler_fn = message_handler_req_exec_votequorum_qdevice_reg,
  248. .exec_endian_convert_fn = exec_votequorum_qdevice_reg_endian_convert
  249. },
  250. { /* 3 */
  251. .exec_handler_fn = message_handler_req_exec_votequorum_qdevice_reconfigure,
  252. .exec_endian_convert_fn = exec_votequorum_qdevice_reconfigure_endian_convert
  253. },
  254. };
  255. /*
  256. * Library Handler and Functions Definitions
  257. */
  258. static int quorum_lib_init_fn (void *conn);
  259. static int quorum_lib_exit_fn (void *conn);
  260. static void qdevice_timer_fn(void *arg);
  261. static void message_handler_req_lib_votequorum_getinfo (void *conn,
  262. const void *message);
  263. static void message_handler_req_lib_votequorum_setexpected (void *conn,
  264. const void *message);
  265. static void message_handler_req_lib_votequorum_setvotes (void *conn,
  266. const void *message);
  267. static void message_handler_req_lib_votequorum_trackstart (void *conn,
  268. const void *message);
  269. static void message_handler_req_lib_votequorum_trackstop (void *conn,
  270. const void *message);
  271. static void message_handler_req_lib_votequorum_qdevice_register (void *conn,
  272. const void *message);
  273. static void message_handler_req_lib_votequorum_qdevice_unregister (void *conn,
  274. const void *message);
  275. static void message_handler_req_lib_votequorum_qdevice_update (void *conn,
  276. const void *message);
  277. static void message_handler_req_lib_votequorum_qdevice_poll (void *conn,
  278. const void *message);
  279. static void message_handler_req_lib_votequorum_qdevice_master_wins (void *conn,
  280. const void *message);
  281. static struct corosync_lib_handler quorum_lib_service[] =
  282. {
  283. { /* 0 */
  284. .lib_handler_fn = message_handler_req_lib_votequorum_getinfo,
  285. .flow_control = COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED
  286. },
  287. { /* 1 */
  288. .lib_handler_fn = message_handler_req_lib_votequorum_setexpected,
  289. .flow_control = COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED
  290. },
  291. { /* 2 */
  292. .lib_handler_fn = message_handler_req_lib_votequorum_setvotes,
  293. .flow_control = COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED
  294. },
  295. { /* 3 */
  296. .lib_handler_fn = message_handler_req_lib_votequorum_trackstart,
  297. .flow_control = COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED
  298. },
  299. { /* 4 */
  300. .lib_handler_fn = message_handler_req_lib_votequorum_trackstop,
  301. .flow_control = COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED
  302. },
  303. { /* 5 */
  304. .lib_handler_fn = message_handler_req_lib_votequorum_qdevice_register,
  305. .flow_control = COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED
  306. },
  307. { /* 6 */
  308. .lib_handler_fn = message_handler_req_lib_votequorum_qdevice_unregister,
  309. .flow_control = COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED
  310. },
  311. { /* 7 */
  312. .lib_handler_fn = message_handler_req_lib_votequorum_qdevice_update,
  313. .flow_control = COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED
  314. },
  315. { /* 8 */
  316. .lib_handler_fn = message_handler_req_lib_votequorum_qdevice_poll,
  317. .flow_control = COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED
  318. },
  319. { /* 9 */
  320. .lib_handler_fn = message_handler_req_lib_votequorum_qdevice_master_wins,
  321. .flow_control = COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED
  322. }
  323. };
  324. static struct corosync_service_engine votequorum_service_engine = {
  325. .name = "corosync vote quorum service v1.0",
  326. .id = VOTEQUORUM_SERVICE,
  327. .priority = 2,
  328. .private_data_size = sizeof (struct quorum_pd),
  329. .allow_inquorate = CS_LIB_ALLOW_INQUORATE,
  330. .flow_control = COROSYNC_LIB_FLOW_CONTROL_REQUIRED,
  331. .lib_init_fn = quorum_lib_init_fn,
  332. .lib_exit_fn = quorum_lib_exit_fn,
  333. .lib_engine = quorum_lib_service,
  334. .lib_engine_count = sizeof (quorum_lib_service) / sizeof (struct corosync_lib_handler),
  335. .exec_init_fn = votequorum_exec_init_fn,
  336. .exec_exit_fn = votequorum_exec_exit_fn,
  337. .exec_engine = votequorum_exec_engine,
  338. .exec_engine_count = sizeof (votequorum_exec_engine) / sizeof (struct corosync_exec_handler),
  339. .sync_init = votequorum_sync_init,
  340. .sync_process = votequorum_sync_process,
  341. .sync_activate = votequorum_sync_activate,
  342. .sync_abort = votequorum_sync_abort
  343. };
  344. struct corosync_service_engine *votequorum_get_service_engine_ver0 (void)
  345. {
  346. return (&votequorum_service_engine);
  347. }
  348. static struct default_service votequorum_service[] = {
  349. {
  350. .name = "corosync_votequorum",
  351. .ver = 0,
  352. .loader = votequorum_get_service_engine_ver0
  353. },
  354. };
  355. /*
  356. * common/utility macros/functions
  357. */
  358. #define max(a,b) (((a) > (b)) ? (a) : (b))
  359. #define list_iterate(v, head) \
  360. for (v = (head)->next; v != head; v = v->next)
  361. static void node_add_ordered(struct cluster_node *newnode)
  362. {
  363. struct cluster_node *node = NULL;
  364. struct list_head *tmp;
  365. struct list_head *newlist = &newnode->list;
  366. ENTER();
  367. list_iterate(tmp, &cluster_members_list) {
  368. node = list_entry(tmp, struct cluster_node, list);
  369. if (newnode->node_id < node->node_id) {
  370. break;
  371. }
  372. }
  373. if (!node) {
  374. list_add(&newnode->list, &cluster_members_list);
  375. } else {
  376. newlist->prev = tmp->prev;
  377. newlist->next = tmp;
  378. tmp->prev->next = newlist;
  379. tmp->prev = newlist;
  380. }
  381. LEAVE();
  382. }
  383. static struct cluster_node *allocate_node(unsigned int nodeid)
  384. {
  385. struct cluster_node *cl = NULL;
  386. struct list_head *tmp;
  387. ENTER();
  388. if (cluster_nodes_entries <= PROCESSOR_COUNT_MAX + 1) {
  389. cl = (struct cluster_node *)&cluster_nodes[cluster_nodes_entries];
  390. cluster_nodes_entries++;
  391. } else {
  392. list_iterate(tmp, &cluster_members_list) {
  393. cl = list_entry(tmp, struct cluster_node, list);
  394. if (cl->state == NODESTATE_DEAD) {
  395. break;
  396. }
  397. }
  398. /*
  399. * this should never happen
  400. */
  401. if (!cl) {
  402. log_printf(LOGSYS_LEVEL_CRIT, "Unable to find memory for node %u data!!", nodeid);
  403. goto out;
  404. }
  405. list_del(tmp);
  406. }
  407. memset(cl, 0, sizeof(struct cluster_node));
  408. cl->node_id = nodeid;
  409. if (nodeid != VOTEQUORUM_QDEVICE_NODEID) {
  410. node_add_ordered(cl);
  411. }
  412. out:
  413. LEAVE();
  414. return cl;
  415. }
  416. static struct cluster_node *find_node_by_nodeid(unsigned int nodeid)
  417. {
  418. struct cluster_node *node;
  419. struct list_head *tmp;
  420. ENTER();
  421. if (nodeid == us->node_id) {
  422. LEAVE();
  423. return us;
  424. }
  425. if (nodeid == VOTEQUORUM_QDEVICE_NODEID) {
  426. LEAVE();
  427. return qdevice;
  428. }
  429. list_iterate(tmp, &cluster_members_list) {
  430. node = list_entry(tmp, struct cluster_node, list);
  431. if (node->node_id == nodeid) {
  432. LEAVE();
  433. return node;
  434. }
  435. }
  436. LEAVE();
  437. return NULL;
  438. }
  439. static void get_lowest_node_id(void)
  440. {
  441. struct cluster_node *node = NULL;
  442. struct list_head *tmp;
  443. ENTER();
  444. lowest_node_id = us->node_id;
  445. list_iterate(tmp, &cluster_members_list) {
  446. node = list_entry(tmp, struct cluster_node, list);
  447. if ((node->state == NODESTATE_MEMBER) &&
  448. (node->node_id < lowest_node_id)) {
  449. lowest_node_id = node->node_id;
  450. }
  451. }
  452. log_printf(LOGSYS_LEVEL_DEBUG, "lowest node id: %d us: %d", lowest_node_id, us->node_id);
  453. icmap_set_uint32("runtime.votequorum.lowest_node_id", lowest_node_id);
  454. LEAVE();
  455. }
  456. static void get_highest_node_id(void)
  457. {
  458. struct cluster_node *node = NULL;
  459. struct list_head *tmp;
  460. ENTER();
  461. highest_node_id = us->node_id;
  462. list_iterate(tmp, &cluster_members_list) {
  463. node = list_entry(tmp, struct cluster_node, list);
  464. if ((node->state == NODESTATE_MEMBER) &&
  465. (node->node_id > highest_node_id)) {
  466. highest_node_id = node->node_id;
  467. }
  468. }
  469. log_printf(LOGSYS_LEVEL_DEBUG, "highest node id: %d us: %d", highest_node_id, us->node_id);
  470. icmap_set_uint32("runtime.votequorum.highest_node_id", highest_node_id);
  471. LEAVE();
  472. }
  473. static int check_low_node_id_partition(void)
  474. {
  475. struct cluster_node *node = NULL;
  476. struct list_head *tmp;
  477. int found = 0;
  478. ENTER();
  479. list_iterate(tmp, &cluster_members_list) {
  480. node = list_entry(tmp, struct cluster_node, list);
  481. if ((node->state == NODESTATE_MEMBER) &&
  482. (node->node_id == lowest_node_id)) {
  483. found = 1;
  484. }
  485. }
  486. LEAVE();
  487. return found;
  488. }
  489. static int check_high_node_id_partition(void)
  490. {
  491. struct cluster_node *node = NULL;
  492. struct list_head *tmp;
  493. int found = 0;
  494. ENTER();
  495. list_iterate(tmp, &cluster_members_list) {
  496. node = list_entry(tmp, struct cluster_node, list);
  497. if ((node->state == NODESTATE_MEMBER) &&
  498. (node->node_id == highest_node_id)) {
  499. found = 1;
  500. }
  501. }
  502. LEAVE();
  503. return found;
  504. }
  505. static int is_in_nodelist(int nodeid, unsigned int *members, int entries)
  506. {
  507. int i;
  508. ENTER();
  509. for (i=0; i<entries; i++) {
  510. if (nodeid == members[i]) {
  511. LEAVE();
  512. return 1;
  513. }
  514. }
  515. LEAVE();
  516. return 0;
  517. }
  518. /*
  519. * The algorithm for a list of tie-breaker nodes is:
  520. * travel the list of nodes in the auto_tie_breaker list,
  521. * if the node IS in our current partition, check if the
  522. * nodes earlier in the atb list are in the 'previous' partition;
  523. * If none are found then we are safe to be quorate, if any are
  524. * then we cannot be as we don't know if that node is up or down.
  525. * If we don't have a node in the current list we are NOT quorate.
  526. * Obviously if we find the first node in the atb list in our
  527. * partition then we are quorate.
  528. *
  529. * Special cases lowest nodeid, and highest nodeid are handled separately.
  530. */
  531. static int check_auto_tie_breaker(void)
  532. {
  533. int i, j;
  534. int res;
  535. ENTER();
  536. if (auto_tie_breaker == ATB_LOWEST) {
  537. res = check_low_node_id_partition();
  538. log_printf(LOGSYS_LEVEL_DEBUG, "ATB_LOWEST decision: %d", res);
  539. LEAVE();
  540. return res;
  541. }
  542. if (auto_tie_breaker == ATB_HIGHEST) {
  543. res = check_high_node_id_partition();
  544. log_printf(LOGSYS_LEVEL_DEBUG, "ATB_HIGHEST decision: %d", res);
  545. LEAVE();
  546. return res;
  547. }
  548. /* Assume ATB_LIST, we should never be called for ATB_NONE */
  549. for (i=0; i < atb_nodelist_entries; i++) {
  550. if (is_in_nodelist(atb_nodelist[i], quorum_members, quorum_members_entries)) {
  551. /*
  552. * Node is in our partition, if any of its predecessors are
  553. * in the previous quorum partition then it might be in the
  554. * 'other half' (as we've got this far without seeing it here)
  555. * and so we can't be quorate.
  556. */
  557. for (j=0; j<i; j++) {
  558. if (is_in_nodelist(atb_nodelist[j], previous_quorum_members, previous_quorum_members_entries)) {
  559. log_printf(LOGSYS_LEVEL_DEBUG, "ATB_LIST found node %d in previous partition but not here, quorum denied", atb_nodelist[j]);
  560. LEAVE();
  561. return 0;
  562. }
  563. }
  564. /*
  565. * None of the other list nodes were in the previous partition, if there
  566. * are enough votes, we can be quorate
  567. */
  568. log_printf(LOGSYS_LEVEL_DEBUG, "ATB_LIST found node %d in current partition, we can be quorate", atb_nodelist[i]);
  569. LEAVE();
  570. return 1;
  571. }
  572. }
  573. log_printf(LOGSYS_LEVEL_DEBUG, "ATB_LIST found no list nodes in current partition, we cannot be quorate");
  574. LEAVE();
  575. return 0;
  576. }
  577. /*
  578. * atb_string can be either:
  579. * 'lowest'
  580. * 'highest'
  581. * a list of nodeids
  582. */
  583. static void parse_atb_string(char *atb_string)
  584. {
  585. char *ptr;
  586. long num;
  587. ENTER();
  588. auto_tie_breaker = ATB_NONE;
  589. if (!strcmp(atb_string, "lowest"))
  590. auto_tie_breaker = ATB_LOWEST;
  591. if (!strcmp(atb_string, "highest"))
  592. auto_tie_breaker = ATB_HIGHEST;
  593. if (atoi(atb_string)) {
  594. atb_nodelist_entries = 0;
  595. ptr = atb_string;
  596. do {
  597. num = strtol(ptr, &ptr, 10);
  598. if (num) {
  599. log_printf(LOGSYS_LEVEL_DEBUG, "ATB nodelist[%d] = %d", atb_nodelist_entries, num);
  600. atb_nodelist[atb_nodelist_entries++] = num;
  601. }
  602. } while (num);
  603. if (atb_nodelist_entries) {
  604. auto_tie_breaker = ATB_LIST;
  605. }
  606. }
  607. icmap_set_uint32("runtime.votequorum.atb_type", auto_tie_breaker);
  608. log_printf(LOGSYS_LEVEL_DEBUG, "ATB type = %d", auto_tie_breaker);
  609. /* Make sure we got something */
  610. if (auto_tie_breaker == ATB_NONE) {
  611. log_printf(LOGSYS_LEVEL_WARNING, "auto_tie_breaker_nodes is not valid. It must be 'lowest', 'highest' or a space-separated list of node IDs. auto_tie_breaker is disabled");
  612. auto_tie_breaker = ATB_NONE;
  613. }
  614. LEAVE();
  615. }
  616. static int check_qdevice_master(void)
  617. {
  618. struct cluster_node *node = NULL;
  619. struct list_head *tmp;
  620. int found = 0;
  621. ENTER();
  622. list_iterate(tmp, &cluster_members_list) {
  623. node = list_entry(tmp, struct cluster_node, list);
  624. if ((node->state == NODESTATE_MEMBER) &&
  625. (node->flags & NODE_FLAGS_QDEVICE_MASTER_WINS) &&
  626. (node->flags & NODE_FLAGS_QDEVICE_CAST_VOTE)) {
  627. found = 1;
  628. }
  629. }
  630. LEAVE();
  631. return found;
  632. }
  633. static void decode_flags(uint32_t flags)
  634. {
  635. ENTER();
  636. log_printf(LOGSYS_LEVEL_DEBUG,
  637. "flags: quorate: %s Leaving: %s WFA Status: %s First: %s Qdevice: %s QdeviceAlive: %s QdeviceCastVote: %s QdeviceMasterWins: %s",
  638. (flags & NODE_FLAGS_QUORATE)?"Yes":"No",
  639. (flags & NODE_FLAGS_LEAVING)?"Yes":"No",
  640. (flags & NODE_FLAGS_WFASTATUS)?"Yes":"No",
  641. (flags & NODE_FLAGS_FIRST)?"Yes":"No",
  642. (flags & NODE_FLAGS_QDEVICE_REGISTERED)?"Yes":"No",
  643. (flags & NODE_FLAGS_QDEVICE_ALIVE)?"Yes":"No",
  644. (flags & NODE_FLAGS_QDEVICE_CAST_VOTE)?"Yes":"No",
  645. (flags & NODE_FLAGS_QDEVICE_MASTER_WINS)?"Yes":"No");
  646. LEAVE();
  647. }
  648. /*
  649. * load/save are copied almost pristine from totemsrp,c
  650. */
  651. static int load_ev_tracking_barrier(void)
  652. {
  653. int res = 0;
  654. char filename[PATH_MAX];
  655. ENTER();
  656. snprintf(filename, sizeof(filename) - 1, "%s/ev_tracking", get_run_dir());
  657. ev_tracking_fd = open(filename, O_RDWR, 0700);
  658. if (ev_tracking_fd != -1) {
  659. res = read (ev_tracking_fd, &ev_tracking_barrier, sizeof(uint32_t));
  660. close(ev_tracking_fd);
  661. if (res == sizeof (uint32_t)) {
  662. LEAVE();
  663. return 0;
  664. }
  665. }
  666. ev_tracking_barrier = 0;
  667. umask(0);
  668. ev_tracking_fd = open (filename, O_CREAT|O_RDWR, 0700);
  669. if (ev_tracking_fd != -1) {
  670. res = write (ev_tracking_fd, &ev_tracking_barrier, sizeof (uint32_t));
  671. if ((res == -1) || (res != sizeof (uint32_t))) {
  672. log_printf(LOGSYS_LEVEL_WARNING,
  673. "Unable to write to %s", filename);
  674. }
  675. close(ev_tracking_fd);
  676. LEAVE();
  677. return 0;
  678. }
  679. log_printf(LOGSYS_LEVEL_WARNING,
  680. "Unable to create %s file", filename);
  681. LEAVE();
  682. return -1;
  683. }
  684. static void update_wait_for_all_status(uint8_t wfa_status)
  685. {
  686. ENTER();
  687. wait_for_all_status = wfa_status;
  688. if (wait_for_all_status) {
  689. us->flags |= NODE_FLAGS_WFASTATUS;
  690. } else {
  691. us->flags &= ~NODE_FLAGS_WFASTATUS;
  692. }
  693. icmap_set_uint8("runtime.votequorum.wait_for_all_status",
  694. wait_for_all_status);
  695. LEAVE();
  696. }
  697. static void update_two_node(void)
  698. {
  699. ENTER();
  700. icmap_set_uint8("runtime.votequorum.two_node", two_node);
  701. LEAVE();
  702. }
  703. static void update_ev_barrier(uint32_t expected_votes)
  704. {
  705. ENTER();
  706. ev_barrier = expected_votes;
  707. icmap_set_uint32("runtime.votequorum.ev_barrier", ev_barrier);
  708. LEAVE();
  709. }
  710. static void update_qdevice_can_operate(uint8_t status)
  711. {
  712. ENTER();
  713. qdevice_can_operate = status;
  714. icmap_set_uint8("runtime.votequorum.qdevice_can_operate", qdevice_can_operate);
  715. LEAVE();
  716. }
  717. static void update_qdevice_master_wins(uint8_t allow)
  718. {
  719. ENTER();
  720. qdevice_master_wins = allow;
  721. icmap_set_uint8("runtime.votequorum.qdevice_master_wins", qdevice_master_wins);
  722. LEAVE();
  723. }
  724. static void update_ev_tracking_barrier(uint32_t ev_t_barrier)
  725. {
  726. int res;
  727. ENTER();
  728. ev_tracking_barrier = ev_t_barrier;
  729. icmap_set_uint32("runtime.votequorum.ev_tracking_barrier", ev_tracking_barrier);
  730. if (lseek (ev_tracking_fd, 0, SEEK_SET) != 0) {
  731. log_printf(LOGSYS_LEVEL_WARNING,
  732. "Unable to update ev_tracking_barrier on disk data!!!");
  733. LEAVE();
  734. return;
  735. }
  736. res = write (ev_tracking_fd, &ev_tracking_barrier, sizeof (uint32_t));
  737. if (res != sizeof (uint32_t)) {
  738. log_printf(LOGSYS_LEVEL_WARNING,
  739. "Unable to update ev_tracking_barrier on disk data!!!");
  740. }
  741. #ifdef HAVE_FDATASYNC
  742. fdatasync(ev_tracking_fd);
  743. #else
  744. fsync(ev_tracking_fd);
  745. #endif
  746. LEAVE();
  747. }
  748. /*
  749. * quorum calculation core bits
  750. */
  751. static int calculate_quorum(int allow_decrease, unsigned int max_expected, unsigned int *ret_total_votes)
  752. {
  753. struct list_head *nodelist;
  754. struct cluster_node *node;
  755. unsigned int total_votes = 0;
  756. unsigned int highest_expected = 0;
  757. unsigned int newquorum, q1, q2;
  758. unsigned int total_nodes = 0;
  759. ENTER();
  760. if ((allow_downscale) && (allow_decrease) && (max_expected)) {
  761. max_expected = max(ev_barrier, max_expected);
  762. }
  763. list_iterate(nodelist, &cluster_members_list) {
  764. node = list_entry(nodelist, struct cluster_node, list);
  765. log_printf(LOGSYS_LEVEL_DEBUG, "node %u state=%d, votes=%u, expected=%u",
  766. node->node_id, node->state, node->votes, node->expected_votes);
  767. if (node->state == NODESTATE_MEMBER) {
  768. highest_expected = max(highest_expected, node->expected_votes);
  769. total_votes += node->votes;
  770. total_nodes++;
  771. }
  772. }
  773. if (us->flags & NODE_FLAGS_QDEVICE_CAST_VOTE) {
  774. log_printf(LOGSYS_LEVEL_DEBUG, "node 0 state=1, votes=%u", qdevice->votes);
  775. total_votes += qdevice->votes;
  776. total_nodes++;
  777. }
  778. if (max_expected > 0) {
  779. highest_expected = max_expected;
  780. }
  781. /*
  782. * This quorum calculation is taken from the OpenVMS Cluster Systems
  783. * manual, but, then, you guessed that didn't you
  784. */
  785. q1 = (highest_expected + 2) / 2;
  786. q2 = (total_votes + 2) / 2;
  787. newquorum = max(q1, q2);
  788. /*
  789. * Normally quorum never decreases but the system administrator can
  790. * force it down by setting expected votes to a maximum value
  791. */
  792. if (!allow_decrease) {
  793. newquorum = max(quorum, newquorum);
  794. }
  795. /*
  796. * The special two_node mode allows each of the two nodes to retain
  797. * quorum if the other fails. Only one of the two should live past
  798. * fencing (as both nodes try to fence each other in split-brain.)
  799. * Also: if there are more than two nodes, force us inquorate to avoid
  800. * any damage or confusion.
  801. */
  802. if (two_node && total_nodes <= 2) {
  803. newquorum = 1;
  804. }
  805. if (ret_total_votes) {
  806. *ret_total_votes = total_votes;
  807. }
  808. LEAVE();
  809. return newquorum;
  810. }
  811. static void update_node_expected_votes(int new_expected_votes)
  812. {
  813. struct list_head *nodelist;
  814. struct cluster_node *node;
  815. if (new_expected_votes) {
  816. list_iterate(nodelist, &cluster_members_list) {
  817. node = list_entry(nodelist, struct cluster_node, list);
  818. if (node->state == NODESTATE_MEMBER) {
  819. node->expected_votes = new_expected_votes;
  820. }
  821. }
  822. }
  823. }
  824. static void are_we_quorate(unsigned int total_votes)
  825. {
  826. int quorate;
  827. int quorum_change = 0;
  828. ENTER();
  829. /*
  830. * wait for all nodes to show up before granting quorum
  831. */
  832. if ((wait_for_all) && (wait_for_all_status)) {
  833. if (total_votes != us->expected_votes) {
  834. log_printf(LOGSYS_LEVEL_NOTICE,
  835. "Waiting for all cluster members. "
  836. "Current votes: %d expected_votes: %d",
  837. total_votes, us->expected_votes);
  838. assert(!cluster_is_quorate);
  839. return;
  840. }
  841. update_wait_for_all_status(0);
  842. }
  843. if (quorum > total_votes) {
  844. quorate = 0;
  845. } else {
  846. quorate = 1;
  847. get_lowest_node_id();
  848. get_highest_node_id();
  849. }
  850. if ((auto_tie_breaker != ATB_NONE) &&
  851. /* Must be a half (or half-1) split */
  852. (total_votes == (us->expected_votes / 2)) &&
  853. /* If the 'other' partition in a split might have quorum then we can't run ATB */
  854. (previous_quorum_members_entries - quorum_members_entries < quorum) &&
  855. (check_auto_tie_breaker() == 1)) {
  856. quorate = 1;
  857. }
  858. if ((qdevice_master_wins) &&
  859. (!quorate) &&
  860. (check_qdevice_master() == 1)) {
  861. log_printf(LOGSYS_LEVEL_DEBUG, "node is quorate as part of master_wins partition");
  862. quorate = 1;
  863. }
  864. if (cluster_is_quorate && !quorate) {
  865. quorum_change = 1;
  866. log_printf(LOGSYS_LEVEL_DEBUG, "quorum lost, blocking activity");
  867. }
  868. if (!cluster_is_quorate && quorate) {
  869. quorum_change = 1;
  870. log_printf(LOGSYS_LEVEL_DEBUG, "quorum regained, resuming activity");
  871. }
  872. cluster_is_quorate = quorate;
  873. if (cluster_is_quorate) {
  874. us->flags |= NODE_FLAGS_QUORATE;
  875. } else {
  876. us->flags &= ~NODE_FLAGS_QUORATE;
  877. }
  878. if (wait_for_all) {
  879. if (quorate) {
  880. update_wait_for_all_status(0);
  881. } else {
  882. update_wait_for_all_status(1);
  883. }
  884. }
  885. if ((quorum_change) &&
  886. (sync_in_progress == 0)) {
  887. quorum_callback(quorum_members, quorum_members_entries,
  888. cluster_is_quorate, &quorum_ringid);
  889. votequorum_exec_send_quorum_notification(NULL, 0L);
  890. }
  891. LEAVE();
  892. }
  893. static void get_total_votes(unsigned int *totalvotes, unsigned int *current_members)
  894. {
  895. unsigned int total_votes = 0;
  896. unsigned int cluster_members = 0;
  897. struct list_head *nodelist;
  898. struct cluster_node *node;
  899. ENTER();
  900. list_iterate(nodelist, &cluster_members_list) {
  901. node = list_entry(nodelist, struct cluster_node, list);
  902. if (node->state == NODESTATE_MEMBER) {
  903. cluster_members++;
  904. total_votes += node->votes;
  905. }
  906. }
  907. if (qdevice->votes) {
  908. total_votes += qdevice->votes;
  909. cluster_members++;
  910. }
  911. *totalvotes = total_votes;
  912. *current_members = cluster_members;
  913. LEAVE();
  914. }
  915. /*
  916. * Recalculate cluster quorum, set quorate and notify changes
  917. */
  918. static void recalculate_quorum(int allow_decrease, int by_current_nodes)
  919. {
  920. unsigned int total_votes = 0;
  921. unsigned int cluster_members = 0;
  922. ENTER();
  923. get_total_votes(&total_votes, &cluster_members);
  924. if (!by_current_nodes) {
  925. cluster_members = 0;
  926. }
  927. /*
  928. * Keep expected_votes at the highest number of votes in the cluster
  929. */
  930. log_printf(LOGSYS_LEVEL_DEBUG, "total_votes=%d, expected_votes=%d", total_votes, us->expected_votes);
  931. if (total_votes > us->expected_votes) {
  932. us->expected_votes = total_votes;
  933. votequorum_exec_send_expectedvotes_notification();
  934. }
  935. if ((ev_tracking) &&
  936. (us->expected_votes > ev_tracking_barrier)) {
  937. update_ev_tracking_barrier(us->expected_votes);
  938. }
  939. quorum = calculate_quorum(allow_decrease, cluster_members, &total_votes);
  940. update_node_expected_votes(cluster_members);
  941. are_we_quorate(total_votes);
  942. LEAVE();
  943. }
  944. /*
  945. * configuration bits and pieces
  946. */
  947. static int votequorum_read_nodelist_configuration(uint32_t *votes,
  948. uint32_t *nodes,
  949. uint32_t *expected_votes)
  950. {
  951. icmap_iter_t iter;
  952. const char *iter_key;
  953. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  954. uint32_t our_pos, node_pos;
  955. uint32_t nodecount = 0;
  956. uint32_t nodelist_expected_votes = 0;
  957. uint32_t node_votes = 0;
  958. int res = 0;
  959. ENTER();
  960. if (icmap_get_uint32("nodelist.local_node_pos", &our_pos) != CS_OK) {
  961. log_printf(LOGSYS_LEVEL_DEBUG,
  962. "No nodelist defined or our node is not in the nodelist");
  963. return 0;
  964. }
  965. iter = icmap_iter_init("nodelist.node.");
  966. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  967. res = sscanf(iter_key, "nodelist.node.%u.%s", &node_pos, tmp_key);
  968. if (res != 2) {
  969. continue;
  970. }
  971. if (strcmp(tmp_key, "ring0_addr") != 0) {
  972. continue;
  973. }
  974. nodecount++;
  975. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.quorum_votes", node_pos);
  976. if (icmap_get_uint32(tmp_key, &node_votes) != CS_OK) {
  977. node_votes = 1;
  978. }
  979. nodelist_expected_votes = nodelist_expected_votes + node_votes;
  980. if (node_pos == our_pos) {
  981. *votes = node_votes;
  982. }
  983. }
  984. *expected_votes = nodelist_expected_votes;
  985. *nodes = nodecount;
  986. icmap_iter_finalize(iter);
  987. LEAVE();
  988. return 1;
  989. }
  990. static int votequorum_qdevice_is_configured(uint32_t *qdevice_votes)
  991. {
  992. char *qdevice_model = NULL;
  993. int ret = 0;
  994. ENTER();
  995. if (icmap_get_string("quorum.device.model", &qdevice_model) == CS_OK) {
  996. if (strlen(qdevice_model)) {
  997. if (icmap_get_uint32("quorum.device.votes", qdevice_votes) != CS_OK) {
  998. *qdevice_votes = -1;
  999. }
  1000. if (icmap_get_uint32("quorum.device.timeout", &qdevice_timeout) != CS_OK) {
  1001. qdevice_timeout = VOTEQUORUM_QDEVICE_DEFAULT_TIMEOUT;
  1002. }
  1003. if (icmap_get_uint32("quorum.device.sync_timeout", &qdevice_sync_timeout) != CS_OK) {
  1004. qdevice_sync_timeout = VOTEQUORUM_QDEVICE_DEFAULT_SYNC_TIMEOUT;
  1005. }
  1006. update_qdevice_can_operate(1);
  1007. ret = 1;
  1008. }
  1009. free(qdevice_model);
  1010. }
  1011. LEAVE();
  1012. return ret;
  1013. }
  1014. #define VOTEQUORUM_READCONFIG_STARTUP 0
  1015. #define VOTEQUORUM_READCONFIG_RUNTIME 1
  1016. static char *votequorum_readconfig(int runtime)
  1017. {
  1018. uint32_t node_votes = 0, qdevice_votes = 0;
  1019. uint32_t node_expected_votes = 0, expected_votes = 0;
  1020. uint32_t node_count = 0;
  1021. uint8_t atb = 0;
  1022. int have_nodelist, have_qdevice;
  1023. char *atb_string = NULL;
  1024. char *error = NULL;
  1025. ENTER();
  1026. log_printf(LOGSYS_LEVEL_DEBUG, "Reading configuration (runtime: %d)", runtime);
  1027. /*
  1028. * Set the few things we re-read at runtime back to their defaults
  1029. */
  1030. if (runtime) {
  1031. two_node = 0;
  1032. expected_votes = 0;
  1033. /* auto_tie_breaker cannot be changed by config reload, but
  1034. * we automatically disable it on odd-sized clusters without
  1035. * wait_for_all.
  1036. * We may need to re-enable it when membership changes to ensure
  1037. * that auto_tie_breaker is consistent across all nodes */
  1038. auto_tie_breaker = initial_auto_tie_breaker;
  1039. icmap_set_uint32("runtime.votequorum.atb_type", auto_tie_breaker);
  1040. }
  1041. /*
  1042. * gather basic data here
  1043. */
  1044. (void)icmap_get_uint32("quorum.expected_votes", &expected_votes);
  1045. have_nodelist = votequorum_read_nodelist_configuration(&node_votes, &node_count, &node_expected_votes);
  1046. have_qdevice = votequorum_qdevice_is_configured(&qdevice_votes);
  1047. (void)icmap_get_uint8("quorum.two_node", &two_node);
  1048. /*
  1049. * do config verification and enablement
  1050. */
  1051. if ((!have_nodelist) && (!expected_votes)) {
  1052. if (!runtime) {
  1053. error = (char *)"configuration error: nodelist or quorum.expected_votes must be configured!";
  1054. } else {
  1055. log_printf(LOGSYS_LEVEL_CRIT, "configuration error: nodelist or quorum.expected_votes must be configured!");
  1056. log_printf(LOGSYS_LEVEL_CRIT, "will continue with current runtime data");
  1057. }
  1058. goto out;
  1059. }
  1060. /*
  1061. * two_node and qdevice are not compatible in the same config.
  1062. * try to make an educated guess of what to do
  1063. */
  1064. if ((two_node) && (have_qdevice)) {
  1065. if (!runtime) {
  1066. error = (char *)"configuration error: two_node and quorum device cannot be configured at the same time!";
  1067. goto out;
  1068. } else {
  1069. log_printf(LOGSYS_LEVEL_CRIT, "configuration error: two_node and quorum device cannot be configured at the same time!");
  1070. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED) {
  1071. log_printf(LOGSYS_LEVEL_CRIT, "quorum device is registered, disabling two_node");
  1072. two_node = 0;
  1073. } else {
  1074. log_printf(LOGSYS_LEVEL_CRIT, "quorum device is not registered, allowing two_node");
  1075. update_qdevice_can_operate(0);
  1076. }
  1077. }
  1078. }
  1079. /*
  1080. * Enable special features
  1081. */
  1082. if (!runtime) {
  1083. (void)icmap_get_uint8("quorum.allow_downscale", &allow_downscale);
  1084. if (icmap_get_uint8("quorum.wait_for_all", &wait_for_all) != CS_OK) {
  1085. wait_for_all_autoset = 1;
  1086. }
  1087. (void)icmap_get_uint8("quorum.last_man_standing", &last_man_standing);
  1088. (void)icmap_get_uint32("quorum.last_man_standing_window", &last_man_standing_window);
  1089. (void)icmap_get_uint8("quorum.expected_votes_tracking", &ev_tracking);
  1090. (void)icmap_get_uint8("quorum.auto_tie_breaker", &atb);
  1091. (void)icmap_get_string("quorum.auto_tie_breaker_node", &atb_string);
  1092. /* auto_tie_breaker defaults to LOWEST */
  1093. if (atb) {
  1094. auto_tie_breaker = ATB_LOWEST;
  1095. icmap_set_uint32("runtime.votequorum.atb_type", auto_tie_breaker);
  1096. }
  1097. else {
  1098. auto_tie_breaker = ATB_NONE;
  1099. if (atb_string) {
  1100. log_printf(LOGSYS_LEVEL_WARNING,
  1101. "auto_tie_breaker_node: is meaningless if auto_tie_breaker is set to 0");
  1102. }
  1103. }
  1104. if (atb && atb_string) {
  1105. parse_atb_string(atb_string);
  1106. }
  1107. free(atb_string);
  1108. initial_auto_tie_breaker = auto_tie_breaker;
  1109. /* allow_downscale requires ev_tracking */
  1110. if (allow_downscale) {
  1111. ev_tracking = 1;
  1112. }
  1113. if (ev_tracking) {
  1114. if (load_ev_tracking_barrier() < 0) {
  1115. LEAVE();
  1116. return ((char *)"Unable to load ev_tracking file!");
  1117. }
  1118. update_ev_tracking_barrier(ev_tracking_barrier);
  1119. }
  1120. }
  1121. /*
  1122. * Changing of wait_for_all during runtime is not supported, but changing of two_node is
  1123. * and two_node may set wfa if not configured explicitly. It is safe to unset it
  1124. * (or set it back) when two_node changes.
  1125. */
  1126. if (wait_for_all_autoset) {
  1127. wait_for_all = two_node;
  1128. }
  1129. /* two_node and auto_tie_breaker are not compatible as two_node uses
  1130. * a fence race to decide quorum whereas ATB decides based on node id
  1131. */
  1132. if (two_node && auto_tie_breaker != ATB_NONE) {
  1133. log_printf(LOGSYS_LEVEL_CRIT, "two_node and auto_tie_breaker are both specified but are not compatible.");
  1134. log_printf(LOGSYS_LEVEL_CRIT, "two_node has been disabled, please fix your corosync.conf");
  1135. two_node = 0;
  1136. }
  1137. /* If ATB is set and the cluster has an odd number of nodes then wait_for_all needs
  1138. * to be set so that an isolated half+1 without the tie breaker node
  1139. * does not have quorum on reboot.
  1140. */
  1141. if ((auto_tie_breaker != ATB_NONE) && (node_expected_votes % 2) &&
  1142. (!wait_for_all)) {
  1143. if (last_man_standing) {
  1144. /* if LMS is set too, it's a fatal configuration error. We can't dictate to the user what
  1145. * they might want so we'll just quit.
  1146. */
  1147. log_printf(LOGSYS_LEVEL_CRIT, "auto_tie_breaker is set, the cluster has an odd number of nodes\n");
  1148. log_printf(LOGSYS_LEVEL_CRIT, "and last_man_standing is also set. With this situation a better\n");
  1149. log_printf(LOGSYS_LEVEL_CRIT, "solution would be to disable LMS, leave ATB enabled, and also\n");
  1150. log_printf(LOGSYS_LEVEL_CRIT, "enable wait_for_all (mandatory for ATB in odd-numbered clusters).\n");
  1151. log_printf(LOGSYS_LEVEL_CRIT, "Due to this ambiguity, corosync will fail to start. Please fix your corosync.conf\n");
  1152. error = (char *)"configuration error: auto_tie_breaker & last_man_standing not available in odd sized cluster";
  1153. goto out;
  1154. }
  1155. else {
  1156. log_printf(LOGSYS_LEVEL_CRIT, "auto_tie_breaker is set and the cluster has an odd number of nodes.\n");
  1157. log_printf(LOGSYS_LEVEL_CRIT, "wait_for_all needs to be set for this configuration but it is missing\n");
  1158. log_printf(LOGSYS_LEVEL_CRIT, "Therefore auto_tie_breaker has been disabled. Please fix your corosync.conf\n");
  1159. auto_tie_breaker = ATB_NONE;
  1160. icmap_set_uint32("runtime.votequorum.atb_type", auto_tie_breaker);
  1161. }
  1162. }
  1163. /*
  1164. * quorum device is not compatible with last_man_standing and auto_tie_breaker
  1165. * neither lms or atb can be set at runtime, so there is no need to check for
  1166. * runtime incompatibilities, but qdevice can be configured _after_ LMS and ATB have
  1167. * been enabled at startup.
  1168. */
  1169. if ((have_qdevice) && (last_man_standing)) {
  1170. if (!runtime) {
  1171. error = (char *)"configuration error: quorum.device is not compatible with last_man_standing";
  1172. goto out;
  1173. } else {
  1174. log_printf(LOGSYS_LEVEL_CRIT, "configuration error: quorum.device is not compatible with last_man_standing");
  1175. log_printf(LOGSYS_LEVEL_CRIT, "disabling quorum device operations");
  1176. update_qdevice_can_operate(0);
  1177. }
  1178. }
  1179. if ((have_qdevice) && (auto_tie_breaker != ATB_NONE)) {
  1180. if (!runtime) {
  1181. error = (char *)"configuration error: quorum.device is not compatible with auto_tie_breaker";
  1182. goto out;
  1183. } else {
  1184. log_printf(LOGSYS_LEVEL_CRIT, "configuration error: quorum.device is not compatible with auto_tie_breaker");
  1185. log_printf(LOGSYS_LEVEL_CRIT, "disabling quorum device operations");
  1186. update_qdevice_can_operate(0);
  1187. }
  1188. }
  1189. if ((have_qdevice) && (allow_downscale)) {
  1190. if (!runtime) {
  1191. error = (char *)"configuration error: quorum.device is not compatible with allow_downscale";
  1192. goto out;
  1193. } else {
  1194. log_printf(LOGSYS_LEVEL_CRIT, "configuration error: quorum.device is not compatible with allow_downscale");
  1195. log_printf(LOGSYS_LEVEL_CRIT, "disabling quorum device operations");
  1196. update_qdevice_can_operate(0);
  1197. }
  1198. }
  1199. /*
  1200. * if user specifies quorum.expected_votes + quorum.device but NOT the device.votes
  1201. * we don't know what the quorum device should vote.
  1202. */
  1203. if ((expected_votes) && (have_qdevice) && (qdevice_votes == -1)) {
  1204. if (!runtime) {
  1205. error = (char *)"configuration error: quorum.device.votes must be specified when quorum.expected_votes is set";
  1206. goto out;
  1207. } else {
  1208. log_printf(LOGSYS_LEVEL_CRIT, "configuration error: quorum.device.votes must be specified when quorum.expected_votes is set");
  1209. log_printf(LOGSYS_LEVEL_CRIT, "disabling quorum device operations");
  1210. update_qdevice_can_operate(0);
  1211. }
  1212. }
  1213. /*
  1214. * if user specifies a node list with uneven votes and no device.votes
  1215. * we cannot autocalculate the votes
  1216. */
  1217. if ((have_qdevice) &&
  1218. (qdevice_votes == -1) &&
  1219. (have_nodelist) &&
  1220. (node_count != node_expected_votes)) {
  1221. if (!runtime) {
  1222. error = (char *)"configuration error: quorum.device.votes must be specified when not all nodes votes 1";
  1223. goto out;
  1224. } else {
  1225. log_printf(LOGSYS_LEVEL_CRIT, "configuration error: quorum.device.votes must be specified when not all nodes votes 1");
  1226. log_printf(LOGSYS_LEVEL_CRIT, "disabling quorum device operations");
  1227. update_qdevice_can_operate(0);
  1228. }
  1229. }
  1230. /*
  1231. * validate quorum device votes vs expected_votes
  1232. */
  1233. if ((qdevice_votes > 0) && (expected_votes)) {
  1234. int delta = expected_votes - qdevice_votes;
  1235. if (delta < 2) {
  1236. if (!runtime) {
  1237. error = (char *)"configuration error: quorum.device.votes is too high or expected_votes is too low";
  1238. goto out;
  1239. } else {
  1240. log_printf(LOGSYS_LEVEL_CRIT, "configuration error: quorum.device.votes is too high or expected_votes is too low");
  1241. log_printf(LOGSYS_LEVEL_CRIT, "disabling quorum device operations");
  1242. update_qdevice_can_operate(0);
  1243. }
  1244. }
  1245. }
  1246. /*
  1247. * automatically calculate device votes and adjust expected_votes from nodelist
  1248. */
  1249. if ((have_qdevice) &&
  1250. (qdevice_votes == -1) &&
  1251. (!expected_votes) &&
  1252. (have_nodelist) &&
  1253. (node_count == node_expected_votes)) {
  1254. qdevice_votes = node_expected_votes - 1;
  1255. node_expected_votes = node_expected_votes + qdevice_votes;
  1256. }
  1257. /*
  1258. * set this node votes and expected_votes
  1259. */
  1260. log_printf(LOGSYS_LEVEL_DEBUG, "ev_tracking=%d, ev_tracking_barrier = %d: expected_votes = %d\n", ev_tracking, ev_tracking_barrier, expected_votes);
  1261. if (ev_tracking) {
  1262. expected_votes = ev_tracking_barrier;
  1263. }
  1264. if (have_nodelist) {
  1265. us->votes = node_votes;
  1266. us->expected_votes = node_expected_votes;
  1267. } else {
  1268. us->votes = 1;
  1269. (void)icmap_get_uint32("quorum.votes", &us->votes);
  1270. }
  1271. if (expected_votes) {
  1272. us->expected_votes = expected_votes;
  1273. }
  1274. /*
  1275. * set qdevice votes
  1276. */
  1277. if (!have_qdevice) {
  1278. qdevice->votes = 0;
  1279. }
  1280. if (qdevice_votes != -1) {
  1281. qdevice->votes = qdevice_votes;
  1282. }
  1283. update_ev_barrier(us->expected_votes);
  1284. update_two_node();
  1285. if (wait_for_all) {
  1286. if (!runtime) {
  1287. update_wait_for_all_status(1);
  1288. }
  1289. } else if (wait_for_all_autoset && wait_for_all_status) {
  1290. /*
  1291. * Reset wait for all status for consistency when wfa is auto-unset by 2node.
  1292. * wait_for_all_status would be ignored by are_we_quorate anyway.
  1293. */
  1294. update_wait_for_all_status(0);
  1295. }
  1296. out:
  1297. LEAVE();
  1298. return error;
  1299. }
  1300. static void votequorum_refresh_config(
  1301. int32_t event,
  1302. const char *key_name,
  1303. struct icmap_notify_value new_val,
  1304. struct icmap_notify_value old_val,
  1305. void *user_data)
  1306. {
  1307. int old_votes, old_expected_votes;
  1308. uint8_t reloading;
  1309. uint8_t cancel_wfa;
  1310. ENTER();
  1311. /*
  1312. * If a full reload is in progress then don't do anything until it's done and
  1313. * can reconfigure it all atomically
  1314. */
  1315. if (icmap_get_uint8("config.totemconfig_reload_in_progress", &reloading) == CS_OK && reloading) {
  1316. return ;
  1317. }
  1318. (void)icmap_get_uint8("quorum.cancel_wait_for_all", &cancel_wfa);
  1319. if (strcmp(key_name, "quorum.cancel_wait_for_all") == 0 &&
  1320. cancel_wfa >= 1) {
  1321. icmap_set_uint8("quorum.cancel_wait_for_all", 0);
  1322. votequorum_exec_send_reconfigure(VOTEQUORUM_RECONFIG_PARAM_CANCEL_WFA,
  1323. us->node_id, 0);
  1324. return;
  1325. }
  1326. old_votes = us->votes;
  1327. old_expected_votes = us->expected_votes;
  1328. /*
  1329. * Reload the configuration
  1330. */
  1331. votequorum_readconfig(VOTEQUORUM_READCONFIG_RUNTIME);
  1332. /*
  1333. * activate new config
  1334. */
  1335. votequorum_exec_send_nodeinfo(us->node_id);
  1336. votequorum_exec_send_nodeinfo(VOTEQUORUM_QDEVICE_NODEID);
  1337. if (us->votes != old_votes) {
  1338. votequorum_exec_send_reconfigure(VOTEQUORUM_RECONFIG_PARAM_NODE_VOTES,
  1339. us->node_id, us->votes);
  1340. }
  1341. if (us->expected_votes != old_expected_votes) {
  1342. votequorum_exec_send_reconfigure(VOTEQUORUM_RECONFIG_PARAM_EXPECTED_VOTES,
  1343. us->node_id, us->expected_votes);
  1344. }
  1345. LEAVE();
  1346. }
  1347. static void votequorum_exec_add_config_notification(void)
  1348. {
  1349. icmap_track_t icmap_track_nodelist = NULL;
  1350. icmap_track_t icmap_track_quorum = NULL;
  1351. icmap_track_t icmap_track_reload = NULL;
  1352. ENTER();
  1353. icmap_track_add("nodelist.",
  1354. ICMAP_TRACK_ADD | ICMAP_TRACK_DELETE | ICMAP_TRACK_MODIFY | ICMAP_TRACK_PREFIX,
  1355. votequorum_refresh_config,
  1356. NULL,
  1357. &icmap_track_nodelist);
  1358. icmap_track_add("quorum.",
  1359. ICMAP_TRACK_ADD | ICMAP_TRACK_DELETE | ICMAP_TRACK_MODIFY | ICMAP_TRACK_PREFIX,
  1360. votequorum_refresh_config,
  1361. NULL,
  1362. &icmap_track_quorum);
  1363. icmap_track_add("config.totemconfig_reload_in_progress",
  1364. ICMAP_TRACK_ADD | ICMAP_TRACK_MODIFY,
  1365. votequorum_refresh_config,
  1366. NULL,
  1367. &icmap_track_reload);
  1368. LEAVE();
  1369. }
  1370. /*
  1371. * votequorum_exec core
  1372. */
  1373. static int votequorum_exec_send_reconfigure(uint8_t param, unsigned int nodeid, uint32_t value)
  1374. {
  1375. struct req_exec_quorum_reconfigure req_exec_quorum_reconfigure;
  1376. struct iovec iov[1];
  1377. int ret;
  1378. ENTER();
  1379. req_exec_quorum_reconfigure.nodeid = nodeid;
  1380. req_exec_quorum_reconfigure.value = value;
  1381. req_exec_quorum_reconfigure.param = param;
  1382. req_exec_quorum_reconfigure._pad0 = 0;
  1383. req_exec_quorum_reconfigure._pad1 = 0;
  1384. req_exec_quorum_reconfigure._pad2 = 0;
  1385. req_exec_quorum_reconfigure.header.id = SERVICE_ID_MAKE(VOTEQUORUM_SERVICE, MESSAGE_REQ_EXEC_VOTEQUORUM_RECONFIGURE);
  1386. req_exec_quorum_reconfigure.header.size = sizeof(req_exec_quorum_reconfigure);
  1387. iov[0].iov_base = (void *)&req_exec_quorum_reconfigure;
  1388. iov[0].iov_len = sizeof(req_exec_quorum_reconfigure);
  1389. ret = corosync_api->totem_mcast (iov, 1, TOTEM_AGREED);
  1390. LEAVE();
  1391. return ret;
  1392. }
  1393. static int votequorum_exec_send_nodeinfo(uint32_t nodeid)
  1394. {
  1395. struct req_exec_quorum_nodeinfo req_exec_quorum_nodeinfo;
  1396. struct iovec iov[1];
  1397. struct cluster_node *node;
  1398. int ret;
  1399. ENTER();
  1400. node = find_node_by_nodeid(nodeid);
  1401. if (!node) {
  1402. return -1;
  1403. }
  1404. req_exec_quorum_nodeinfo.nodeid = nodeid;
  1405. req_exec_quorum_nodeinfo.votes = node->votes;
  1406. req_exec_quorum_nodeinfo.expected_votes = node->expected_votes;
  1407. req_exec_quorum_nodeinfo.flags = node->flags;
  1408. if (nodeid != VOTEQUORUM_QDEVICE_NODEID) {
  1409. decode_flags(node->flags);
  1410. }
  1411. req_exec_quorum_nodeinfo.header.id = SERVICE_ID_MAKE(VOTEQUORUM_SERVICE, MESSAGE_REQ_EXEC_VOTEQUORUM_NODEINFO);
  1412. req_exec_quorum_nodeinfo.header.size = sizeof(req_exec_quorum_nodeinfo);
  1413. iov[0].iov_base = (void *)&req_exec_quorum_nodeinfo;
  1414. iov[0].iov_len = sizeof(req_exec_quorum_nodeinfo);
  1415. ret = corosync_api->totem_mcast (iov, 1, TOTEM_AGREED);
  1416. LEAVE();
  1417. return ret;
  1418. }
  1419. static int votequorum_exec_send_qdevice_reconfigure(const char *oldname, const char *newname)
  1420. {
  1421. struct req_exec_quorum_qdevice_reconfigure req_exec_quorum_qdevice_reconfigure;
  1422. struct iovec iov[1];
  1423. int ret;
  1424. ENTER();
  1425. req_exec_quorum_qdevice_reconfigure.header.id = SERVICE_ID_MAKE(VOTEQUORUM_SERVICE, MESSAGE_REQ_EXEC_VOTEQUORUM_QDEVICE_RECONFIGURE);
  1426. req_exec_quorum_qdevice_reconfigure.header.size = sizeof(req_exec_quorum_qdevice_reconfigure);
  1427. assert(strlen(oldname) < sizeof(req_exec_quorum_qdevice_reconfigure.oldname));
  1428. strcpy(req_exec_quorum_qdevice_reconfigure.oldname, oldname);
  1429. assert(strlen(newname) < sizeof(req_exec_quorum_qdevice_reconfigure.newname));
  1430. strcpy(req_exec_quorum_qdevice_reconfigure.newname, newname);
  1431. iov[0].iov_base = (void *)&req_exec_quorum_qdevice_reconfigure;
  1432. iov[0].iov_len = sizeof(req_exec_quorum_qdevice_reconfigure);
  1433. ret = corosync_api->totem_mcast (iov, 1, TOTEM_AGREED);
  1434. LEAVE();
  1435. return ret;
  1436. }
  1437. static int votequorum_exec_send_qdevice_reg(uint32_t operation, const char *qdevice_name_req)
  1438. {
  1439. struct req_exec_quorum_qdevice_reg req_exec_quorum_qdevice_reg;
  1440. struct iovec iov[1];
  1441. int ret;
  1442. ENTER();
  1443. req_exec_quorum_qdevice_reg.header.id = SERVICE_ID_MAKE(VOTEQUORUM_SERVICE, MESSAGE_REQ_EXEC_VOTEQUORUM_QDEVICE_REG);
  1444. req_exec_quorum_qdevice_reg.header.size = sizeof(req_exec_quorum_qdevice_reg);
  1445. req_exec_quorum_qdevice_reg.operation = operation;
  1446. assert(strlen(qdevice_name_req) < sizeof(req_exec_quorum_qdevice_reg.qdevice_name));
  1447. strcpy(req_exec_quorum_qdevice_reg.qdevice_name, qdevice_name_req);
  1448. iov[0].iov_base = (void *)&req_exec_quorum_qdevice_reg;
  1449. iov[0].iov_len = sizeof(req_exec_quorum_qdevice_reg);
  1450. ret = corosync_api->totem_mcast (iov, 1, TOTEM_AGREED);
  1451. LEAVE();
  1452. return ret;
  1453. }
  1454. static int votequorum_exec_send_quorum_notification(void *conn, uint64_t context)
  1455. {
  1456. struct res_lib_votequorum_quorum_notification *res_lib_votequorum_notification;
  1457. struct list_head *tmp;
  1458. struct cluster_node *node;
  1459. int i = 0;
  1460. int cluster_members = 0;
  1461. int size;
  1462. char buf[sizeof(struct res_lib_votequorum_quorum_notification) + sizeof(struct votequorum_node) * (PROCESSOR_COUNT_MAX + 2)];
  1463. ENTER();
  1464. log_printf(LOGSYS_LEVEL_DEBUG, "Sending quorum callback, quorate = %d", cluster_is_quorate);
  1465. list_iterate(tmp, &cluster_members_list) {
  1466. node = list_entry(tmp, struct cluster_node, list);
  1467. cluster_members++;
  1468. }
  1469. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED) {
  1470. cluster_members++;
  1471. }
  1472. size = sizeof(struct res_lib_votequorum_quorum_notification) + sizeof(struct votequorum_node) * cluster_members;
  1473. res_lib_votequorum_notification = (struct res_lib_votequorum_quorum_notification *)&buf;
  1474. res_lib_votequorum_notification->quorate = cluster_is_quorate;
  1475. res_lib_votequorum_notification->context = context;
  1476. res_lib_votequorum_notification->node_list_entries = cluster_members;
  1477. res_lib_votequorum_notification->header.id = MESSAGE_RES_VOTEQUORUM_QUORUM_NOTIFICATION;
  1478. res_lib_votequorum_notification->header.size = size;
  1479. res_lib_votequorum_notification->header.error = CS_OK;
  1480. /* Send all known nodes and their states */
  1481. list_iterate(tmp, &cluster_members_list) {
  1482. node = list_entry(tmp, struct cluster_node, list);
  1483. res_lib_votequorum_notification->node_list[i].nodeid = node->node_id;
  1484. res_lib_votequorum_notification->node_list[i++].state = node->state;
  1485. }
  1486. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED) {
  1487. res_lib_votequorum_notification->node_list[i].nodeid = VOTEQUORUM_QDEVICE_NODEID;
  1488. res_lib_votequorum_notification->node_list[i++].state = qdevice->state;
  1489. }
  1490. /* Send it to all interested parties */
  1491. if (conn) {
  1492. int ret = corosync_api->ipc_dispatch_send(conn, &buf, size);
  1493. LEAVE();
  1494. return ret;
  1495. } else {
  1496. struct quorum_pd *qpd;
  1497. list_iterate(tmp, &trackers_list) {
  1498. qpd = list_entry(tmp, struct quorum_pd, list);
  1499. res_lib_votequorum_notification->context = qpd->tracking_context;
  1500. corosync_api->ipc_dispatch_send(qpd->conn, &buf, size);
  1501. }
  1502. }
  1503. LEAVE();
  1504. return 0;
  1505. }
  1506. static int votequorum_exec_send_nodelist_notification(void *conn, uint64_t context)
  1507. {
  1508. struct res_lib_votequorum_nodelist_notification *res_lib_votequorum_notification;
  1509. int i = 0;
  1510. int size;
  1511. struct list_head *tmp;
  1512. char buf[sizeof(struct res_lib_votequorum_nodelist_notification) + sizeof(uint32_t) * quorum_members_entries];
  1513. ENTER();
  1514. log_printf(LOGSYS_LEVEL_DEBUG, "Sending nodelist callback. ring_id = %d/%lld", quorum_ringid.rep.nodeid, quorum_ringid.seq);
  1515. size = sizeof(struct res_lib_votequorum_nodelist_notification) + sizeof(uint32_t) * quorum_members_entries;
  1516. res_lib_votequorum_notification = (struct res_lib_votequorum_nodelist_notification *)&buf;
  1517. res_lib_votequorum_notification->node_list_entries = quorum_members_entries;
  1518. res_lib_votequorum_notification->ring_id.nodeid = quorum_ringid.rep.nodeid;
  1519. res_lib_votequorum_notification->ring_id.seq = quorum_ringid.seq;
  1520. res_lib_votequorum_notification->context = context;
  1521. for (i=0; i<quorum_members_entries; i++) {
  1522. res_lib_votequorum_notification->node_list[i] = quorum_members[i];
  1523. }
  1524. res_lib_votequorum_notification->header.id = MESSAGE_RES_VOTEQUORUM_NODELIST_NOTIFICATION;
  1525. res_lib_votequorum_notification->header.size = size;
  1526. res_lib_votequorum_notification->header.error = CS_OK;
  1527. /* Send it to all interested parties */
  1528. if (conn) {
  1529. int ret = corosync_api->ipc_dispatch_send(conn, &buf, size);
  1530. LEAVE();
  1531. return ret;
  1532. } else {
  1533. struct quorum_pd *qpd;
  1534. list_iterate(tmp, &trackers_list) {
  1535. qpd = list_entry(tmp, struct quorum_pd, list);
  1536. res_lib_votequorum_notification->context = qpd->tracking_context;
  1537. corosync_api->ipc_dispatch_send(qpd->conn, &buf, size);
  1538. }
  1539. }
  1540. LEAVE();
  1541. return 0;
  1542. }
  1543. static void votequorum_exec_send_expectedvotes_notification(void)
  1544. {
  1545. struct res_lib_votequorum_expectedvotes_notification res_lib_votequorum_expectedvotes_notification;
  1546. struct quorum_pd *qpd;
  1547. struct list_head *tmp;
  1548. ENTER();
  1549. log_printf(LOGSYS_LEVEL_DEBUG, "Sending expected votes callback");
  1550. res_lib_votequorum_expectedvotes_notification.header.id = MESSAGE_RES_VOTEQUORUM_EXPECTEDVOTES_NOTIFICATION;
  1551. res_lib_votequorum_expectedvotes_notification.header.size = sizeof(res_lib_votequorum_expectedvotes_notification);
  1552. res_lib_votequorum_expectedvotes_notification.header.error = CS_OK;
  1553. res_lib_votequorum_expectedvotes_notification.expected_votes = us->expected_votes;
  1554. list_iterate(tmp, &trackers_list) {
  1555. qpd = list_entry(tmp, struct quorum_pd, list);
  1556. res_lib_votequorum_expectedvotes_notification.context = qpd->tracking_context;
  1557. corosync_api->ipc_dispatch_send(qpd->conn, &res_lib_votequorum_expectedvotes_notification,
  1558. sizeof(struct res_lib_votequorum_expectedvotes_notification));
  1559. }
  1560. LEAVE();
  1561. }
  1562. static void exec_votequorum_qdevice_reconfigure_endian_convert (void *message)
  1563. {
  1564. ENTER();
  1565. LEAVE();
  1566. }
  1567. static void message_handler_req_exec_votequorum_qdevice_reconfigure (
  1568. const void *message,
  1569. unsigned int nodeid)
  1570. {
  1571. const struct req_exec_quorum_qdevice_reconfigure *req_exec_quorum_qdevice_reconfigure = message;
  1572. ENTER();
  1573. log_printf(LOGSYS_LEVEL_DEBUG, "Received qdevice name change req from node %u [from: %s to: %s]",
  1574. nodeid,
  1575. req_exec_quorum_qdevice_reconfigure->oldname,
  1576. req_exec_quorum_qdevice_reconfigure->newname);
  1577. if (!strcmp(req_exec_quorum_qdevice_reconfigure->oldname, qdevice_name)) {
  1578. log_printf(LOGSYS_LEVEL_DEBUG, "Allowing qdevice rename");
  1579. memset(qdevice_name, 0, VOTEQUORUM_QDEVICE_MAX_NAME_LEN);
  1580. strcpy(qdevice_name, req_exec_quorum_qdevice_reconfigure->newname);
  1581. /*
  1582. * TODO: notify qdevices about name change?
  1583. * this is not relevant for now and can wait later on since
  1584. * qdevices are local only and libvotequorum is not final
  1585. */
  1586. }
  1587. LEAVE();
  1588. }
  1589. static void exec_votequorum_qdevice_reg_endian_convert (void *message)
  1590. {
  1591. struct req_exec_quorum_qdevice_reg *req_exec_quorum_qdevice_reg = message;
  1592. ENTER();
  1593. req_exec_quorum_qdevice_reg->operation = swab32(req_exec_quorum_qdevice_reg->operation);
  1594. LEAVE();
  1595. }
  1596. static void message_handler_req_exec_votequorum_qdevice_reg (
  1597. const void *message,
  1598. unsigned int nodeid)
  1599. {
  1600. const struct req_exec_quorum_qdevice_reg *req_exec_quorum_qdevice_reg = message;
  1601. struct res_lib_votequorum_status res_lib_votequorum_status;
  1602. int wipe_qdevice_name = 1;
  1603. struct cluster_node *node = NULL;
  1604. struct list_head *tmp;
  1605. cs_error_t error = CS_OK;
  1606. ENTER();
  1607. log_printf(LOGSYS_LEVEL_DEBUG, "Received qdevice op %u req from node %u [%s]",
  1608. req_exec_quorum_qdevice_reg->operation,
  1609. nodeid, req_exec_quorum_qdevice_reg->qdevice_name);
  1610. switch(req_exec_quorum_qdevice_reg->operation)
  1611. {
  1612. case VOTEQUORUM_QDEVICE_OPERATION_REGISTER:
  1613. if (nodeid != us->node_id) {
  1614. if (!strlen(qdevice_name)) {
  1615. log_printf(LOGSYS_LEVEL_DEBUG, "Remote qdevice name recorded");
  1616. strcpy(qdevice_name, req_exec_quorum_qdevice_reg->qdevice_name);
  1617. }
  1618. LEAVE();
  1619. return;
  1620. }
  1621. /*
  1622. * protect against the case where we broadcast qdevice registration
  1623. * to new memebers, we receive the message back, but there is no registration
  1624. * connection in progress
  1625. */
  1626. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED) {
  1627. LEAVE();
  1628. return;
  1629. }
  1630. /*
  1631. * this should NEVER happen
  1632. */
  1633. if (!qdevice_reg_conn) {
  1634. log_printf(LOGSYS_LEVEL_WARNING, "Unable to determine origin of the qdevice register call!");
  1635. LEAVE();
  1636. return;
  1637. }
  1638. /*
  1639. * registering our own device in this case
  1640. */
  1641. if (!strlen(qdevice_name)) {
  1642. strcpy(qdevice_name, req_exec_quorum_qdevice_reg->qdevice_name);
  1643. }
  1644. /*
  1645. * check if it is our device or something else
  1646. */
  1647. if ((!strncmp(req_exec_quorum_qdevice_reg->qdevice_name,
  1648. qdevice_name, VOTEQUORUM_QDEVICE_MAX_NAME_LEN))) {
  1649. us->flags |= NODE_FLAGS_QDEVICE_REGISTERED;
  1650. votequorum_exec_send_nodeinfo(VOTEQUORUM_QDEVICE_NODEID);
  1651. votequorum_exec_send_nodeinfo(us->node_id);
  1652. } else {
  1653. log_printf(LOGSYS_LEVEL_WARNING,
  1654. "A new qdevice with different name (new: %s old: %s) is trying to register!",
  1655. req_exec_quorum_qdevice_reg->qdevice_name, qdevice_name);
  1656. error = CS_ERR_EXIST;
  1657. }
  1658. res_lib_votequorum_status.header.size = sizeof(res_lib_votequorum_status);
  1659. res_lib_votequorum_status.header.id = MESSAGE_RES_VOTEQUORUM_STATUS;
  1660. res_lib_votequorum_status.header.error = error;
  1661. corosync_api->ipc_response_send(qdevice_reg_conn, &res_lib_votequorum_status, sizeof(res_lib_votequorum_status));
  1662. qdevice_reg_conn = NULL;
  1663. break;
  1664. case VOTEQUORUM_QDEVICE_OPERATION_UNREGISTER:
  1665. list_iterate(tmp, &cluster_members_list) {
  1666. node = list_entry(tmp, struct cluster_node, list);
  1667. if ((node->state == NODESTATE_MEMBER) &&
  1668. (node->flags & NODE_FLAGS_QDEVICE_REGISTERED)) {
  1669. wipe_qdevice_name = 0;
  1670. }
  1671. }
  1672. if (wipe_qdevice_name) {
  1673. memset(qdevice_name, 0, VOTEQUORUM_QDEVICE_MAX_NAME_LEN);
  1674. }
  1675. break;
  1676. }
  1677. LEAVE();
  1678. }
  1679. static void exec_votequorum_nodeinfo_endian_convert (void *message)
  1680. {
  1681. struct req_exec_quorum_nodeinfo *nodeinfo = message;
  1682. ENTER();
  1683. nodeinfo->nodeid = swab32(nodeinfo->nodeid);
  1684. nodeinfo->votes = swab32(nodeinfo->votes);
  1685. nodeinfo->expected_votes = swab32(nodeinfo->expected_votes);
  1686. nodeinfo->flags = swab32(nodeinfo->flags);
  1687. LEAVE();
  1688. }
  1689. static void message_handler_req_exec_votequorum_nodeinfo (
  1690. const void *message,
  1691. unsigned int sender_nodeid)
  1692. {
  1693. const struct req_exec_quorum_nodeinfo *req_exec_quorum_nodeinfo = message;
  1694. struct cluster_node *node = NULL;
  1695. int old_votes;
  1696. int old_expected;
  1697. uint32_t old_flags;
  1698. nodestate_t old_state;
  1699. int new_node = 0;
  1700. int allow_downgrade = 0;
  1701. int by_node = 0;
  1702. unsigned int nodeid = req_exec_quorum_nodeinfo->nodeid;
  1703. ENTER();
  1704. log_printf(LOGSYS_LEVEL_DEBUG, "got nodeinfo message from cluster node %u", sender_nodeid);
  1705. log_printf(LOGSYS_LEVEL_DEBUG, "nodeinfo message[%u]: votes: %d, expected: %d flags: %d",
  1706. nodeid,
  1707. req_exec_quorum_nodeinfo->votes,
  1708. req_exec_quorum_nodeinfo->expected_votes,
  1709. req_exec_quorum_nodeinfo->flags);
  1710. if (nodeid != VOTEQUORUM_QDEVICE_NODEID) {
  1711. decode_flags(req_exec_quorum_nodeinfo->flags);
  1712. }
  1713. node = find_node_by_nodeid(nodeid);
  1714. if (!node) {
  1715. node = allocate_node(nodeid);
  1716. new_node = 1;
  1717. }
  1718. if (!node) {
  1719. corosync_api->error_memory_failure();
  1720. LEAVE();
  1721. return;
  1722. }
  1723. if (new_node) {
  1724. old_votes = 0;
  1725. old_expected = 0;
  1726. old_state = NODESTATE_DEAD;
  1727. old_flags = 0;
  1728. } else {
  1729. old_votes = node->votes;
  1730. old_expected = node->expected_votes;
  1731. old_state = node->state;
  1732. old_flags = node->flags;
  1733. }
  1734. if (nodeid == VOTEQUORUM_QDEVICE_NODEID) {
  1735. struct cluster_node *sender_node = find_node_by_nodeid(sender_nodeid);
  1736. assert(sender_node != NULL);
  1737. if ((!cluster_is_quorate) &&
  1738. (sender_node->flags & NODE_FLAGS_QUORATE)) {
  1739. node->votes = req_exec_quorum_nodeinfo->votes;
  1740. } else {
  1741. node->votes = max(node->votes, req_exec_quorum_nodeinfo->votes);
  1742. }
  1743. goto recalculate;
  1744. }
  1745. /* Update node state */
  1746. node->flags = req_exec_quorum_nodeinfo->flags;
  1747. node->votes = req_exec_quorum_nodeinfo->votes;
  1748. node->state = NODESTATE_MEMBER;
  1749. if (node->flags & NODE_FLAGS_LEAVING) {
  1750. node->state = NODESTATE_LEAVING;
  1751. allow_downgrade = 1;
  1752. by_node = 1;
  1753. }
  1754. if ((!cluster_is_quorate) &&
  1755. (node->flags & NODE_FLAGS_QUORATE)) {
  1756. allow_downgrade = 1;
  1757. us->expected_votes = req_exec_quorum_nodeinfo->expected_votes;
  1758. }
  1759. if (node->flags & NODE_FLAGS_QUORATE || (ev_tracking)) {
  1760. node->expected_votes = req_exec_quorum_nodeinfo->expected_votes;
  1761. } else {
  1762. node->expected_votes = us->expected_votes;
  1763. }
  1764. if ((last_man_standing) && (node->votes > 1)) {
  1765. log_printf(LOGSYS_LEVEL_WARNING, "Last Man Standing feature is supported only when all"
  1766. "cluster nodes votes are set to 1. Disabling LMS.");
  1767. last_man_standing = 0;
  1768. if (last_man_standing_timer_set) {
  1769. corosync_api->timer_delete(last_man_standing_timer);
  1770. last_man_standing_timer_set = 0;
  1771. }
  1772. }
  1773. recalculate:
  1774. if ((new_node) ||
  1775. (nodeid == us->node_id) ||
  1776. (node->flags & NODE_FLAGS_FIRST) ||
  1777. (old_votes != node->votes) ||
  1778. (old_expected != node->expected_votes) ||
  1779. (old_flags != node->flags) ||
  1780. (old_state != node->state)) {
  1781. recalculate_quorum(allow_downgrade, by_node);
  1782. }
  1783. if ((wait_for_all) &&
  1784. (!(node->flags & NODE_FLAGS_WFASTATUS)) &&
  1785. (node->flags & NODE_FLAGS_QUORATE)) {
  1786. update_wait_for_all_status(0);
  1787. }
  1788. LEAVE();
  1789. }
  1790. static void exec_votequorum_reconfigure_endian_convert (void *message)
  1791. {
  1792. struct req_exec_quorum_reconfigure *reconfigure = message;
  1793. ENTER();
  1794. reconfigure->nodeid = swab32(reconfigure->nodeid);
  1795. reconfigure->value = swab32(reconfigure->value);
  1796. LEAVE();
  1797. }
  1798. static void message_handler_req_exec_votequorum_reconfigure (
  1799. const void *message,
  1800. unsigned int nodeid)
  1801. {
  1802. const struct req_exec_quorum_reconfigure *req_exec_quorum_reconfigure = message;
  1803. struct cluster_node *node;
  1804. ENTER();
  1805. log_printf(LOGSYS_LEVEL_DEBUG, "got reconfigure message from cluster node %u for %u",
  1806. nodeid, req_exec_quorum_reconfigure->nodeid);
  1807. switch(req_exec_quorum_reconfigure->param)
  1808. {
  1809. case VOTEQUORUM_RECONFIG_PARAM_EXPECTED_VOTES:
  1810. update_node_expected_votes(req_exec_quorum_reconfigure->value);
  1811. votequorum_exec_send_expectedvotes_notification();
  1812. update_ev_barrier(req_exec_quorum_reconfigure->value);
  1813. if (ev_tracking) {
  1814. us->expected_votes = max(us->expected_votes, ev_tracking_barrier);
  1815. }
  1816. recalculate_quorum(1, 0); /* Allow decrease */
  1817. break;
  1818. case VOTEQUORUM_RECONFIG_PARAM_NODE_VOTES:
  1819. node = find_node_by_nodeid(req_exec_quorum_reconfigure->nodeid);
  1820. if (!node) {
  1821. LEAVE();
  1822. return;
  1823. }
  1824. node->votes = req_exec_quorum_reconfigure->value;
  1825. recalculate_quorum(1, 0); /* Allow decrease */
  1826. break;
  1827. case VOTEQUORUM_RECONFIG_PARAM_CANCEL_WFA:
  1828. update_wait_for_all_status(0);
  1829. log_printf(LOGSYS_LEVEL_INFO, "wait_for_all_status reset by user on node %d.",
  1830. req_exec_quorum_reconfigure->nodeid);
  1831. recalculate_quorum(0, 0);
  1832. break;
  1833. }
  1834. LEAVE();
  1835. }
  1836. static int votequorum_exec_exit_fn (void)
  1837. {
  1838. int ret = 0;
  1839. ENTER();
  1840. /*
  1841. * tell the other nodes we are leaving
  1842. */
  1843. if (allow_downscale) {
  1844. us->flags |= NODE_FLAGS_LEAVING;
  1845. ret = votequorum_exec_send_nodeinfo(us->node_id);
  1846. }
  1847. if ((ev_tracking) && (ev_tracking_fd != -1)) {
  1848. close(ev_tracking_fd);
  1849. }
  1850. LEAVE();
  1851. return ret;
  1852. }
  1853. static void votequorum_set_icmap_ro_keys(void)
  1854. {
  1855. icmap_set_ro_access("quorum.allow_downscale", CS_FALSE, CS_TRUE);
  1856. icmap_set_ro_access("quorum.wait_for_all", CS_FALSE, CS_TRUE);
  1857. icmap_set_ro_access("quorum.last_man_standing", CS_FALSE, CS_TRUE);
  1858. icmap_set_ro_access("quorum.last_man_standing_window", CS_FALSE, CS_TRUE);
  1859. icmap_set_ro_access("quorum.expected_votes_tracking", CS_FALSE, CS_TRUE);
  1860. icmap_set_ro_access("quorum.auto_tie_breaker", CS_FALSE, CS_TRUE);
  1861. icmap_set_ro_access("quorum.auto_tie_breaker_node", CS_FALSE, CS_TRUE);
  1862. }
  1863. static char *votequorum_exec_init_fn (struct corosync_api_v1 *api)
  1864. {
  1865. char *error = NULL;
  1866. ENTER();
  1867. /*
  1868. * make sure we start clean
  1869. */
  1870. list_init(&cluster_members_list);
  1871. list_init(&trackers_list);
  1872. qdevice = NULL;
  1873. us = NULL;
  1874. memset(cluster_nodes, 0, sizeof(cluster_nodes));
  1875. /*
  1876. * Allocate a cluster_node for qdevice
  1877. */
  1878. qdevice = allocate_node(VOTEQUORUM_QDEVICE_NODEID);
  1879. if (!qdevice) {
  1880. LEAVE();
  1881. return ((char *)"Could not allocate node.");
  1882. }
  1883. qdevice->votes = 0;
  1884. memset(qdevice_name, 0, VOTEQUORUM_QDEVICE_MAX_NAME_LEN);
  1885. /*
  1886. * Allocate a cluster_node for us
  1887. */
  1888. us = allocate_node(corosync_api->totem_nodeid_get());
  1889. if (!us) {
  1890. LEAVE();
  1891. return ((char *)"Could not allocate node.");
  1892. }
  1893. icmap_set_uint32("runtime.votequorum.this_node_id", us->node_id);
  1894. us->state = NODESTATE_MEMBER;
  1895. us->votes = 1;
  1896. us->flags |= NODE_FLAGS_FIRST;
  1897. error = votequorum_readconfig(VOTEQUORUM_READCONFIG_STARTUP);
  1898. if (error) {
  1899. return error;
  1900. }
  1901. recalculate_quorum(0, 0);
  1902. /*
  1903. * Set RO keys in icmap
  1904. */
  1905. votequorum_set_icmap_ro_keys();
  1906. /*
  1907. * Listen for changes
  1908. */
  1909. votequorum_exec_add_config_notification();
  1910. /*
  1911. * Start us off with one node
  1912. */
  1913. votequorum_exec_send_nodeinfo(us->node_id);
  1914. LEAVE();
  1915. return (NULL);
  1916. }
  1917. /*
  1918. * votequorum service core
  1919. */
  1920. static void votequorum_last_man_standing_timer_fn(void *arg)
  1921. {
  1922. ENTER();
  1923. last_man_standing_timer_set = 0;
  1924. if (cluster_is_quorate) {
  1925. recalculate_quorum(1,1);
  1926. }
  1927. LEAVE();
  1928. }
  1929. static void votequorum_sync_init (
  1930. const unsigned int *trans_list, size_t trans_list_entries,
  1931. const unsigned int *member_list, size_t member_list_entries,
  1932. const struct memb_ring_id *ring_id)
  1933. {
  1934. int i, j;
  1935. int found;
  1936. int left_nodes;
  1937. struct cluster_node *node;
  1938. ENTER();
  1939. sync_in_progress = 1;
  1940. sync_nodeinfo_sent = 0;
  1941. sync_wait_for_poll_or_timeout = 0;
  1942. if (member_list_entries > 1) {
  1943. us->flags &= ~NODE_FLAGS_FIRST;
  1944. }
  1945. /*
  1946. * we don't need to track which nodes have left directly,
  1947. * since that info is in the node db, but we need to know
  1948. * if somebody has left for last_man_standing
  1949. */
  1950. left_nodes = 0;
  1951. for (i = 0; i < quorum_members_entries; i++) {
  1952. found = 0;
  1953. for (j = 0; j < member_list_entries; j++) {
  1954. if (quorum_members[i] == member_list[j]) {
  1955. found = 1;
  1956. break;
  1957. }
  1958. }
  1959. if (found == 0) {
  1960. left_nodes = 1;
  1961. node = find_node_by_nodeid(quorum_members[i]);
  1962. if (node) {
  1963. node->state = NODESTATE_DEAD;
  1964. }
  1965. }
  1966. }
  1967. if (last_man_standing) {
  1968. if (((member_list_entries >= quorum) && (left_nodes)) ||
  1969. ((member_list_entries <= quorum) && (auto_tie_breaker != ATB_NONE) && (check_low_node_id_partition() == 1))) {
  1970. if (last_man_standing_timer_set) {
  1971. corosync_api->timer_delete(last_man_standing_timer);
  1972. last_man_standing_timer_set = 0;
  1973. }
  1974. corosync_api->timer_add_duration((unsigned long long)last_man_standing_window*1000000,
  1975. NULL, votequorum_last_man_standing_timer_fn,
  1976. &last_man_standing_timer);
  1977. last_man_standing_timer_set = 1;
  1978. }
  1979. }
  1980. memcpy(previous_quorum_members, quorum_members, sizeof(unsigned int) * quorum_members_entries);
  1981. previous_quorum_members_entries = quorum_members_entries;
  1982. memcpy(quorum_members, member_list, sizeof(unsigned int) * member_list_entries);
  1983. quorum_members_entries = member_list_entries;
  1984. memcpy(&quorum_ringid, ring_id, sizeof(*ring_id));
  1985. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED && us->flags & NODE_FLAGS_QDEVICE_ALIVE) {
  1986. /*
  1987. * Reset poll timer. Sync waiting is interrupted on valid qdevice poll or after timeout
  1988. */
  1989. if (qdevice_timer_set) {
  1990. corosync_api->timer_delete(qdevice_timer);
  1991. }
  1992. corosync_api->timer_add_duration((unsigned long long)qdevice_sync_timeout*1000000, qdevice,
  1993. qdevice_timer_fn, &qdevice_timer);
  1994. qdevice_timer_set = 1;
  1995. sync_wait_for_poll_or_timeout = 1;
  1996. log_printf(LOGSYS_LEVEL_INFO, "waiting for quorum device %s poll (but maximum for %u ms)",
  1997. qdevice_name, qdevice_sync_timeout);
  1998. }
  1999. LEAVE();
  2000. }
  2001. static int votequorum_sync_process (void)
  2002. {
  2003. if (!sync_nodeinfo_sent) {
  2004. votequorum_exec_send_nodeinfo(us->node_id);
  2005. votequorum_exec_send_nodeinfo(VOTEQUORUM_QDEVICE_NODEID);
  2006. if (strlen(qdevice_name)) {
  2007. votequorum_exec_send_qdevice_reg(VOTEQUORUM_QDEVICE_OPERATION_REGISTER,
  2008. qdevice_name);
  2009. }
  2010. votequorum_exec_send_nodelist_notification(NULL, 0LL);
  2011. sync_nodeinfo_sent = 1;
  2012. }
  2013. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED && sync_wait_for_poll_or_timeout) {
  2014. /*
  2015. * Waiting for qdevice to poll with new ringid or timeout
  2016. */
  2017. return (-1);
  2018. }
  2019. return 0;
  2020. }
  2021. static void votequorum_sync_activate (void)
  2022. {
  2023. recalculate_quorum(0, 0);
  2024. quorum_callback(quorum_members, quorum_members_entries,
  2025. cluster_is_quorate, &quorum_ringid);
  2026. votequorum_exec_send_quorum_notification(NULL, 0L);
  2027. sync_in_progress = 0;
  2028. }
  2029. static void votequorum_sync_abort (void)
  2030. {
  2031. }
  2032. char *votequorum_init(struct corosync_api_v1 *api,
  2033. quorum_set_quorate_fn_t q_set_quorate_fn)
  2034. {
  2035. char *error;
  2036. ENTER();
  2037. if (q_set_quorate_fn == NULL) {
  2038. return ((char *)"Quorate function not set");
  2039. }
  2040. corosync_api = api;
  2041. quorum_callback = q_set_quorate_fn;
  2042. error = corosync_service_link_and_init(corosync_api,
  2043. &votequorum_service[0]);
  2044. if (error) {
  2045. return (error);
  2046. }
  2047. LEAVE();
  2048. return (NULL);
  2049. }
  2050. /*
  2051. * Library Handler init/fini
  2052. */
  2053. static int quorum_lib_init_fn (void *conn)
  2054. {
  2055. struct quorum_pd *pd = (struct quorum_pd *)corosync_api->ipc_private_data_get (conn);
  2056. ENTER();
  2057. list_init (&pd->list);
  2058. pd->conn = conn;
  2059. LEAVE();
  2060. return (0);
  2061. }
  2062. static int quorum_lib_exit_fn (void *conn)
  2063. {
  2064. struct quorum_pd *quorum_pd = (struct quorum_pd *)corosync_api->ipc_private_data_get (conn);
  2065. ENTER();
  2066. if (quorum_pd->tracking_enabled) {
  2067. list_del (&quorum_pd->list);
  2068. list_init (&quorum_pd->list);
  2069. }
  2070. LEAVE();
  2071. return (0);
  2072. }
  2073. /*
  2074. * library internal functions
  2075. */
  2076. static void qdevice_timer_fn(void *arg)
  2077. {
  2078. ENTER();
  2079. if ((!(us->flags & NODE_FLAGS_QDEVICE_ALIVE)) ||
  2080. (!qdevice_timer_set)) {
  2081. LEAVE();
  2082. return;
  2083. }
  2084. us->flags &= ~NODE_FLAGS_QDEVICE_ALIVE;
  2085. us->flags &= ~NODE_FLAGS_QDEVICE_CAST_VOTE;
  2086. log_printf(LOGSYS_LEVEL_INFO, "lost contact with quorum device %s", qdevice_name);
  2087. votequorum_exec_send_nodeinfo(us->node_id);
  2088. qdevice_timer_set = 0;
  2089. sync_wait_for_poll_or_timeout = 0;
  2090. LEAVE();
  2091. }
  2092. /*
  2093. * Library Handler Functions
  2094. */
  2095. static void message_handler_req_lib_votequorum_getinfo (void *conn, const void *message)
  2096. {
  2097. const struct req_lib_votequorum_getinfo *req_lib_votequorum_getinfo = message;
  2098. struct res_lib_votequorum_getinfo res_lib_votequorum_getinfo;
  2099. struct cluster_node *node;
  2100. unsigned int highest_expected = 0;
  2101. unsigned int total_votes = 0;
  2102. cs_error_t error = CS_OK;
  2103. uint32_t nodeid = req_lib_votequorum_getinfo->nodeid;
  2104. ENTER();
  2105. log_printf(LOGSYS_LEVEL_DEBUG, "got getinfo request on %p for node %u", conn, req_lib_votequorum_getinfo->nodeid);
  2106. if (nodeid == VOTEQUORUM_QDEVICE_NODEID) {
  2107. nodeid = us->node_id;
  2108. }
  2109. node = find_node_by_nodeid(nodeid);
  2110. if (node) {
  2111. struct cluster_node *iternode;
  2112. struct list_head *nodelist;
  2113. list_iterate(nodelist, &cluster_members_list) {
  2114. iternode = list_entry(nodelist, struct cluster_node, list);
  2115. if (iternode->state == NODESTATE_MEMBER) {
  2116. highest_expected =
  2117. max(highest_expected, iternode->expected_votes);
  2118. total_votes += iternode->votes;
  2119. }
  2120. }
  2121. if (node->flags & NODE_FLAGS_QDEVICE_CAST_VOTE) {
  2122. total_votes += qdevice->votes;
  2123. }
  2124. switch(node->state) {
  2125. case NODESTATE_MEMBER:
  2126. res_lib_votequorum_getinfo.state = VOTEQUORUM_NODESTATE_MEMBER;
  2127. break;
  2128. case NODESTATE_DEAD:
  2129. res_lib_votequorum_getinfo.state = VOTEQUORUM_NODESTATE_DEAD;
  2130. break;
  2131. case NODESTATE_LEAVING:
  2132. res_lib_votequorum_getinfo.state = VOTEQUORUM_NODESTATE_LEAVING;
  2133. break;
  2134. default:
  2135. res_lib_votequorum_getinfo.state = node->state;
  2136. break;
  2137. }
  2138. res_lib_votequorum_getinfo.state = node->state;
  2139. res_lib_votequorum_getinfo.votes = node->votes;
  2140. res_lib_votequorum_getinfo.expected_votes = node->expected_votes;
  2141. res_lib_votequorum_getinfo.highest_expected = highest_expected;
  2142. res_lib_votequorum_getinfo.quorum = quorum;
  2143. res_lib_votequorum_getinfo.total_votes = total_votes;
  2144. res_lib_votequorum_getinfo.flags = 0;
  2145. res_lib_votequorum_getinfo.nodeid = node->node_id;
  2146. if (two_node) {
  2147. res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_TWONODE;
  2148. }
  2149. if (cluster_is_quorate) {
  2150. res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_QUORATE;
  2151. }
  2152. if (wait_for_all) {
  2153. res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_WAIT_FOR_ALL;
  2154. }
  2155. if (last_man_standing) {
  2156. res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_LAST_MAN_STANDING;
  2157. }
  2158. if (auto_tie_breaker != ATB_NONE) {
  2159. res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_AUTO_TIE_BREAKER;
  2160. }
  2161. if (allow_downscale) {
  2162. res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_ALLOW_DOWNSCALE;
  2163. }
  2164. memset(res_lib_votequorum_getinfo.qdevice_name, 0, VOTEQUORUM_QDEVICE_MAX_NAME_LEN);
  2165. strcpy(res_lib_votequorum_getinfo.qdevice_name, qdevice_name);
  2166. res_lib_votequorum_getinfo.qdevice_votes = qdevice->votes;
  2167. if (node->flags & NODE_FLAGS_QDEVICE_REGISTERED) {
  2168. res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_QDEVICE_REGISTERED;
  2169. }
  2170. if (node->flags & NODE_FLAGS_QDEVICE_ALIVE) {
  2171. res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_QDEVICE_ALIVE;
  2172. }
  2173. if (node->flags & NODE_FLAGS_QDEVICE_CAST_VOTE) {
  2174. res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_QDEVICE_CAST_VOTE;
  2175. }
  2176. if (node->flags & NODE_FLAGS_QDEVICE_MASTER_WINS) {
  2177. res_lib_votequorum_getinfo.flags |= VOTEQUORUM_INFO_QDEVICE_MASTER_WINS;
  2178. }
  2179. } else {
  2180. error = CS_ERR_NOT_EXIST;
  2181. }
  2182. res_lib_votequorum_getinfo.header.size = sizeof(res_lib_votequorum_getinfo);
  2183. res_lib_votequorum_getinfo.header.id = MESSAGE_RES_VOTEQUORUM_GETINFO;
  2184. res_lib_votequorum_getinfo.header.error = error;
  2185. corosync_api->ipc_response_send(conn, &res_lib_votequorum_getinfo, sizeof(res_lib_votequorum_getinfo));
  2186. log_printf(LOGSYS_LEVEL_DEBUG, "getinfo response error: %d", error);
  2187. LEAVE();
  2188. }
  2189. static void message_handler_req_lib_votequorum_setexpected (void *conn, const void *message)
  2190. {
  2191. const struct req_lib_votequorum_setexpected *req_lib_votequorum_setexpected = message;
  2192. struct res_lib_votequorum_status res_lib_votequorum_status;
  2193. cs_error_t error = CS_OK;
  2194. unsigned int newquorum;
  2195. unsigned int total_votes;
  2196. uint8_t allow_downscale_status = 0;
  2197. ENTER();
  2198. allow_downscale_status = allow_downscale;
  2199. allow_downscale = 0;
  2200. /*
  2201. * Validate new expected votes
  2202. */
  2203. newquorum = calculate_quorum(1, req_lib_votequorum_setexpected->expected_votes, &total_votes);
  2204. allow_downscale = allow_downscale_status;
  2205. /*
  2206. * Setting expected_votes < total_votes doesn't make sense.
  2207. * For quorate cluster prevent cluster to become unquorate.
  2208. */
  2209. if (req_lib_votequorum_setexpected->expected_votes < total_votes ||
  2210. (cluster_is_quorate && (newquorum > total_votes))) {
  2211. error = CS_ERR_INVALID_PARAM;
  2212. goto error_exit;
  2213. }
  2214. update_node_expected_votes(req_lib_votequorum_setexpected->expected_votes);
  2215. votequorum_exec_send_reconfigure(VOTEQUORUM_RECONFIG_PARAM_EXPECTED_VOTES, us->node_id,
  2216. req_lib_votequorum_setexpected->expected_votes);
  2217. error_exit:
  2218. res_lib_votequorum_status.header.size = sizeof(res_lib_votequorum_status);
  2219. res_lib_votequorum_status.header.id = MESSAGE_RES_VOTEQUORUM_STATUS;
  2220. res_lib_votequorum_status.header.error = error;
  2221. corosync_api->ipc_response_send(conn, &res_lib_votequorum_status, sizeof(res_lib_votequorum_status));
  2222. LEAVE();
  2223. }
  2224. static void message_handler_req_lib_votequorum_setvotes (void *conn, const void *message)
  2225. {
  2226. const struct req_lib_votequorum_setvotes *req_lib_votequorum_setvotes = message;
  2227. struct res_lib_votequorum_status res_lib_votequorum_status;
  2228. struct cluster_node *node;
  2229. unsigned int newquorum;
  2230. unsigned int total_votes;
  2231. unsigned int saved_votes;
  2232. cs_error_t error = CS_OK;
  2233. unsigned int nodeid;
  2234. ENTER();
  2235. nodeid = req_lib_votequorum_setvotes->nodeid;
  2236. node = find_node_by_nodeid(nodeid);
  2237. if (!node) {
  2238. error = CS_ERR_NAME_NOT_FOUND;
  2239. goto error_exit;
  2240. }
  2241. /*
  2242. * Check votes is valid
  2243. */
  2244. saved_votes = node->votes;
  2245. node->votes = req_lib_votequorum_setvotes->votes;
  2246. newquorum = calculate_quorum(1, 0, &total_votes);
  2247. if (newquorum < total_votes / 2 ||
  2248. newquorum > total_votes) {
  2249. node->votes = saved_votes;
  2250. error = CS_ERR_INVALID_PARAM;
  2251. goto error_exit;
  2252. }
  2253. votequorum_exec_send_reconfigure(VOTEQUORUM_RECONFIG_PARAM_NODE_VOTES, nodeid,
  2254. req_lib_votequorum_setvotes->votes);
  2255. error_exit:
  2256. res_lib_votequorum_status.header.size = sizeof(res_lib_votequorum_status);
  2257. res_lib_votequorum_status.header.id = MESSAGE_RES_VOTEQUORUM_STATUS;
  2258. res_lib_votequorum_status.header.error = error;
  2259. corosync_api->ipc_response_send(conn, &res_lib_votequorum_status, sizeof(res_lib_votequorum_status));
  2260. LEAVE();
  2261. }
  2262. static void message_handler_req_lib_votequorum_trackstart (void *conn,
  2263. const void *message)
  2264. {
  2265. const struct req_lib_votequorum_trackstart *req_lib_votequorum_trackstart = message;
  2266. struct res_lib_votequorum_status res_lib_votequorum_status;
  2267. struct quorum_pd *quorum_pd = (struct quorum_pd *)corosync_api->ipc_private_data_get (conn);
  2268. cs_error_t error = CS_OK;
  2269. ENTER();
  2270. /*
  2271. * If an immediate listing of the current cluster membership
  2272. * is requested, generate membership list
  2273. */
  2274. if (req_lib_votequorum_trackstart->track_flags & CS_TRACK_CURRENT ||
  2275. req_lib_votequorum_trackstart->track_flags & CS_TRACK_CHANGES) {
  2276. log_printf(LOGSYS_LEVEL_DEBUG, "sending initial status to %p", conn);
  2277. votequorum_exec_send_nodelist_notification(conn, req_lib_votequorum_trackstart->context);
  2278. votequorum_exec_send_quorum_notification(conn, req_lib_votequorum_trackstart->context);
  2279. }
  2280. if (quorum_pd->tracking_enabled) {
  2281. error = CS_ERR_EXIST;
  2282. goto response_send;
  2283. }
  2284. /*
  2285. * Record requests for tracking
  2286. */
  2287. if (req_lib_votequorum_trackstart->track_flags & CS_TRACK_CHANGES ||
  2288. req_lib_votequorum_trackstart->track_flags & CS_TRACK_CHANGES_ONLY) {
  2289. quorum_pd->track_flags = req_lib_votequorum_trackstart->track_flags;
  2290. quorum_pd->tracking_enabled = 1;
  2291. quorum_pd->tracking_context = req_lib_votequorum_trackstart->context;
  2292. list_add (&quorum_pd->list, &trackers_list);
  2293. }
  2294. response_send:
  2295. res_lib_votequorum_status.header.size = sizeof(res_lib_votequorum_status);
  2296. res_lib_votequorum_status.header.id = MESSAGE_RES_VOTEQUORUM_STATUS;
  2297. res_lib_votequorum_status.header.error = error;
  2298. corosync_api->ipc_response_send(conn, &res_lib_votequorum_status, sizeof(res_lib_votequorum_status));
  2299. LEAVE();
  2300. }
  2301. static void message_handler_req_lib_votequorum_trackstop (void *conn,
  2302. const void *message)
  2303. {
  2304. struct res_lib_votequorum_status res_lib_votequorum_status;
  2305. struct quorum_pd *quorum_pd = (struct quorum_pd *)corosync_api->ipc_private_data_get (conn);
  2306. int error = CS_OK;
  2307. ENTER();
  2308. if (quorum_pd->tracking_enabled) {
  2309. error = CS_OK;
  2310. quorum_pd->tracking_enabled = 0;
  2311. list_del (&quorum_pd->list);
  2312. list_init (&quorum_pd->list);
  2313. } else {
  2314. error = CS_ERR_NOT_EXIST;
  2315. }
  2316. res_lib_votequorum_status.header.size = sizeof(res_lib_votequorum_status);
  2317. res_lib_votequorum_status.header.id = MESSAGE_RES_VOTEQUORUM_STATUS;
  2318. res_lib_votequorum_status.header.error = error;
  2319. corosync_api->ipc_response_send(conn, &res_lib_votequorum_status, sizeof(res_lib_votequorum_status));
  2320. LEAVE();
  2321. }
  2322. static void message_handler_req_lib_votequorum_qdevice_register (void *conn,
  2323. const void *message)
  2324. {
  2325. const struct req_lib_votequorum_qdevice_register *req_lib_votequorum_qdevice_register = message;
  2326. struct res_lib_votequorum_status res_lib_votequorum_status;
  2327. cs_error_t error = CS_OK;
  2328. ENTER();
  2329. if (!qdevice_can_operate) {
  2330. log_printf(LOGSYS_LEVEL_INFO, "Registration of quorum device is disabled by incorrect corosync.conf. See logs for more information");
  2331. error = CS_ERR_ACCESS;
  2332. goto out;
  2333. }
  2334. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED) {
  2335. if ((!strncmp(req_lib_votequorum_qdevice_register->name,
  2336. qdevice_name, VOTEQUORUM_QDEVICE_MAX_NAME_LEN))) {
  2337. goto out;
  2338. } else {
  2339. log_printf(LOGSYS_LEVEL_WARNING,
  2340. "A new qdevice with different name (new: %s old: %s) is trying to re-register!",
  2341. req_lib_votequorum_qdevice_register->name, qdevice_name);
  2342. error = CS_ERR_EXIST;
  2343. goto out;
  2344. }
  2345. } else {
  2346. if (qdevice_reg_conn != NULL) {
  2347. log_printf(LOGSYS_LEVEL_WARNING,
  2348. "Registration request already in progress");
  2349. error = CS_ERR_TRY_AGAIN;
  2350. goto out;
  2351. }
  2352. qdevice_reg_conn = conn;
  2353. if (votequorum_exec_send_qdevice_reg(VOTEQUORUM_QDEVICE_OPERATION_REGISTER,
  2354. req_lib_votequorum_qdevice_register->name) != 0) {
  2355. log_printf(LOGSYS_LEVEL_WARNING,
  2356. "Unable to send qdevice registration request to cluster");
  2357. error = CS_ERR_TRY_AGAIN;
  2358. qdevice_reg_conn = NULL;
  2359. } else {
  2360. LEAVE();
  2361. return;
  2362. }
  2363. }
  2364. out:
  2365. res_lib_votequorum_status.header.size = sizeof(res_lib_votequorum_status);
  2366. res_lib_votequorum_status.header.id = MESSAGE_RES_VOTEQUORUM_STATUS;
  2367. res_lib_votequorum_status.header.error = error;
  2368. corosync_api->ipc_response_send(conn, &res_lib_votequorum_status, sizeof(res_lib_votequorum_status));
  2369. LEAVE();
  2370. }
  2371. static void message_handler_req_lib_votequorum_qdevice_unregister (void *conn,
  2372. const void *message)
  2373. {
  2374. const struct req_lib_votequorum_qdevice_unregister *req_lib_votequorum_qdevice_unregister = message;
  2375. struct res_lib_votequorum_status res_lib_votequorum_status;
  2376. cs_error_t error = CS_OK;
  2377. ENTER();
  2378. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED) {
  2379. if (strncmp(req_lib_votequorum_qdevice_unregister->name, qdevice_name, VOTEQUORUM_QDEVICE_MAX_NAME_LEN)) {
  2380. error = CS_ERR_INVALID_PARAM;
  2381. goto out;
  2382. }
  2383. if (qdevice_timer_set) {
  2384. corosync_api->timer_delete(qdevice_timer);
  2385. qdevice_timer_set = 0;
  2386. sync_wait_for_poll_or_timeout = 0;
  2387. }
  2388. us->flags &= ~NODE_FLAGS_QDEVICE_REGISTERED;
  2389. us->flags &= ~NODE_FLAGS_QDEVICE_ALIVE;
  2390. us->flags &= ~NODE_FLAGS_QDEVICE_CAST_VOTE;
  2391. us->flags &= ~NODE_FLAGS_QDEVICE_MASTER_WINS;
  2392. votequorum_exec_send_nodeinfo(us->node_id);
  2393. votequorum_exec_send_qdevice_reg(VOTEQUORUM_QDEVICE_OPERATION_UNREGISTER,
  2394. req_lib_votequorum_qdevice_unregister->name);
  2395. } else {
  2396. error = CS_ERR_NOT_EXIST;
  2397. }
  2398. out:
  2399. res_lib_votequorum_status.header.size = sizeof(res_lib_votequorum_status);
  2400. res_lib_votequorum_status.header.id = MESSAGE_RES_VOTEQUORUM_STATUS;
  2401. res_lib_votequorum_status.header.error = error;
  2402. corosync_api->ipc_response_send(conn, &res_lib_votequorum_status, sizeof(res_lib_votequorum_status));
  2403. LEAVE();
  2404. }
  2405. static void message_handler_req_lib_votequorum_qdevice_update (void *conn,
  2406. const void *message)
  2407. {
  2408. const struct req_lib_votequorum_qdevice_update *req_lib_votequorum_qdevice_update = message;
  2409. struct res_lib_votequorum_status res_lib_votequorum_status;
  2410. cs_error_t error = CS_OK;
  2411. ENTER();
  2412. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED) {
  2413. if (strncmp(req_lib_votequorum_qdevice_update->oldname, qdevice_name, VOTEQUORUM_QDEVICE_MAX_NAME_LEN)) {
  2414. error = CS_ERR_INVALID_PARAM;
  2415. goto out;
  2416. }
  2417. votequorum_exec_send_qdevice_reconfigure(req_lib_votequorum_qdevice_update->oldname,
  2418. req_lib_votequorum_qdevice_update->newname);
  2419. } else {
  2420. error = CS_ERR_NOT_EXIST;
  2421. }
  2422. out:
  2423. res_lib_votequorum_status.header.size = sizeof(res_lib_votequorum_status);
  2424. res_lib_votequorum_status.header.id = MESSAGE_RES_VOTEQUORUM_STATUS;
  2425. res_lib_votequorum_status.header.error = error;
  2426. corosync_api->ipc_response_send(conn, &res_lib_votequorum_status, sizeof(res_lib_votequorum_status));
  2427. LEAVE();
  2428. }
  2429. static void message_handler_req_lib_votequorum_qdevice_poll (void *conn,
  2430. const void *message)
  2431. {
  2432. const struct req_lib_votequorum_qdevice_poll *req_lib_votequorum_qdevice_poll = message;
  2433. struct res_lib_votequorum_status res_lib_votequorum_status;
  2434. cs_error_t error = CS_OK;
  2435. uint32_t oldflags;
  2436. ENTER();
  2437. if (!qdevice_can_operate) {
  2438. error = CS_ERR_ACCESS;
  2439. goto out;
  2440. }
  2441. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED) {
  2442. if (!(req_lib_votequorum_qdevice_poll->ring_id.nodeid == quorum_ringid.rep.nodeid &&
  2443. req_lib_votequorum_qdevice_poll->ring_id.seq == quorum_ringid.seq)) {
  2444. log_printf(LOGSYS_LEVEL_DEBUG, "Received poll ring id (%u.%"PRIu64") != last sync "
  2445. "ring id (%u.%"PRIu64"). Ignoring poll call.",
  2446. req_lib_votequorum_qdevice_poll->ring_id.nodeid, req_lib_votequorum_qdevice_poll->ring_id.seq,
  2447. quorum_ringid.rep.nodeid, quorum_ringid.seq);
  2448. error = CS_ERR_MESSAGE_ERROR;
  2449. goto out;
  2450. }
  2451. if (strncmp(req_lib_votequorum_qdevice_poll->name, qdevice_name, VOTEQUORUM_QDEVICE_MAX_NAME_LEN)) {
  2452. error = CS_ERR_INVALID_PARAM;
  2453. goto out;
  2454. }
  2455. if (qdevice_timer_set) {
  2456. corosync_api->timer_delete(qdevice_timer);
  2457. qdevice_timer_set = 0;
  2458. }
  2459. oldflags = us->flags;
  2460. us->flags |= NODE_FLAGS_QDEVICE_ALIVE;
  2461. if (req_lib_votequorum_qdevice_poll->cast_vote) {
  2462. us->flags |= NODE_FLAGS_QDEVICE_CAST_VOTE;
  2463. } else {
  2464. us->flags &= ~NODE_FLAGS_QDEVICE_CAST_VOTE;
  2465. }
  2466. if (us->flags != oldflags) {
  2467. votequorum_exec_send_nodeinfo(us->node_id);
  2468. }
  2469. corosync_api->timer_add_duration((unsigned long long)qdevice_timeout*1000000, qdevice,
  2470. qdevice_timer_fn, &qdevice_timer);
  2471. qdevice_timer_set = 1;
  2472. sync_wait_for_poll_or_timeout = 0;
  2473. } else {
  2474. error = CS_ERR_NOT_EXIST;
  2475. }
  2476. out:
  2477. res_lib_votequorum_status.header.size = sizeof(res_lib_votequorum_status);
  2478. res_lib_votequorum_status.header.id = MESSAGE_RES_VOTEQUORUM_STATUS;
  2479. res_lib_votequorum_status.header.error = error;
  2480. corosync_api->ipc_response_send(conn, &res_lib_votequorum_status, sizeof(res_lib_votequorum_status));
  2481. LEAVE();
  2482. }
  2483. static void message_handler_req_lib_votequorum_qdevice_master_wins (void *conn,
  2484. const void *message)
  2485. {
  2486. const struct req_lib_votequorum_qdevice_master_wins *req_lib_votequorum_qdevice_master_wins = message;
  2487. struct res_lib_votequorum_status res_lib_votequorum_status;
  2488. cs_error_t error = CS_OK;
  2489. uint32_t oldflags = us->flags;
  2490. ENTER();
  2491. if (!qdevice_can_operate) {
  2492. error = CS_ERR_ACCESS;
  2493. goto out;
  2494. }
  2495. if (us->flags & NODE_FLAGS_QDEVICE_REGISTERED) {
  2496. if (strncmp(req_lib_votequorum_qdevice_master_wins->name, qdevice_name, VOTEQUORUM_QDEVICE_MAX_NAME_LEN)) {
  2497. error = CS_ERR_INVALID_PARAM;
  2498. goto out;
  2499. }
  2500. if (req_lib_votequorum_qdevice_master_wins->allow) {
  2501. us->flags |= NODE_FLAGS_QDEVICE_MASTER_WINS;
  2502. } else {
  2503. us->flags &= ~NODE_FLAGS_QDEVICE_MASTER_WINS;
  2504. }
  2505. if (us->flags != oldflags) {
  2506. votequorum_exec_send_nodeinfo(us->node_id);
  2507. }
  2508. update_qdevice_master_wins(req_lib_votequorum_qdevice_master_wins->allow);
  2509. } else {
  2510. error = CS_ERR_NOT_EXIST;
  2511. }
  2512. out:
  2513. res_lib_votequorum_status.header.size = sizeof(res_lib_votequorum_status);
  2514. res_lib_votequorum_status.header.id = MESSAGE_RES_VOTEQUORUM_STATUS;
  2515. res_lib_votequorum_status.header.error = error;
  2516. corosync_api->ipc_response_send(conn, &res_lib_votequorum_status, sizeof(res_lib_votequorum_status));
  2517. LEAVE();
  2518. }