totemconfig.c 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787
  1. /*
  2. * Copyright (c) 2002-2005 MontaVista Software, Inc.
  3. * Copyright (c) 2006-2013 Red Hat, Inc.
  4. *
  5. * All rights reserved.
  6. *
  7. * Author: Steven Dake (sdake@redhat.com)
  8. * Jan Friesse (jfriesse@redhat.com)
  9. *
  10. * This software licensed under BSD license, the text of which follows:
  11. *
  12. * Redistribution and use in source and binary forms, with or without
  13. * modification, are permitted provided that the following conditions are met:
  14. *
  15. * - Redistributions of source code must retain the above copyright notice,
  16. * this list of conditions and the following disclaimer.
  17. * - Redistributions in binary form must reproduce the above copyright notice,
  18. * this list of conditions and the following disclaimer in the documentation
  19. * and/or other materials provided with the distribution.
  20. * - Neither the name of the MontaVista Software, Inc. nor the names of its
  21. * contributors may be used to endorse or promote products derived from this
  22. * software without specific prior written permission.
  23. *
  24. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  25. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  26. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  27. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  28. * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  29. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  30. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  31. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  32. * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  33. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  34. * THE POSSIBILITY OF SUCH DAMAGE.
  35. */
  36. #include <config.h>
  37. #include <stdio.h>
  38. #include <string.h>
  39. #include <stdlib.h>
  40. #include <errno.h>
  41. #include <unistd.h>
  42. #include <sys/socket.h>
  43. #include <sys/types.h>
  44. #include <sys/stat.h>
  45. #include <fcntl.h>
  46. #include <netinet/in.h>
  47. #include <arpa/inet.h>
  48. #include <sys/param.h>
  49. #include <corosync/swab.h>
  50. #include <qb/qblist.h>
  51. #include <qb/qbdefs.h>
  52. #include <libknet.h>
  53. #include <corosync/totem/totem.h>
  54. #include <corosync/config.h>
  55. #include <corosync/logsys.h>
  56. #include <corosync/icmap.h>
  57. #include "util.h"
  58. #include "totemconfig.h"
  59. #define TOKEN_RETRANSMITS_BEFORE_LOSS_CONST 4
  60. #define TOKEN_TIMEOUT 1000
  61. #define TOKEN_COEFFICIENT 650
  62. #define JOIN_TIMEOUT 50
  63. #define MERGE_TIMEOUT 200
  64. #define DOWNCHECK_TIMEOUT 1000
  65. #define FAIL_TO_RECV_CONST 2500
  66. #define SEQNO_UNCHANGED_CONST 30
  67. #define MINIMUM_TIMEOUT (int)(1000/HZ)*3
  68. #define MAX_NETWORK_DELAY 50
  69. #define WINDOW_SIZE 50
  70. #define MAX_MESSAGES 17
  71. #define MISS_COUNT_CONST 5
  72. /* These currently match the defaults in libknet.h */
  73. #define KNET_PING_INTERVAL 1000
  74. #define KNET_PING_TIMEOUT 2000
  75. #define KNET_PING_PRECISION 2048
  76. #define KNET_PONG_COUNT 2
  77. #define KNET_PMTUD_INTERVAL 30
  78. #define KNET_DEFAULT_TRANSPORT KNET_TRANSPORT_UDP
  79. #define DEFAULT_PORT 5405
  80. static char error_string_response[512];
  81. static void add_totem_config_notification(struct totem_config *totem_config);
  82. /* All the volatile parameters are uint32s, luckily */
  83. static uint32_t *totem_get_param_by_name(struct totem_config *totem_config, const char *param_name)
  84. {
  85. if (strcmp(param_name, "totem.token") == 0)
  86. return &totem_config->token_timeout;
  87. if (strcmp(param_name, "totem.token_retransmit") == 0)
  88. return &totem_config->token_retransmit_timeout;
  89. if (strcmp(param_name, "totem.hold") == 0)
  90. return &totem_config->token_hold_timeout;
  91. if (strcmp(param_name, "totem.token_retransmits_before_loss_const") == 0)
  92. return &totem_config->token_retransmits_before_loss_const;
  93. if (strcmp(param_name, "totem.join") == 0)
  94. return &totem_config->join_timeout;
  95. if (strcmp(param_name, "totem.send_join") == 0)
  96. return &totem_config->send_join_timeout;
  97. if (strcmp(param_name, "totem.consensus") == 0)
  98. return &totem_config->consensus_timeout;
  99. if (strcmp(param_name, "totem.merge") == 0)
  100. return &totem_config->merge_timeout;
  101. if (strcmp(param_name, "totem.downcheck") == 0)
  102. return &totem_config->downcheck_timeout;
  103. if (strcmp(param_name, "totem.fail_recv_const") == 0)
  104. return &totem_config->fail_to_recv_const;
  105. if (strcmp(param_name, "totem.seqno_unchanged_const") == 0)
  106. return &totem_config->seqno_unchanged_const;
  107. if (strcmp(param_name, "totem.heartbeat_failures_allowed") == 0)
  108. return &totem_config->heartbeat_failures_allowed;
  109. if (strcmp(param_name, "totem.max_network_delay") == 0)
  110. return &totem_config->max_network_delay;
  111. if (strcmp(param_name, "totem.window_size") == 0)
  112. return &totem_config->window_size;
  113. if (strcmp(param_name, "totem.max_messages") == 0)
  114. return &totem_config->max_messages;
  115. if (strcmp(param_name, "totem.miss_count_const") == 0)
  116. return &totem_config->miss_count_const;
  117. if (strcmp(param_name, "totem.knet_pmtud_interval") == 0)
  118. return &totem_config->knet_pmtud_interval;
  119. return NULL;
  120. }
  121. /*
  122. * Read key_name from icmap. If key is not found or key_name == delete_key or if allow_zero is false
  123. * and readed value is zero, default value is used and stored into totem_config.
  124. */
  125. static void totem_volatile_config_set_value (struct totem_config *totem_config,
  126. const char *key_name, const char *deleted_key, unsigned int default_value,
  127. int allow_zero_value)
  128. {
  129. char runtime_key_name[ICMAP_KEYNAME_MAXLEN];
  130. if (icmap_get_uint32(key_name, totem_get_param_by_name(totem_config, key_name)) != CS_OK ||
  131. (deleted_key != NULL && strcmp(deleted_key, key_name) == 0) ||
  132. (!allow_zero_value && *totem_get_param_by_name(totem_config, key_name) == 0)) {
  133. *totem_get_param_by_name(totem_config, key_name) = default_value;
  134. }
  135. /*
  136. * Store totem_config value to cmap runtime section
  137. */
  138. if (strlen("runtime.config.") + strlen(key_name) >= ICMAP_KEYNAME_MAXLEN) {
  139. /*
  140. * This shouldn't happen
  141. */
  142. return ;
  143. }
  144. strcpy(runtime_key_name, "runtime.config.");
  145. strcat(runtime_key_name, key_name);
  146. icmap_set_uint32(runtime_key_name, *totem_get_param_by_name(totem_config, key_name));
  147. }
  148. /*
  149. * Read and validate config values from cmap and store them into totem_config. If key doesn't exists,
  150. * default value is stored. deleted_key is name of key beeing processed by delete operation
  151. * from cmap. It is considered as non existing even if it can be read. Can be NULL.
  152. */
  153. static void totem_volatile_config_read (struct totem_config *totem_config, const char *deleted_key)
  154. {
  155. uint32_t u32;
  156. totem_volatile_config_set_value(totem_config, "totem.token_retransmits_before_loss_const", deleted_key,
  157. TOKEN_RETRANSMITS_BEFORE_LOSS_CONST, 0);
  158. totem_volatile_config_set_value(totem_config, "totem.token", deleted_key, TOKEN_TIMEOUT, 0);
  159. if (totem_config->interfaces[0].member_count > 2) {
  160. u32 = TOKEN_COEFFICIENT;
  161. icmap_get_uint32("totem.token_coefficient", &u32);
  162. totem_config->token_timeout += (totem_config->interfaces[0].member_count - 2) * u32;
  163. /*
  164. * Store totem_config value to cmap runtime section
  165. */
  166. icmap_set_uint32("runtime.config.totem.token", totem_config->token_timeout);
  167. }
  168. totem_volatile_config_set_value(totem_config, "totem.max_network_delay", deleted_key, MAX_NETWORK_DELAY, 0);
  169. totem_volatile_config_set_value(totem_config, "totem.window_size", deleted_key, WINDOW_SIZE, 0);
  170. totem_volatile_config_set_value(totem_config, "totem.max_messages", deleted_key, MAX_MESSAGES, 0);
  171. totem_volatile_config_set_value(totem_config, "totem.miss_count_const", deleted_key, MISS_COUNT_CONST, 0);
  172. totem_volatile_config_set_value(totem_config, "totem.knet_pmtud_interval", deleted_key, KNET_PMTUD_INTERVAL, 0);
  173. totem_volatile_config_set_value(totem_config, "totem.token_retransmit", deleted_key,
  174. (int)(totem_config->token_timeout / (totem_config->token_retransmits_before_loss_const + 0.2)), 0);
  175. totem_volatile_config_set_value(totem_config, "totem.hold", deleted_key,
  176. (int)(totem_config->token_retransmit_timeout * 0.8 - (1000/HZ)), 0);
  177. totem_volatile_config_set_value(totem_config, "totem.join", deleted_key, JOIN_TIMEOUT, 0);
  178. totem_volatile_config_set_value(totem_config, "totem.consensus", deleted_key,
  179. (int)(float)(1.2 * totem_config->token_timeout), 0);
  180. totem_volatile_config_set_value(totem_config, "totem.merge", deleted_key, MERGE_TIMEOUT, 0);
  181. totem_volatile_config_set_value(totem_config, "totem.downcheck", deleted_key, DOWNCHECK_TIMEOUT, 0);
  182. totem_volatile_config_set_value(totem_config, "totem.fail_recv_const", deleted_key, FAIL_TO_RECV_CONST, 0);
  183. totem_volatile_config_set_value(totem_config, "totem.seqno_unchanged_const", deleted_key,
  184. SEQNO_UNCHANGED_CONST, 0);
  185. totem_volatile_config_set_value(totem_config, "totem.send_join", deleted_key, 0, 1);
  186. totem_volatile_config_set_value(totem_config, "totem.heartbeat_failures_allowed", deleted_key, 0, 1);
  187. }
  188. static int totem_volatile_config_validate (
  189. struct totem_config *totem_config,
  190. const char **error_string)
  191. {
  192. static char local_error_reason[512];
  193. const char *error_reason = local_error_reason;
  194. if (totem_config->max_network_delay < MINIMUM_TIMEOUT) {
  195. snprintf (local_error_reason, sizeof(local_error_reason),
  196. "The max_network_delay parameter (%d ms) may not be less than (%d ms).",
  197. totem_config->max_network_delay, MINIMUM_TIMEOUT);
  198. goto parse_error;
  199. }
  200. if (totem_config->token_timeout < MINIMUM_TIMEOUT) {
  201. snprintf (local_error_reason, sizeof(local_error_reason),
  202. "The token timeout parameter (%d ms) may not be less than (%d ms).",
  203. totem_config->token_timeout, MINIMUM_TIMEOUT);
  204. goto parse_error;
  205. }
  206. if (totem_config->token_retransmit_timeout < MINIMUM_TIMEOUT) {
  207. snprintf (local_error_reason, sizeof(local_error_reason),
  208. "The token retransmit timeout parameter (%d ms) may not be less than (%d ms).",
  209. totem_config->token_retransmit_timeout, MINIMUM_TIMEOUT);
  210. goto parse_error;
  211. }
  212. if (totem_config->token_hold_timeout < MINIMUM_TIMEOUT) {
  213. snprintf (local_error_reason, sizeof(local_error_reason),
  214. "The token hold timeout parameter (%d ms) may not be less than (%d ms).",
  215. totem_config->token_hold_timeout, MINIMUM_TIMEOUT);
  216. goto parse_error;
  217. }
  218. if (totem_config->join_timeout < MINIMUM_TIMEOUT) {
  219. snprintf (local_error_reason, sizeof(local_error_reason),
  220. "The join timeout parameter (%d ms) may not be less than (%d ms).",
  221. totem_config->join_timeout, MINIMUM_TIMEOUT);
  222. goto parse_error;
  223. }
  224. if (totem_config->consensus_timeout < MINIMUM_TIMEOUT) {
  225. snprintf (local_error_reason, sizeof(local_error_reason),
  226. "The consensus timeout parameter (%d ms) may not be less than (%d ms).",
  227. totem_config->consensus_timeout, MINIMUM_TIMEOUT);
  228. goto parse_error;
  229. }
  230. if (totem_config->consensus_timeout < totem_config->join_timeout) {
  231. snprintf (local_error_reason, sizeof(local_error_reason),
  232. "The consensus timeout parameter (%d ms) may not be less than join timeout (%d ms).",
  233. totem_config->consensus_timeout, totem_config->join_timeout);
  234. goto parse_error;
  235. }
  236. if (totem_config->merge_timeout < MINIMUM_TIMEOUT) {
  237. snprintf (local_error_reason, sizeof(local_error_reason),
  238. "The merge timeout parameter (%d ms) may not be less than (%d ms).",
  239. totem_config->merge_timeout, MINIMUM_TIMEOUT);
  240. goto parse_error;
  241. }
  242. if (totem_config->downcheck_timeout < MINIMUM_TIMEOUT) {
  243. snprintf (local_error_reason, sizeof(local_error_reason),
  244. "The downcheck timeout parameter (%d ms) may not be less than (%d ms).",
  245. totem_config->downcheck_timeout, MINIMUM_TIMEOUT);
  246. goto parse_error;
  247. }
  248. return 0;
  249. parse_error:
  250. snprintf (error_string_response, sizeof(error_string_response),
  251. "parse error in config: %s\n", error_reason);
  252. *error_string = error_string_response;
  253. return (-1);
  254. }
  255. static int totem_get_crypto(struct totem_config *totem_config)
  256. {
  257. char *str;
  258. const char *tmp_cipher;
  259. const char *tmp_hash;
  260. tmp_hash = "none";
  261. tmp_cipher = "none";
  262. if (icmap_get_string("totem.crypto_cipher", &str) == CS_OK) {
  263. if (strcmp(str, "none") == 0) {
  264. tmp_cipher = "none";
  265. }
  266. if (strcmp(str, "aes256") == 0) {
  267. tmp_cipher = "aes256";
  268. }
  269. if (strcmp(str, "aes192") == 0) {
  270. tmp_cipher = "aes192";
  271. }
  272. if (strcmp(str, "aes128") == 0) {
  273. tmp_cipher = "aes128";
  274. }
  275. if (strcmp(str, "aes256") == 0) {
  276. tmp_cipher = "aes256";
  277. }
  278. if (strcmp(str, "3des") == 0) {
  279. tmp_cipher = "3des";
  280. }
  281. free(str);
  282. }
  283. if (icmap_get_string("totem.crypto_hash", &str) == CS_OK) {
  284. if (strcmp(str, "none") == 0) {
  285. tmp_hash = "none";
  286. }
  287. if (strcmp(str, "md5") == 0) {
  288. tmp_hash = "md5";
  289. }
  290. if (strcmp(str, "sha1") == 0) {
  291. tmp_hash = "sha1";
  292. }
  293. if (strcmp(str, "sha256") == 0) {
  294. tmp_hash = "sha256";
  295. }
  296. if (strcmp(str, "sha384") == 0) {
  297. tmp_hash = "sha384";
  298. }
  299. if (strcmp(str, "sha512") == 0) {
  300. tmp_hash = "sha512";
  301. }
  302. free(str);
  303. }
  304. if ((strcmp(tmp_cipher, "none") != 0) &&
  305. (strcmp(tmp_hash, "none") == 0)) {
  306. return -1;
  307. }
  308. free(totem_config->crypto_cipher_type);
  309. free(totem_config->crypto_hash_type);
  310. totem_config->crypto_cipher_type = strdup(tmp_cipher);
  311. totem_config->crypto_hash_type = strdup(tmp_hash);
  312. return 0;
  313. }
  314. static int totem_config_get_ip_version(void)
  315. {
  316. int res;
  317. char *str;
  318. res = AF_INET;
  319. if (icmap_get_string("totem.ip_version", &str) == CS_OK) {
  320. if (strcmp(str, "ipv4") == 0) {
  321. res = AF_INET;
  322. }
  323. if (strcmp(str, "ipv6") == 0) {
  324. res = AF_INET6;
  325. }
  326. free(str);
  327. }
  328. return (res);
  329. }
  330. static uint16_t generate_cluster_id (const char *cluster_name)
  331. {
  332. int i;
  333. int value = 0;
  334. for (i = 0; i < strlen(cluster_name); i++) {
  335. value <<= 1;
  336. value += cluster_name[i];
  337. }
  338. return (value & 0xFFFF);
  339. }
  340. static int get_cluster_mcast_addr (
  341. const char *cluster_name,
  342. unsigned int linknumber,
  343. int ip_version,
  344. struct totem_ip_address *res)
  345. {
  346. uint16_t clusterid;
  347. char addr[INET6_ADDRSTRLEN + 1];
  348. int err;
  349. if (cluster_name == NULL) {
  350. return (-1);
  351. }
  352. clusterid = generate_cluster_id(cluster_name) + linknumber;
  353. memset (res, 0, sizeof(*res));
  354. switch (ip_version) {
  355. case AF_INET:
  356. snprintf(addr, sizeof(addr), "239.192.%d.%d", clusterid >> 8, clusterid % 0xFF);
  357. break;
  358. case AF_INET6:
  359. snprintf(addr, sizeof(addr), "ff15::%x", clusterid);
  360. break;
  361. default:
  362. /*
  363. * Unknown family
  364. */
  365. return (-1);
  366. }
  367. err = totemip_parse (res, addr, ip_version);
  368. return (err);
  369. }
  370. static unsigned int generate_nodeid_for_duplicate_test(
  371. struct totem_config *totem_config,
  372. char *addr)
  373. {
  374. unsigned int nodeid;
  375. struct totem_ip_address totemip;
  376. /* AF_INET hard-coded here because auto-generated nodeids
  377. are only for IPv4 */
  378. if (totemip_parse(&totemip, addr, AF_INET) != 0)
  379. return -1;
  380. memcpy (&nodeid, &totemip.addr, sizeof (unsigned int));
  381. #if __BYTE_ORDER == __LITTLE_ENDIAN
  382. nodeid = swab32 (nodeid);
  383. #endif
  384. if (totem_config->clear_node_high_bit) {
  385. nodeid &= 0x7FFFFFFF;
  386. }
  387. return nodeid;
  388. }
  389. static int check_for_duplicate_nodeids(
  390. struct totem_config *totem_config,
  391. const char **error_string)
  392. {
  393. icmap_iter_t iter;
  394. icmap_iter_t subiter;
  395. const char *iter_key;
  396. int res = 0;
  397. int retval = 0;
  398. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  399. char *ring0_addr=NULL;
  400. char *ring0_addr1=NULL;
  401. unsigned int node_pos;
  402. unsigned int node_pos1;
  403. unsigned int nodeid;
  404. unsigned int nodeid1;
  405. int autogenerated;
  406. iter = icmap_iter_init("nodelist.node.");
  407. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  408. res = sscanf(iter_key, "nodelist.node.%u.%s", &node_pos, tmp_key);
  409. if (res != 2) {
  410. continue;
  411. }
  412. if (strcmp(tmp_key, "ring0_addr") != 0) {
  413. continue;
  414. }
  415. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.nodeid", node_pos);
  416. autogenerated = 0;
  417. if (icmap_get_uint32(tmp_key, &nodeid) != CS_OK) {
  418. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.ring0_addr", node_pos);
  419. if (icmap_get_string(tmp_key, &ring0_addr) != CS_OK) {
  420. continue;
  421. }
  422. /* Generate nodeid so we can check that auto-generated nodeids don't clash either */
  423. nodeid = generate_nodeid_for_duplicate_test(totem_config, ring0_addr);
  424. if (nodeid == -1) {
  425. continue;
  426. }
  427. autogenerated = 1;
  428. }
  429. node_pos1 = 0;
  430. subiter = icmap_iter_init("nodelist.node.");
  431. while (((iter_key = icmap_iter_next(subiter, NULL, NULL)) != NULL) && (node_pos1 < node_pos)) {
  432. res = sscanf(iter_key, "nodelist.node.%u.%s", &node_pos1, tmp_key);
  433. if ((res != 2) || (node_pos1 >= node_pos)) {
  434. continue;
  435. }
  436. if (strcmp(tmp_key, "ring0_addr") != 0) {
  437. continue;
  438. }
  439. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.nodeid", node_pos1);
  440. if (icmap_get_uint32(tmp_key, &nodeid1) != CS_OK) {
  441. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.ring0_addr", node_pos1);
  442. if (icmap_get_string(tmp_key, &ring0_addr1) != CS_OK) {
  443. continue;
  444. }
  445. nodeid1 = generate_nodeid_for_duplicate_test(totem_config, ring0_addr1);
  446. if (nodeid1 == -1) {
  447. continue;
  448. }
  449. }
  450. if (nodeid == nodeid1) {
  451. retval = -1;
  452. snprintf (error_string_response, sizeof(error_string_response),
  453. "Nodeid %u%s%s%s appears twice in corosync.conf", nodeid,
  454. autogenerated?"(autogenerated from ":"",
  455. autogenerated?ring0_addr:"",
  456. autogenerated?")":"");
  457. log_printf (LOGSYS_LEVEL_ERROR, error_string_response);
  458. *error_string = error_string_response;
  459. break;
  460. }
  461. }
  462. icmap_iter_finalize(subiter);
  463. }
  464. icmap_iter_finalize(iter);
  465. return retval;
  466. }
  467. static int find_local_node_in_nodelist(struct totem_config *totem_config)
  468. {
  469. icmap_iter_t iter;
  470. const char *iter_key;
  471. int res = 0;
  472. unsigned int node_pos;
  473. int local_node_pos = -1;
  474. struct totem_ip_address bind_addr;
  475. int interface_up, interface_num;
  476. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  477. char *node_addr_str;
  478. struct totem_ip_address node_addr;
  479. res = totemip_iface_check(&totem_config->interfaces[0].bindnet,
  480. &bind_addr, &interface_up, &interface_num,
  481. totem_config->clear_node_high_bit);
  482. if (res == -1) {
  483. return (-1);
  484. }
  485. iter = icmap_iter_init("nodelist.node.");
  486. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  487. res = sscanf(iter_key, "nodelist.node.%u.%s", &node_pos, tmp_key);
  488. if (res != 2) {
  489. continue;
  490. }
  491. if (strcmp(tmp_key, "ring0_addr") != 0) {
  492. continue;
  493. }
  494. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.ring0_addr", node_pos);
  495. if (icmap_get_string(tmp_key, &node_addr_str) != CS_OK) {
  496. continue;
  497. }
  498. res = totemip_parse (&node_addr, node_addr_str, totem_config->ip_version);
  499. free(node_addr_str);
  500. if (res == -1) {
  501. continue ;
  502. }
  503. if (totemip_equal(&bind_addr, &node_addr)) {
  504. local_node_pos = node_pos;
  505. }
  506. }
  507. icmap_iter_finalize(iter);
  508. return (local_node_pos);
  509. }
  510. /*
  511. * Compute difference between two set of totem interface arrays. set1 and set2
  512. * are changed so for same ring, ip existing in both set1 and set2 are cleared
  513. * (set to 0), and ips which are only in set1 or set2 remains untouched.
  514. * totempg_node_add/remove is called.
  515. */
  516. static void compute_interfaces_diff(struct totem_interface *set1,
  517. struct totem_interface *set2)
  518. {
  519. int ring_no, set1_pos, set2_pos;
  520. struct totem_ip_address empty_ip_address;
  521. memset(&empty_ip_address, 0, sizeof(empty_ip_address));
  522. for (ring_no = 0; ring_no < INTERFACE_MAX; ring_no++) {
  523. if (!set1[ring_no].configured && !set2[ring_no].configured) {
  524. continue;
  525. }
  526. for (set1_pos = 0; set1_pos < set1[ring_no].member_count; set1_pos++) {
  527. for (set2_pos = 0; set2_pos < set2[ring_no].member_count; set2_pos++) {
  528. /*
  529. * For current ring_no remove all set1 items existing
  530. * in set2
  531. */
  532. if (memcmp(&set1[ring_no].member_list[set1_pos],
  533. &set2[ring_no].member_list[set2_pos],
  534. sizeof(struct totem_ip_address)) == 0) {
  535. memset(&set1[ring_no].member_list[set1_pos], 0,
  536. sizeof(struct totem_ip_address));
  537. memset(&set2[ring_no].member_list[set2_pos], 0,
  538. sizeof(struct totem_ip_address));
  539. }
  540. }
  541. }
  542. }
  543. for (ring_no = 0; ring_no < INTERFACE_MAX; ring_no++) {
  544. for (set1_pos = 0; set1_pos < set1[ring_no].member_count; set1_pos++) {
  545. /*
  546. * All items which remained in set1 doesn't exists in set2 any longer so
  547. * node has to be removed.
  548. */
  549. if (memcmp(&set1[ring_no].member_list[set1_pos], &empty_ip_address, sizeof(empty_ip_address)) != 0) {
  550. log_printf(LOGSYS_LEVEL_DEBUG,
  551. "removing dynamic member %s for ring %u",
  552. totemip_print(&set1[ring_no].member_list[set1_pos]),
  553. ring_no);
  554. totempg_member_remove(&set1[ring_no].member_list[set1_pos], ring_no);
  555. }
  556. }
  557. if (!set2[ring_no].configured) {
  558. continue;
  559. }
  560. for (set2_pos = 0; set2_pos < set2[ring_no].member_count; set2_pos++) {
  561. /*
  562. * All items which remained in set2 doesn't existed in set1 so this is no node
  563. * and has to be added.
  564. */
  565. if (memcmp(&set2[ring_no].member_list[set2_pos], &empty_ip_address, sizeof(empty_ip_address)) != 0) {
  566. log_printf(LOGSYS_LEVEL_DEBUG,
  567. "adding dynamic member %s for ring %u",
  568. totemip_print(&set2[ring_no].member_list[set2_pos]),
  569. ring_no);
  570. totempg_member_add(&set2[ring_no].member_list[set2_pos], ring_no);
  571. }
  572. }
  573. }
  574. }
  575. /*
  576. * Reconfigure links in totempg. Sets new local IP address and adds params for new links.
  577. */
  578. static void reconfigure_links(struct totem_config *totem_config)
  579. {
  580. int i;
  581. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  582. char *addr_string;
  583. struct totem_ip_address local_ip;
  584. int err;
  585. unsigned int local_node_pos = find_local_node_in_nodelist(totem_config);
  586. for (i = 0; i<INTERFACE_MAX; i++) {
  587. if (!totem_config->interfaces[i].configured) {
  588. continue;
  589. }
  590. log_printf(LOGSYS_LEVEL_INFO, "Configuring link %d\n", i);
  591. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.ring%u_addr", local_node_pos, i);
  592. if (icmap_get_string(tmp_key, &addr_string) != CS_OK) {
  593. continue;
  594. }
  595. err = totemip_parse(&local_ip, addr_string, AF_UNSPEC);
  596. if (err != 0) {
  597. continue;
  598. }
  599. local_ip.nodeid = totem_config->node_id;
  600. /* In case this is a new link, fill in the defaults if there was no interface{} section for it */
  601. if (!totem_config->interfaces[i].knet_link_priority)
  602. totem_config->interfaces[i].knet_link_priority = 1;
  603. if (!totem_config->interfaces[i].knet_ping_interval)
  604. totem_config->interfaces[i].knet_ping_interval = KNET_PING_INTERVAL;
  605. if (!totem_config->interfaces[i].knet_ping_timeout)
  606. totem_config->interfaces[i].knet_ping_timeout = KNET_PING_TIMEOUT;
  607. if (!totem_config->interfaces[i].knet_ping_precision)
  608. totem_config->interfaces[i].knet_ping_precision = KNET_PING_PRECISION;
  609. if (!totem_config->interfaces[i].knet_pong_count)
  610. totem_config->interfaces[i].knet_pong_count = KNET_PONG_COUNT;
  611. if (!totem_config->interfaces[i].knet_transport)
  612. totem_config->interfaces[i].knet_transport = KNET_TRANSPORT_UDP;
  613. if (!totem_config->interfaces[i].ip_port)
  614. totem_config->interfaces[i].ip_port = DEFAULT_PORT;
  615. totempg_iface_set(&local_ip, totem_config->interfaces[i].ip_port, i);
  616. }
  617. }
  618. static void put_nodelist_members_to_config(struct totem_config *totem_config, int reload)
  619. {
  620. icmap_iter_t iter, iter2;
  621. const char *iter_key, *iter_key2;
  622. int res = 0;
  623. unsigned int node_pos;
  624. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  625. char tmp_key2[ICMAP_KEYNAME_MAXLEN];
  626. char *node_addr_str;
  627. int member_count;
  628. unsigned int linknumber = 0;
  629. int i, j;
  630. struct totem_interface *new_interfaces = NULL;
  631. if (reload) {
  632. /*
  633. * We need to compute diff only for reload. Also for initial configuration
  634. * not all totem structures are initialized so corosync will crash during
  635. * member_add/remove
  636. */
  637. new_interfaces = malloc (sizeof (struct totem_interface) * INTERFACE_MAX);
  638. assert(new_interfaces != NULL);
  639. }
  640. /* Clear out nodelist so we can put the new one in if needed */
  641. for (i = 0; i < INTERFACE_MAX; i++) {
  642. for (j = 0; j < PROCESSOR_COUNT_MAX; j++) {
  643. memset(&totem_config->interfaces[i].member_list[j], 0, sizeof(struct totem_ip_address));
  644. }
  645. totem_config->interfaces[i].member_count = 0;
  646. }
  647. iter = icmap_iter_init("nodelist.node.");
  648. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  649. res = sscanf(iter_key, "nodelist.node.%u.%s", &node_pos, tmp_key);
  650. if (res != 2) {
  651. continue;
  652. }
  653. if (strcmp(tmp_key, "ring0_addr") != 0) {
  654. continue;
  655. }
  656. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.", node_pos);
  657. iter2 = icmap_iter_init(tmp_key);
  658. while ((iter_key2 = icmap_iter_next(iter2, NULL, NULL)) != NULL) {
  659. unsigned int nodeid;
  660. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.nodeid", node_pos);
  661. if (icmap_get_uint32(tmp_key, &nodeid) != CS_OK) {
  662. }
  663. res = sscanf(iter_key2, "nodelist.node.%u.ring%u%s", &node_pos, &linknumber, tmp_key2);
  664. if (res != 3 || strcmp(tmp_key2, "_addr") != 0) {
  665. continue;
  666. }
  667. if (icmap_get_string(iter_key2, &node_addr_str) != CS_OK) {
  668. continue;
  669. }
  670. member_count = totem_config->interfaces[linknumber].member_count;
  671. res = totemip_parse(&totem_config->interfaces[linknumber].member_list[member_count],
  672. node_addr_str, totem_config->ip_version);
  673. if (res != -1) {
  674. totem_config->interfaces[linknumber].member_list[member_count].nodeid = nodeid;
  675. totem_config->interfaces[linknumber].member_count++;
  676. }
  677. totem_config->interfaces[linknumber].configured = 1;
  678. free(node_addr_str);
  679. }
  680. icmap_iter_finalize(iter2);
  681. }
  682. icmap_iter_finalize(iter);
  683. if (reload) {
  684. log_printf(LOGSYS_LEVEL_DEBUG, "About to reconfigure links from nodelist.\n");
  685. reconfigure_links(totem_config);
  686. memcpy(new_interfaces, totem_config->interfaces, sizeof (struct totem_interface) * INTERFACE_MAX);
  687. compute_interfaces_diff(totem_config->orig_interfaces, new_interfaces);
  688. free(new_interfaces);
  689. }
  690. }
  691. static void nodelist_dynamic_notify(
  692. int32_t event,
  693. const char *key_name,
  694. struct icmap_notify_value new_val,
  695. struct icmap_notify_value old_val,
  696. void *user_data)
  697. {
  698. int res;
  699. unsigned int ring_no;
  700. unsigned int member_no;
  701. char tmp_str[ICMAP_KEYNAME_MAXLEN];
  702. uint8_t reloading;
  703. struct totem_config *totem_config = (struct totem_config *)user_data;
  704. /*
  705. * If a full reload is in progress then don't do anything until it's done and
  706. * can reconfigure it all atomically
  707. */
  708. if (icmap_get_uint8("config.totemconfig_reload_in_progress", &reloading) == CS_OK && reloading) {
  709. return ;
  710. }
  711. res = sscanf(key_name, "nodelist.node.%u.ring%u%s", &member_no, &ring_no, tmp_str);
  712. if (res != 3)
  713. return ;
  714. if (strcmp(tmp_str, "_addr") != 0) {
  715. return;
  716. }
  717. put_nodelist_members_to_config(totem_config, 1);
  718. }
  719. /*
  720. * Tries to find node (node_pos) in config nodelist which address matches any
  721. * local interface. Address can be stored in ring0_addr or if ipaddr_key_prefix is not NULL
  722. * key with prefix ipaddr_key is used (there can be multiuple of them)
  723. * This function differs * from find_local_node_in_nodelist because it doesn't need bindnetaddr,
  724. * but doesn't work when bind addr is network address (so IP must be exact
  725. * match).
  726. *
  727. * Returns 1 on success (address was found, node_pos is then correctly set) or 0 on failure.
  728. */
  729. int totem_config_find_local_addr_in_nodelist(const char *ipaddr_key_prefix, unsigned int *node_pos)
  730. {
  731. struct qb_list_head addrs;
  732. struct totem_ip_if_address *if_addr;
  733. icmap_iter_t iter, iter2;
  734. const char *iter_key, *iter_key2;
  735. struct qb_list_head *list;
  736. const char *ipaddr_key;
  737. int ip_version;
  738. struct totem_ip_address node_addr;
  739. char *node_addr_str;
  740. int node_found = 0;
  741. int res = 0;
  742. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  743. if (totemip_getifaddrs(&addrs) == -1) {
  744. return 0;
  745. }
  746. ip_version = totem_config_get_ip_version();
  747. iter = icmap_iter_init("nodelist.node.");
  748. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  749. res = sscanf(iter_key, "nodelist.node.%u.%s", node_pos, tmp_key);
  750. if (res != 2) {
  751. continue;
  752. }
  753. if (strcmp(tmp_key, "ring0_addr") != 0) {
  754. continue;
  755. }
  756. if (icmap_get_string(iter_key, &node_addr_str) != CS_OK) {
  757. continue ;
  758. }
  759. free(node_addr_str);
  760. /*
  761. * ring0_addr found -> let's iterate thru ipaddr_key_prefix
  762. */
  763. snprintf(tmp_key, sizeof(tmp_key), "nodelist.node.%u.%s", *node_pos,
  764. (ipaddr_key_prefix != NULL ? ipaddr_key_prefix : "ring0_addr"));
  765. iter2 = icmap_iter_init(tmp_key);
  766. while ((iter_key2 = icmap_iter_next(iter2, NULL, NULL)) != NULL) {
  767. /*
  768. * ring0_addr must be exact match, not prefix
  769. */
  770. ipaddr_key = (ipaddr_key_prefix != NULL ? iter_key2 : tmp_key);
  771. if (icmap_get_string(ipaddr_key, &node_addr_str) != CS_OK) {
  772. continue ;
  773. }
  774. if (totemip_parse(&node_addr, node_addr_str, ip_version) == -1) {
  775. free(node_addr_str);
  776. continue ;
  777. }
  778. free(node_addr_str);
  779. /*
  780. * Try to match ip with if_addrs
  781. */
  782. node_found = 0;
  783. qb_list_for_each(list, &(addrs)) {
  784. if_addr = qb_list_entry(list, struct totem_ip_if_address, list);
  785. if (totemip_equal(&node_addr, &if_addr->ip_addr)) {
  786. node_found = 1;
  787. break;
  788. }
  789. }
  790. if (node_found) {
  791. break ;
  792. }
  793. }
  794. icmap_iter_finalize(iter2);
  795. if (node_found) {
  796. break ;
  797. }
  798. }
  799. icmap_iter_finalize(iter);
  800. totemip_freeifaddrs(&addrs);
  801. return (node_found);
  802. }
  803. static void config_convert_nodelist_to_interface(struct totem_config *totem_config)
  804. {
  805. int res = 0;
  806. unsigned int node_pos;
  807. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  808. char tmp_key2[ICMAP_KEYNAME_MAXLEN];
  809. char *node_addr_str;
  810. unsigned int linknumber = 0;
  811. icmap_iter_t iter;
  812. const char *iter_key;
  813. if (totem_config_find_local_addr_in_nodelist(NULL, &node_pos)) {
  814. /*
  815. * We found node, so create interface section
  816. */
  817. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.", node_pos);
  818. iter = icmap_iter_init(tmp_key);
  819. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  820. res = sscanf(iter_key, "nodelist.node.%u.ring%u%s", &node_pos, &linknumber, tmp_key2);
  821. if (res != 3 || strcmp(tmp_key2, "_addr") != 0) {
  822. continue ;
  823. }
  824. if (icmap_get_string(iter_key, &node_addr_str) != CS_OK) {
  825. continue;
  826. }
  827. snprintf(tmp_key2, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.bindnetaddr", linknumber);
  828. icmap_set_string(tmp_key2, node_addr_str);
  829. free(node_addr_str);
  830. }
  831. icmap_iter_finalize(iter);
  832. }
  833. }
  834. static int get_interface_params(struct totem_config *totem_config,
  835. const char **error_string, uint64_t *warnings,
  836. int reload)
  837. {
  838. int res = 0;
  839. unsigned int linknumber = 0;
  840. int member_count = 0;
  841. int i;
  842. icmap_iter_t iter, member_iter;
  843. const char *iter_key;
  844. const char *member_iter_key;
  845. char linknumber_key[ICMAP_KEYNAME_MAXLEN];
  846. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  847. uint8_t u8;
  848. uint32_t u32;
  849. char *str;
  850. char *cluster_name = NULL;
  851. if (reload) {
  852. for (i=0; i<INTERFACE_MAX; i++) {
  853. totem_config->interfaces[i].configured = 0;
  854. }
  855. }
  856. if (icmap_get_string("totem.cluster_name", &cluster_name) != CS_OK) {
  857. cluster_name = NULL;
  858. }
  859. iter = icmap_iter_init("totem.interface.");
  860. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  861. res = sscanf(iter_key, "totem.interface.%[^.].%s", linknumber_key, tmp_key);
  862. if (res != 2) {
  863. continue;
  864. }
  865. if (strcmp(tmp_key, "bindnetaddr") != 0 && totem_config->transport_number == TOTEM_TRANSPORT_UDP) {
  866. continue;
  867. }
  868. member_count = 0;
  869. linknumber = atoi(linknumber_key);
  870. if (linknumber >= INTERFACE_MAX) {
  871. free(cluster_name);
  872. snprintf (error_string_response, sizeof(error_string_response),
  873. "parse error in config: interface ring number %u is bigger than allowed maximum %u\n",
  874. linknumber, INTERFACE_MAX - 1);
  875. *error_string = error_string_response;
  876. return -1;
  877. }
  878. /* These things are only valid for the initial read */
  879. if (!reload) {
  880. /*
  881. * Get the bind net address
  882. */
  883. if (icmap_get_string(iter_key, &str) == CS_OK) {
  884. res = totemip_parse (&totem_config->interfaces[linknumber].bindnet, str,
  885. totem_config->ip_version);
  886. free(str);
  887. }
  888. /*
  889. * Get interface multicast address
  890. */
  891. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.mcastaddr", linknumber);
  892. if (icmap_get_string(tmp_key, &str) == CS_OK) {
  893. res = totemip_parse (&totem_config->interfaces[linknumber].mcast_addr, str, totem_config->ip_version);
  894. free(str);
  895. } else {
  896. /*
  897. * User not specified address -> autogenerate one from cluster_name key
  898. * (if available). Return code is intentionally ignored, because
  899. * udpu doesn't need mcastaddr and validity of mcastaddr for udp is
  900. * checked later anyway.
  901. */
  902. (void)get_cluster_mcast_addr (cluster_name,
  903. linknumber,
  904. totem_config->ip_version,
  905. &totem_config->interfaces[linknumber].mcast_addr);
  906. }
  907. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.broadcast", linknumber);
  908. if (icmap_get_string(tmp_key, &str) == CS_OK) {
  909. if (strcmp (str, "yes") == 0) {
  910. totem_config->broadcast_use = 1;
  911. }
  912. free(str);
  913. }
  914. }
  915. /* These things are only valid for the initial read OR a newly-defined link */
  916. if (!reload || (totem_config->interfaces[linknumber].configured == 0)) {
  917. /*
  918. * Get mcast port
  919. */
  920. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.mcastport", linknumber);
  921. if (icmap_get_uint16(tmp_key, &totem_config->interfaces[linknumber].ip_port) != CS_OK) {
  922. if (totem_config->broadcast_use) {
  923. totem_config->interfaces[linknumber].ip_port = DEFAULT_PORT + (2 * linknumber);
  924. } else {
  925. totem_config->interfaces[linknumber].ip_port = DEFAULT_PORT;
  926. }
  927. }
  928. /*
  929. * Get the TTL
  930. */
  931. totem_config->interfaces[linknumber].ttl = 1;
  932. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.ttl", linknumber);
  933. if (icmap_get_uint8(tmp_key, &u8) == CS_OK) {
  934. totem_config->interfaces[linknumber].ttl = u8;
  935. }
  936. totem_config->interfaces[linknumber].knet_transport = KNET_DEFAULT_TRANSPORT;
  937. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_transport", linknumber);
  938. if (icmap_get_string(tmp_key, &str) == CS_OK) {
  939. if (strcmp(str, "sctp") == 0) {
  940. totem_config->interfaces[linknumber].knet_transport = KNET_TRANSPORT_SCTP;
  941. }
  942. else if (strcmp(str, "udp") == 0) {
  943. totem_config->interfaces[linknumber].knet_transport = KNET_TRANSPORT_UDP;
  944. }
  945. else {
  946. *error_string = "Unrecognised knet_transport. expected 'udp' or 'sctp'";
  947. return -1;
  948. }
  949. }
  950. }
  951. totem_config->interfaces[linknumber].configured = 1;
  952. /*
  953. * Get the knet link params
  954. */
  955. totem_config->interfaces[linknumber].knet_link_priority = 1;
  956. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_link_priority", linknumber);
  957. if (icmap_get_uint8(tmp_key, &u8) == CS_OK) {
  958. totem_config->interfaces[linknumber].knet_link_priority = u8;
  959. }
  960. totem_config->interfaces[linknumber].knet_ping_interval = KNET_PING_INTERVAL;
  961. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_ping_interval", linknumber);
  962. if (icmap_get_uint32(tmp_key, &u32) == CS_OK) {
  963. totem_config->interfaces[linknumber].knet_ping_interval = u32;
  964. }
  965. totem_config->interfaces[linknumber].knet_ping_timeout = KNET_PING_TIMEOUT;
  966. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_ping_timeout", linknumber);
  967. if (icmap_get_uint32(tmp_key, &u32) == CS_OK) {
  968. totem_config->interfaces[linknumber].knet_ping_timeout = u32;
  969. }
  970. totem_config->interfaces[linknumber].knet_ping_precision = KNET_PING_PRECISION;
  971. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_ping_precision", linknumber);
  972. if (icmap_get_uint32(tmp_key, &u32) == CS_OK) {
  973. totem_config->interfaces[linknumber].knet_ping_precision = u32;
  974. }
  975. totem_config->interfaces[linknumber].knet_pong_count = KNET_PONG_COUNT;
  976. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_pong_count", linknumber);
  977. if (icmap_get_uint32(tmp_key, &u32) == CS_OK) {
  978. totem_config->interfaces[linknumber].knet_pong_count = u32;
  979. }
  980. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.member.", linknumber);
  981. member_iter = icmap_iter_init(tmp_key);
  982. while ((member_iter_key = icmap_iter_next(member_iter, NULL, NULL)) != NULL) {
  983. if (member_count == 0) {
  984. if (icmap_get_string("nodelist.node.0.ring0_addr", &str) == CS_OK) {
  985. free(str);
  986. *warnings |= TOTEM_CONFIG_WARNING_MEMBERS_IGNORED;
  987. break;
  988. } else {
  989. *warnings |= TOTEM_CONFIG_WARNING_MEMBERS_DEPRECATED;
  990. }
  991. }
  992. if (icmap_get_string(member_iter_key, &str) == CS_OK) {
  993. res = totemip_parse (&totem_config->interfaces[linknumber].member_list[member_count++],
  994. str, totem_config->ip_version);
  995. }
  996. }
  997. icmap_iter_finalize(member_iter);
  998. totem_config->interfaces[linknumber].member_count = member_count;
  999. }
  1000. icmap_iter_finalize(iter);
  1001. return 0;
  1002. }
  1003. extern int totem_config_read (
  1004. struct totem_config *totem_config,
  1005. const char **error_string,
  1006. uint64_t *warnings)
  1007. {
  1008. int res = 0;
  1009. char *str, *ring0_addr_str;
  1010. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  1011. uint16_t u16;
  1012. int i;
  1013. int local_node_pos;
  1014. int nodeid_set;
  1015. *warnings = 0;
  1016. memset (totem_config, 0, sizeof (struct totem_config));
  1017. totem_config->interfaces = malloc (sizeof (struct totem_interface) * INTERFACE_MAX);
  1018. if (totem_config->interfaces == 0) {
  1019. *error_string = "Out of memory trying to allocate ethernet interface storage area";
  1020. return -1;
  1021. }
  1022. memset (totem_config->interfaces, 0,
  1023. sizeof (struct totem_interface) * INTERFACE_MAX);
  1024. strcpy (totem_config->link_mode, "passive");
  1025. icmap_get_uint32("totem.version", (uint32_t *)&totem_config->version);
  1026. if (totem_get_crypto(totem_config) != 0) {
  1027. *error_string = "crypto_cipher requires crypto_hash with value other than none";
  1028. return -1;
  1029. }
  1030. if (icmap_get_string("totem.link_mode", &str) == CS_OK) {
  1031. if (strlen(str) >= TOTEM_LINK_MODE_BYTES) {
  1032. *error_string = "totem.link_mode is too long";
  1033. free(str);
  1034. return -1;
  1035. }
  1036. strcpy (totem_config->link_mode, str);
  1037. free(str);
  1038. }
  1039. icmap_get_uint32("totem.nodeid", &totem_config->node_id);
  1040. totem_config->clear_node_high_bit = 0;
  1041. if (icmap_get_string("totem.clear_node_high_bit", &str) == CS_OK) {
  1042. if (strcmp (str, "yes") == 0) {
  1043. totem_config->clear_node_high_bit = 1;
  1044. }
  1045. free(str);
  1046. }
  1047. icmap_get_uint32("totem.threads", &totem_config->threads);
  1048. icmap_get_uint32("totem.netmtu", &totem_config->net_mtu);
  1049. totem_config->ip_version = totem_config_get_ip_version();
  1050. if (icmap_get_string("totem.interface.0.bindnetaddr", &str) != CS_OK) {
  1051. /*
  1052. * We were not able to find ring 0 bindnet addr. Try to use nodelist informations
  1053. */
  1054. config_convert_nodelist_to_interface(totem_config);
  1055. } else {
  1056. if (icmap_get_string("nodelist.node.0.ring0_addr", &ring0_addr_str) == CS_OK) {
  1057. /*
  1058. * Both bindnetaddr and ring0_addr are set.
  1059. * Log warning information, and use nodelist instead
  1060. */
  1061. *warnings |= TOTEM_CONFIG_BINDNETADDR_NODELIST_SET;
  1062. config_convert_nodelist_to_interface(totem_config);
  1063. free(ring0_addr_str);
  1064. }
  1065. free(str);
  1066. }
  1067. /*
  1068. * Broadcast option is global but set in interface section,
  1069. * so reset before processing interfaces.
  1070. */
  1071. totem_config->broadcast_use = 0;
  1072. res = get_interface_params(totem_config, error_string, warnings, 0);
  1073. if (res < 0) {
  1074. return res;
  1075. }
  1076. /*
  1077. * Use broadcast is global, so if set, make sure to fill mcast addr correctly
  1078. * broadcast is only supported for UDP so just do interface 0;
  1079. */
  1080. if (totem_config->broadcast_use) {
  1081. totemip_parse (&totem_config->interfaces[0].mcast_addr,
  1082. "255.255.255.255", 0);
  1083. }
  1084. /*
  1085. * Store automatically generated items back to icmap
  1086. */
  1087. for (i = 0; i < INTERFACE_MAX; i++) {
  1088. if (!totem_config->interfaces[i].configured) {
  1089. continue;
  1090. }
  1091. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.mcastaddr", i);
  1092. if (icmap_get_string(tmp_key, &str) == CS_OK) {
  1093. free(str);
  1094. } else {
  1095. str = (char *)totemip_print(&totem_config->interfaces[i].mcast_addr);
  1096. icmap_set_string(tmp_key, str);
  1097. }
  1098. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.mcastport", i);
  1099. if (icmap_get_uint16(tmp_key, &u16) != CS_OK) {
  1100. icmap_set_uint16(tmp_key, totem_config->interfaces[i].ip_port);
  1101. }
  1102. }
  1103. totem_config->transport_number = TOTEM_TRANSPORT_KNET;
  1104. if (icmap_get_string("totem.transport", &str) == CS_OK) {
  1105. if (strcmp (str, "udpu") == 0) {
  1106. totem_config->transport_number = TOTEM_TRANSPORT_UDPU;
  1107. }
  1108. if (strcmp (str, "udp") == 0) {
  1109. totem_config->transport_number = TOTEM_TRANSPORT_UDP;
  1110. }
  1111. if (strcmp (str, "knet") == 0) {
  1112. totem_config->transport_number = TOTEM_TRANSPORT_KNET;
  1113. }
  1114. free(str);
  1115. }
  1116. /*
  1117. * Check existence of nodelist
  1118. */
  1119. if (icmap_get_string("nodelist.node.0.ring0_addr", &str) == CS_OK) {
  1120. free(str);
  1121. /*
  1122. * find local node
  1123. */
  1124. local_node_pos = find_local_node_in_nodelist(totem_config);
  1125. if (local_node_pos != -1) {
  1126. icmap_set_uint32("nodelist.local_node_pos", local_node_pos);
  1127. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.nodeid", local_node_pos);
  1128. nodeid_set = (totem_config->node_id != 0);
  1129. if (icmap_get_uint32(tmp_key, &totem_config->node_id) == CS_OK && nodeid_set) {
  1130. *warnings |= TOTEM_CONFIG_WARNING_TOTEM_NODEID_IGNORED;
  1131. }
  1132. /*
  1133. * Make localnode ring0_addr read only, so we can be sure that local
  1134. * node never changes. If rebinding to other IP would be in future
  1135. * supported, this must be changed and handled properly!
  1136. */
  1137. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.ring0_addr", local_node_pos);
  1138. icmap_set_ro_access(tmp_key, 0, 1);
  1139. icmap_set_ro_access("nodelist.local_node_pos", 0, 1);
  1140. }
  1141. put_nodelist_members_to_config(totem_config, 0);
  1142. }
  1143. /*
  1144. * Get things that might change in the future (and can depend on totem_config->interfaces);
  1145. */
  1146. totem_volatile_config_read(totem_config, NULL);
  1147. icmap_set_uint8("config.totemconfig_reload_in_progress", 0);
  1148. add_totem_config_notification(totem_config);
  1149. return 0;
  1150. }
  1151. int totem_config_validate (
  1152. struct totem_config *totem_config,
  1153. const char **error_string)
  1154. {
  1155. static char local_error_reason[512];
  1156. char parse_error[512];
  1157. const char *error_reason = local_error_reason;
  1158. int i;
  1159. int num_configured = 0;
  1160. unsigned int interface_max = INTERFACE_MAX;
  1161. for (i = 0; i < INTERFACE_MAX; i++) {
  1162. if (totem_config->interfaces[i].configured) {
  1163. num_configured++;
  1164. }
  1165. }
  1166. if (num_configured == 0) {
  1167. error_reason = "No interfaces defined";
  1168. goto parse_error;
  1169. }
  1170. for (i = 0; i < INTERFACE_MAX; i++) {
  1171. /*
  1172. * Some error checking of parsed data to make sure its valid
  1173. */
  1174. struct totem_ip_address null_addr;
  1175. if (!totem_config->interfaces[i].configured) {
  1176. continue;
  1177. }
  1178. memset (&null_addr, 0, sizeof (struct totem_ip_address));
  1179. if ((totem_config->transport_number == TOTEM_TRANSPORT_UDP) &&
  1180. memcmp (&totem_config->interfaces[i].mcast_addr, &null_addr,
  1181. sizeof (struct totem_ip_address)) == 0) {
  1182. error_reason = "No multicast address specified";
  1183. goto parse_error;
  1184. }
  1185. if (totem_config->interfaces[i].ip_port == 0) {
  1186. error_reason = "No multicast port specified";
  1187. goto parse_error;
  1188. }
  1189. if (totem_config->interfaces[i].ttl > 255) {
  1190. error_reason = "Invalid TTL (should be 0..255)";
  1191. goto parse_error;
  1192. }
  1193. if (totem_config->transport_number != TOTEM_TRANSPORT_UDP &&
  1194. totem_config->interfaces[i].ttl != 1) {
  1195. error_reason = "Can only set ttl on multicast transport types";
  1196. goto parse_error;
  1197. }
  1198. if (totem_config->interfaces[i].knet_link_priority > 255) {
  1199. error_reason = "Invalid link priority (should be 0..255)";
  1200. goto parse_error;
  1201. }
  1202. if (totem_config->transport_number != TOTEM_TRANSPORT_KNET &&
  1203. totem_config->interfaces[i].knet_link_priority != 1) {
  1204. error_reason = "Can only set link priority on knet transport type";
  1205. goto parse_error;
  1206. }
  1207. if (totem_config->interfaces[i].mcast_addr.family == AF_INET6 &&
  1208. totem_config->node_id == 0) {
  1209. error_reason = "An IPV6 network requires that a node ID be specified.";
  1210. goto parse_error;
  1211. }
  1212. if (totem_config->broadcast_use == 0 && totem_config->transport_number == TOTEM_TRANSPORT_UDP) {
  1213. if (totem_config->interfaces[i].mcast_addr.family != totem_config->interfaces[i].bindnet.family) {
  1214. error_reason = "Multicast address family does not match bind address family";
  1215. goto parse_error;
  1216. }
  1217. if (totemip_is_mcast (&totem_config->interfaces[i].mcast_addr) != 0) {
  1218. error_reason = "mcastaddr is not a correct multicast address.";
  1219. goto parse_error;
  1220. }
  1221. }
  1222. if (totem_config->interfaces[0].bindnet.family != totem_config->interfaces[i].bindnet.family) {
  1223. error_reason = "Not all bind address belong to the same IP family";
  1224. goto parse_error;
  1225. }
  1226. }
  1227. if (totem_config->version != 2) {
  1228. error_reason = "This totem parser can only parse version 2 configurations.";
  1229. goto parse_error;
  1230. }
  1231. if (totem_volatile_config_validate(totem_config, error_string) == -1) {
  1232. return (-1);
  1233. }
  1234. if (check_for_duplicate_nodeids(totem_config, error_string) == -1) {
  1235. return (-1);
  1236. }
  1237. /*
  1238. * KNET Link values validation
  1239. */
  1240. if (strcmp (totem_config->link_mode, "active") &&
  1241. strcmp (totem_config->link_mode, "rr") &&
  1242. strcmp (totem_config->link_mode, "passive")) {
  1243. snprintf (local_error_reason, sizeof(local_error_reason),
  1244. "The Knet link mode \"%s\" specified is invalid. It must be active, passive or rr.\n", totem_config->link_mode);
  1245. goto parse_error;
  1246. }
  1247. /* Only Knet does multiple interfaces */
  1248. if (totem_config->transport_number != TOTEM_TRANSPORT_KNET) {
  1249. interface_max = 1;
  1250. }
  1251. if (interface_max < num_configured) {
  1252. snprintf (parse_error, sizeof(parse_error),
  1253. "%d is too many configured interfaces for non-Knet transport.",
  1254. num_configured);
  1255. error_reason = parse_error;
  1256. goto parse_error;
  1257. }
  1258. /* Only knet allows crypto */
  1259. if (totem_config->transport_number != TOTEM_TRANSPORT_KNET) {
  1260. if ((strcmp(totem_config->crypto_cipher_type, "none") != 0) ||
  1261. (strcmp(totem_config->crypto_hash_type, "none") != 0)) {
  1262. snprintf (parse_error, sizeof(parse_error),
  1263. "crypto_cipher & crypto_hash are only valid for the Knet transport.");
  1264. error_reason = parse_error;
  1265. goto parse_error;
  1266. }
  1267. }
  1268. if (totem_config->net_mtu == 0) {
  1269. if (totem_config->transport_number == TOTEM_TRANSPORT_KNET) {
  1270. totem_config->net_mtu = KNET_MAX_PACKET_SIZE;
  1271. }
  1272. else {
  1273. totem_config->net_mtu = 1500;
  1274. }
  1275. }
  1276. return 0;
  1277. parse_error:
  1278. snprintf (error_string_response, sizeof(error_string_response),
  1279. "parse error in config: %s\n", error_reason);
  1280. *error_string = error_string_response;
  1281. return (-1);
  1282. }
  1283. static int read_keyfile (
  1284. const char *key_location,
  1285. struct totem_config *totem_config,
  1286. const char **error_string)
  1287. {
  1288. int fd;
  1289. int res;
  1290. int saved_errno;
  1291. char error_str[100];
  1292. const char *error_ptr;
  1293. fd = open (key_location, O_RDONLY);
  1294. if (fd == -1) {
  1295. error_ptr = qb_strerror_r(errno, error_str, sizeof(error_str));
  1296. snprintf (error_string_response, sizeof(error_string_response),
  1297. "Could not open %s: %s\n",
  1298. key_location, error_ptr);
  1299. goto parse_error;
  1300. }
  1301. res = read (fd, totem_config->private_key, TOTEM_PRIVATE_KEY_LEN_MAX);
  1302. saved_errno = errno;
  1303. close (fd);
  1304. if (res == -1) {
  1305. error_ptr = qb_strerror_r (saved_errno, error_str, sizeof(error_str));
  1306. snprintf (error_string_response, sizeof(error_string_response),
  1307. "Could not read %s: %s\n",
  1308. key_location, error_ptr);
  1309. goto parse_error;
  1310. }
  1311. if (res < TOTEM_PRIVATE_KEY_LEN_MIN) {
  1312. snprintf (error_string_response, sizeof(error_string_response),
  1313. "Could only read %d bits of minimum %u bits from %s.\n",
  1314. res * 8, TOTEM_PRIVATE_KEY_LEN_MIN * 8, key_location);
  1315. goto parse_error;
  1316. }
  1317. totem_config->private_key_len = res;
  1318. return 0;
  1319. parse_error:
  1320. *error_string = error_string_response;
  1321. return (-1);
  1322. }
  1323. int totem_config_keyread (
  1324. struct totem_config *totem_config,
  1325. const char **error_string)
  1326. {
  1327. int got_key = 0;
  1328. char *key_location = NULL;
  1329. int res;
  1330. size_t key_len;
  1331. memset (totem_config->private_key, 0, sizeof(totem_config->private_key));
  1332. totem_config->private_key_len = 0;
  1333. if (strcmp(totem_config->crypto_cipher_type, "none") == 0 &&
  1334. strcmp(totem_config->crypto_hash_type, "none") == 0) {
  1335. return (0);
  1336. }
  1337. /* cmap may store the location of the key file */
  1338. if (icmap_get_string("totem.keyfile", &key_location) == CS_OK) {
  1339. res = read_keyfile(key_location, totem_config, error_string);
  1340. free(key_location);
  1341. if (res) {
  1342. goto key_error;
  1343. }
  1344. got_key = 1;
  1345. } else { /* Or the key itself may be in the cmap */
  1346. if (icmap_get("totem.key", NULL, &key_len, NULL) == CS_OK) {
  1347. if (key_len > sizeof(totem_config->private_key)) {
  1348. sprintf(error_string_response, "key is too long");
  1349. goto key_error;
  1350. }
  1351. if (key_len < TOTEM_PRIVATE_KEY_LEN_MIN) {
  1352. sprintf(error_string_response, "key is too short");
  1353. goto key_error;
  1354. }
  1355. if (icmap_get("totem.key", totem_config->private_key, &key_len, NULL) == CS_OK) {
  1356. totem_config->private_key_len = key_len;
  1357. got_key = 1;
  1358. } else {
  1359. sprintf(error_string_response, "can't load private key");
  1360. goto key_error;
  1361. }
  1362. }
  1363. }
  1364. /* In desperation we read the default filename */
  1365. if (!got_key) {
  1366. const char *filename = getenv("COROSYNC_TOTEM_AUTHKEY_FILE");
  1367. if (!filename)
  1368. filename = COROSYSCONFDIR "/authkey";
  1369. res = read_keyfile(filename, totem_config, error_string);
  1370. if (res)
  1371. goto key_error;
  1372. }
  1373. return (0);
  1374. key_error:
  1375. *error_string = error_string_response;
  1376. return (-1);
  1377. }
  1378. static void debug_dump_totem_config(const struct totem_config *totem_config)
  1379. {
  1380. log_printf(LOGSYS_LEVEL_DEBUG, "Token Timeout (%d ms) retransmit timeout (%d ms)",
  1381. totem_config->token_timeout, totem_config->token_retransmit_timeout);
  1382. log_printf(LOGSYS_LEVEL_DEBUG, "token hold (%d ms) retransmits before loss (%d retrans)",
  1383. totem_config->token_hold_timeout, totem_config->token_retransmits_before_loss_const);
  1384. log_printf(LOGSYS_LEVEL_DEBUG, "join (%d ms) send_join (%d ms) consensus (%d ms) merge (%d ms)",
  1385. totem_config->join_timeout, totem_config->send_join_timeout, totem_config->consensus_timeout,
  1386. totem_config->merge_timeout);
  1387. log_printf(LOGSYS_LEVEL_DEBUG, "downcheck (%d ms) fail to recv const (%d msgs)",
  1388. totem_config->downcheck_timeout, totem_config->fail_to_recv_const);
  1389. log_printf(LOGSYS_LEVEL_DEBUG,
  1390. "seqno unchanged const (%d rotations) Maximum network MTU %d",
  1391. totem_config->seqno_unchanged_const, totem_config->net_mtu);
  1392. log_printf(LOGSYS_LEVEL_DEBUG,
  1393. "window size per rotation (%d messages) maximum messages per rotation (%d messages)",
  1394. totem_config->window_size, totem_config->max_messages);
  1395. log_printf(LOGSYS_LEVEL_DEBUG, "missed count const (%d messages)", totem_config->miss_count_const);
  1396. log_printf(LOGSYS_LEVEL_DEBUG, "heartbeat_failures_allowed (%d)",
  1397. totem_config->heartbeat_failures_allowed);
  1398. log_printf(LOGSYS_LEVEL_DEBUG, "max_network_delay (%d ms)", totem_config->max_network_delay);
  1399. }
  1400. static void totem_change_notify(
  1401. int32_t event,
  1402. const char *key_name,
  1403. struct icmap_notify_value new_val,
  1404. struct icmap_notify_value old_val,
  1405. void *user_data)
  1406. {
  1407. struct totem_config *totem_config = (struct totem_config *)user_data;
  1408. uint32_t *param;
  1409. uint8_t reloading;
  1410. const char *deleted_key = NULL;
  1411. const char *error_string;
  1412. /*
  1413. * If a full reload is in progress then don't do anything until it's done and
  1414. * can reconfigure it all atomically
  1415. */
  1416. if (icmap_get_uint8("config.reload_in_progress", &reloading) == CS_OK && reloading)
  1417. return;
  1418. param = totem_get_param_by_name((struct totem_config *)user_data, key_name);
  1419. /*
  1420. * Process change only if changed key is found in totem_config (-> param is not NULL)
  1421. * or for special key token_coefficient. token_coefficient key is not stored in
  1422. * totem_config, but it is used for computation of token timeout.
  1423. */
  1424. if (!param && strcmp(key_name, "totem.token_coefficient") != 0)
  1425. return;
  1426. /*
  1427. * Values other than UINT32 are not supported, or needed (yet)
  1428. */
  1429. switch (event) {
  1430. case ICMAP_TRACK_DELETE:
  1431. deleted_key = key_name;
  1432. break;
  1433. case ICMAP_TRACK_ADD:
  1434. case ICMAP_TRACK_MODIFY:
  1435. deleted_key = NULL;
  1436. break;
  1437. default:
  1438. break;
  1439. }
  1440. totem_volatile_config_read (totem_config, deleted_key);
  1441. log_printf(LOGSYS_LEVEL_DEBUG, "Totem related config key changed. Dumping actual totem config.");
  1442. debug_dump_totem_config(totem_config);
  1443. if (totem_volatile_config_validate(totem_config, &error_string) == -1) {
  1444. log_printf (LOGSYS_LEVEL_ERROR, "%s", error_string);
  1445. /*
  1446. * TODO: Consider corosync exit and/or load defaults for volatile
  1447. * values. For now, log error seems to be enough
  1448. */
  1449. }
  1450. }
  1451. static void totem_reload_notify(
  1452. int32_t event,
  1453. const char *key_name,
  1454. struct icmap_notify_value new_val,
  1455. struct icmap_notify_value old_val,
  1456. void *user_data)
  1457. {
  1458. struct totem_config *totem_config = (struct totem_config *)user_data;
  1459. uint32_t local_node_pos;
  1460. const char *error_string;
  1461. uint64_t warnings;
  1462. /* Reload has completed */
  1463. if (*(uint8_t *)new_val.data == 0) {
  1464. totem_config->orig_interfaces = malloc (sizeof (struct totem_interface) * INTERFACE_MAX);
  1465. assert(totem_config->orig_interfaces != NULL);
  1466. memcpy(totem_config->orig_interfaces, totem_config->interfaces, sizeof (struct totem_interface) * INTERFACE_MAX);
  1467. get_interface_params(totem_config, &error_string, &warnings, 1);
  1468. put_nodelist_members_to_config (totem_config, 1);
  1469. totem_volatile_config_read (totem_config, NULL);
  1470. log_printf(LOGSYS_LEVEL_DEBUG, "Configuration reloaded. Dumping actual totem config.");
  1471. debug_dump_totem_config(totem_config);
  1472. if (totem_volatile_config_validate(totem_config, &error_string) == -1) {
  1473. log_printf (LOGSYS_LEVEL_ERROR, "%s", error_string);
  1474. /*
  1475. * TODO: Consider corosync exit and/or load defaults for volatile
  1476. * values. For now, log error seems to be enough
  1477. */
  1478. }
  1479. /* Reinstate the local_node_pos */
  1480. local_node_pos = find_local_node_in_nodelist(totem_config);
  1481. if (local_node_pos != -1) {
  1482. icmap_set_uint32("nodelist.local_node_pos", local_node_pos);
  1483. }
  1484. free(totem_config->orig_interfaces);
  1485. icmap_set_uint8("config.totemconfig_reload_in_progress", 0);
  1486. } else {
  1487. icmap_set_uint8("config.totemconfig_reload_in_progress", 1);
  1488. }
  1489. }
  1490. static void add_totem_config_notification(struct totem_config *totem_config)
  1491. {
  1492. icmap_track_t icmap_track;
  1493. icmap_track_add("totem.",
  1494. ICMAP_TRACK_ADD | ICMAP_TRACK_DELETE | ICMAP_TRACK_MODIFY | ICMAP_TRACK_PREFIX,
  1495. totem_change_notify,
  1496. totem_config,
  1497. &icmap_track);
  1498. icmap_track_add("config.reload_in_progress",
  1499. ICMAP_TRACK_ADD | ICMAP_TRACK_MODIFY,
  1500. totem_reload_notify,
  1501. totem_config,
  1502. &icmap_track);
  1503. icmap_track_add("nodelist.node.",
  1504. ICMAP_TRACK_ADD | ICMAP_TRACK_DELETE | ICMAP_TRACK_MODIFY | ICMAP_TRACK_PREFIX,
  1505. nodelist_dynamic_notify,
  1506. (void *)totem_config,
  1507. &icmap_track);
  1508. }