totemconfig.c 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697
  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->interface_count > 0 && 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(int interface_count,
  517. struct totem_interface *set1,
  518. struct totem_interface *set2)
  519. {
  520. int ring_no, set1_pos, set2_pos;
  521. struct totem_ip_address empty_ip_address;
  522. memset(&empty_ip_address, 0, sizeof(empty_ip_address));
  523. for (ring_no = 0; ring_no < interface_count; ring_no++) {
  524. for (set1_pos = 0; set1_pos < set1[ring_no].member_count; set1_pos++) {
  525. for (set2_pos = 0; set2_pos < set2[ring_no].member_count; set2_pos++) {
  526. /*
  527. * For current ring_no remove all set1 items existing
  528. * in set2
  529. */
  530. if (memcmp(&set1[ring_no].member_list[set1_pos],
  531. &set2[ring_no].member_list[set2_pos],
  532. sizeof(struct totem_ip_address)) == 0) {
  533. memset(&set1[ring_no].member_list[set1_pos], 0,
  534. sizeof(struct totem_ip_address));
  535. memset(&set2[ring_no].member_list[set2_pos], 0,
  536. sizeof(struct totem_ip_address));
  537. }
  538. }
  539. }
  540. }
  541. for (ring_no = 0; ring_no < interface_count; ring_no++) {
  542. for (set1_pos = 0; set1_pos < set1[ring_no].member_count; set1_pos++) {
  543. /*
  544. * All items which remained in set1 doesn't exists in set2 any longer so
  545. * node has to be removed.
  546. */
  547. if (memcmp(&set1[ring_no].member_list[set1_pos], &empty_ip_address, sizeof(empty_ip_address)) != 0) {
  548. log_printf(LOGSYS_LEVEL_DEBUG,
  549. "removing dynamic member %s for ring %u",
  550. totemip_print(&set1[ring_no].member_list[set1_pos]),
  551. ring_no);
  552. totempg_member_remove(&set1[ring_no].member_list[set1_pos], ring_no);
  553. }
  554. }
  555. for (set2_pos = 0; set2_pos < set2[ring_no].member_count; set2_pos++) {
  556. /*
  557. * All items which remained in set2 doesn't existed in set1 so this is no node
  558. * and has to be added.
  559. */
  560. if (memcmp(&set2[ring_no].member_list[set2_pos], &empty_ip_address, sizeof(empty_ip_address)) != 0) {
  561. log_printf(LOGSYS_LEVEL_DEBUG,
  562. "adding dynamic member %s for ring %u",
  563. totemip_print(&set2[ring_no].member_list[set2_pos]),
  564. ring_no);
  565. totempg_member_add(&set2[ring_no].member_list[set2_pos], ring_no);
  566. }
  567. }
  568. }
  569. }
  570. static void put_nodelist_members_to_config(struct totem_config *totem_config, int reload)
  571. {
  572. icmap_iter_t iter, iter2;
  573. const char *iter_key, *iter_key2;
  574. int res = 0;
  575. unsigned int node_pos;
  576. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  577. char tmp_key2[ICMAP_KEYNAME_MAXLEN];
  578. char *node_addr_str;
  579. int member_count;
  580. unsigned int linknumber = 0;
  581. int i, j;
  582. struct totem_interface *orig_interfaces = NULL;
  583. struct totem_interface *new_interfaces = NULL;
  584. if (reload) {
  585. /*
  586. * We need to compute diff only for reload. Also for initial configuration
  587. * not all totem structures are initialized so corosync will crash during
  588. * member_add/remove
  589. */
  590. orig_interfaces = malloc (sizeof (struct totem_interface) * INTERFACE_MAX);
  591. assert(orig_interfaces != NULL);
  592. new_interfaces = malloc (sizeof (struct totem_interface) * INTERFACE_MAX);
  593. assert(new_interfaces != NULL);
  594. memcpy(orig_interfaces, totem_config->interfaces, sizeof (struct totem_interface) * INTERFACE_MAX);
  595. }
  596. /* Clear out nodelist so we can put the new one in if needed */
  597. for (i = 0; i < totem_config->interface_count; i++) {
  598. for (j = 0; j < PROCESSOR_COUNT_MAX; j++) {
  599. memset(&totem_config->interfaces[i].member_list[j], 0, sizeof(struct totem_ip_address));
  600. }
  601. totem_config->interfaces[i].member_count = 0;
  602. }
  603. iter = icmap_iter_init("nodelist.node.");
  604. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  605. res = sscanf(iter_key, "nodelist.node.%u.%s", &node_pos, tmp_key);
  606. if (res != 2) {
  607. continue;
  608. }
  609. if (strcmp(tmp_key, "ring0_addr") != 0) {
  610. continue;
  611. }
  612. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.", node_pos);
  613. iter2 = icmap_iter_init(tmp_key);
  614. while ((iter_key2 = icmap_iter_next(iter2, NULL, NULL)) != NULL) {
  615. unsigned int nodeid;
  616. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.nodeid", node_pos);
  617. if (icmap_get_uint32(tmp_key, &nodeid) != CS_OK) {
  618. }
  619. res = sscanf(iter_key2, "nodelist.node.%u.ring%u%s", &node_pos, &linknumber, tmp_key2);
  620. if (res != 3 || strcmp(tmp_key2, "_addr") != 0) {
  621. continue;
  622. }
  623. if (icmap_get_string(iter_key2, &node_addr_str) != CS_OK) {
  624. continue;
  625. }
  626. member_count = totem_config->interfaces[linknumber].member_count;
  627. res = totemip_parse(&totem_config->interfaces[linknumber].member_list[member_count],
  628. node_addr_str, totem_config->ip_version);
  629. if (res != -1) {
  630. totem_config->interfaces[linknumber].member_list[member_count].nodeid = nodeid;
  631. totem_config->interfaces[linknumber].member_count++;
  632. }
  633. free(node_addr_str);
  634. }
  635. icmap_iter_finalize(iter2);
  636. }
  637. icmap_iter_finalize(iter);
  638. if (reload) {
  639. memcpy(new_interfaces, totem_config->interfaces, sizeof (struct totem_interface) * INTERFACE_MAX);
  640. compute_interfaces_diff(totem_config->interface_count, orig_interfaces, new_interfaces);
  641. free(new_interfaces);
  642. free(orig_interfaces);
  643. }
  644. }
  645. static void nodelist_dynamic_notify(
  646. int32_t event,
  647. const char *key_name,
  648. struct icmap_notify_value new_val,
  649. struct icmap_notify_value old_val,
  650. void *user_data)
  651. {
  652. int res;
  653. unsigned int ring_no;
  654. unsigned int member_no;
  655. char tmp_str[ICMAP_KEYNAME_MAXLEN];
  656. uint8_t reloading;
  657. struct totem_config *totem_config = (struct totem_config *)user_data;
  658. /*
  659. * If a full reload is in progress then don't do anything until it's done and
  660. * can reconfigure it all atomically
  661. */
  662. if (icmap_get_uint8("config.totemconfig_reload_in_progress", &reloading) == CS_OK && reloading) {
  663. return ;
  664. }
  665. res = sscanf(key_name, "nodelist.node.%u.ring%u%s", &member_no, &ring_no, tmp_str);
  666. if (res != 3)
  667. return ;
  668. if (strcmp(tmp_str, "_addr") != 0) {
  669. return;
  670. }
  671. put_nodelist_members_to_config(totem_config, 1);
  672. }
  673. /*
  674. * Tries to find node (node_pos) in config nodelist which address matches any
  675. * local interface. Address can be stored in ring0_addr or if ipaddr_key_prefix is not NULL
  676. * key with prefix ipaddr_key is used (there can be multiuple of them)
  677. * This function differs * from find_local_node_in_nodelist because it doesn't need bindnetaddr,
  678. * but doesn't work when bind addr is network address (so IP must be exact
  679. * match).
  680. *
  681. * Returns 1 on success (address was found, node_pos is then correctly set) or 0 on failure.
  682. */
  683. int totem_config_find_local_addr_in_nodelist(const char *ipaddr_key_prefix, unsigned int *node_pos)
  684. {
  685. struct qb_list_head addrs;
  686. struct totem_ip_if_address *if_addr;
  687. icmap_iter_t iter, iter2;
  688. const char *iter_key, *iter_key2;
  689. struct qb_list_head *list;
  690. const char *ipaddr_key;
  691. int ip_version;
  692. struct totem_ip_address node_addr;
  693. char *node_addr_str;
  694. int node_found = 0;
  695. int res = 0;
  696. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  697. if (totemip_getifaddrs(&addrs) == -1) {
  698. return 0;
  699. }
  700. ip_version = totem_config_get_ip_version();
  701. iter = icmap_iter_init("nodelist.node.");
  702. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  703. res = sscanf(iter_key, "nodelist.node.%u.%s", node_pos, tmp_key);
  704. if (res != 2) {
  705. continue;
  706. }
  707. if (strcmp(tmp_key, "ring0_addr") != 0) {
  708. continue;
  709. }
  710. if (icmap_get_string(iter_key, &node_addr_str) != CS_OK) {
  711. continue ;
  712. }
  713. free(node_addr_str);
  714. /*
  715. * ring0_addr found -> let's iterate thru ipaddr_key_prefix
  716. */
  717. snprintf(tmp_key, sizeof(tmp_key), "nodelist.node.%u.%s", *node_pos,
  718. (ipaddr_key_prefix != NULL ? ipaddr_key_prefix : "ring0_addr"));
  719. iter2 = icmap_iter_init(tmp_key);
  720. while ((iter_key2 = icmap_iter_next(iter2, NULL, NULL)) != NULL) {
  721. /*
  722. * ring0_addr must be exact match, not prefix
  723. */
  724. ipaddr_key = (ipaddr_key_prefix != NULL ? iter_key2 : tmp_key);
  725. if (icmap_get_string(ipaddr_key, &node_addr_str) != CS_OK) {
  726. continue ;
  727. }
  728. if (totemip_parse(&node_addr, node_addr_str, ip_version) == -1) {
  729. free(node_addr_str);
  730. continue ;
  731. }
  732. free(node_addr_str);
  733. /*
  734. * Try to match ip with if_addrs
  735. */
  736. node_found = 0;
  737. qb_list_for_each(list, &(addrs)) {
  738. if_addr = qb_list_entry(list, struct totem_ip_if_address, list);
  739. if (totemip_equal(&node_addr, &if_addr->ip_addr)) {
  740. node_found = 1;
  741. break;
  742. }
  743. }
  744. if (node_found) {
  745. break ;
  746. }
  747. }
  748. icmap_iter_finalize(iter2);
  749. if (node_found) {
  750. break ;
  751. }
  752. }
  753. icmap_iter_finalize(iter);
  754. totemip_freeifaddrs(&addrs);
  755. return (node_found);
  756. }
  757. static void config_convert_nodelist_to_interface(struct totem_config *totem_config)
  758. {
  759. int res = 0;
  760. unsigned int node_pos;
  761. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  762. char tmp_key2[ICMAP_KEYNAME_MAXLEN];
  763. char *node_addr_str;
  764. unsigned int linknumber = 0;
  765. icmap_iter_t iter;
  766. const char *iter_key;
  767. if (totem_config_find_local_addr_in_nodelist(NULL, &node_pos)) {
  768. /*
  769. * We found node, so create interface section
  770. */
  771. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.", node_pos);
  772. iter = icmap_iter_init(tmp_key);
  773. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  774. res = sscanf(iter_key, "nodelist.node.%u.ring%u%s", &node_pos, &linknumber, tmp_key2);
  775. if (res != 3 || strcmp(tmp_key2, "_addr") != 0) {
  776. continue ;
  777. }
  778. if (icmap_get_string(iter_key, &node_addr_str) != CS_OK) {
  779. continue;
  780. }
  781. snprintf(tmp_key2, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.bindnetaddr", linknumber);
  782. icmap_set_string(tmp_key2, node_addr_str);
  783. free(node_addr_str);
  784. }
  785. icmap_iter_finalize(iter);
  786. }
  787. }
  788. extern int totem_config_read (
  789. struct totem_config *totem_config,
  790. const char **error_string,
  791. uint64_t *warnings)
  792. {
  793. int res = 0;
  794. char *str, *ring0_addr_str;
  795. unsigned int linknumber = 0;
  796. int member_count = 0;
  797. icmap_iter_t iter, member_iter;
  798. const char *iter_key;
  799. const char *member_iter_key;
  800. char linknumber_key[ICMAP_KEYNAME_MAXLEN];
  801. char tmp_key[ICMAP_KEYNAME_MAXLEN];
  802. uint8_t u8;
  803. uint16_t u16;
  804. uint32_t u32;
  805. char *cluster_name = NULL;
  806. int i;
  807. int local_node_pos;
  808. int nodeid_set;
  809. *warnings = 0;
  810. memset (totem_config, 0, sizeof (struct totem_config));
  811. totem_config->interfaces = malloc (sizeof (struct totem_interface) * INTERFACE_MAX);
  812. if (totem_config->interfaces == 0) {
  813. *error_string = "Out of memory trying to allocate ethernet interface storage area";
  814. return -1;
  815. }
  816. memset (totem_config->interfaces, 0,
  817. sizeof (struct totem_interface) * INTERFACE_MAX);
  818. strcpy (totem_config->link_mode, "passive");
  819. icmap_get_uint32("totem.version", (uint32_t *)&totem_config->version);
  820. if (totem_get_crypto(totem_config) != 0) {
  821. *error_string = "crypto_cipher requires crypto_hash with value other than none";
  822. return -1;
  823. }
  824. if (icmap_get_string("totem.link_mode", &str) == CS_OK) {
  825. if (strlen(str) >= TOTEM_LINK_MODE_BYTES) {
  826. *error_string = "totem.link_mode is too long";
  827. free(str);
  828. return -1;
  829. }
  830. strcpy (totem_config->link_mode, str);
  831. free(str);
  832. }
  833. icmap_get_uint32("totem.nodeid", &totem_config->node_id);
  834. totem_config->clear_node_high_bit = 0;
  835. if (icmap_get_string("totem.clear_node_high_bit", &str) == CS_OK) {
  836. if (strcmp (str, "yes") == 0) {
  837. totem_config->clear_node_high_bit = 1;
  838. }
  839. free(str);
  840. }
  841. icmap_get_uint32("totem.threads", &totem_config->threads);
  842. icmap_get_uint32("totem.netmtu", &totem_config->net_mtu);
  843. if (icmap_get_string("totem.cluster_name", &cluster_name) != CS_OK) {
  844. cluster_name = NULL;
  845. }
  846. totem_config->ip_version = totem_config_get_ip_version();
  847. if (icmap_get_string("totem.interface.0.bindnetaddr", &str) != CS_OK) {
  848. /*
  849. * We were not able to find ring 0 bindnet addr. Try to use nodelist informations
  850. */
  851. config_convert_nodelist_to_interface(totem_config);
  852. } else {
  853. if (icmap_get_string("nodelist.node.0.ring0_addr", &ring0_addr_str) == CS_OK) {
  854. /*
  855. * Both bindnetaddr and ring0_addr are set.
  856. * Log warning information, and use nodelist instead
  857. */
  858. *warnings |= TOTEM_CONFIG_BINDNETADDR_NODELIST_SET;
  859. config_convert_nodelist_to_interface(totem_config);
  860. free(ring0_addr_str);
  861. }
  862. free(str);
  863. }
  864. /*
  865. * Broadcast option is global but set in interface section,
  866. * so reset before processing interfaces.
  867. */
  868. totem_config->broadcast_use = 0;
  869. iter = icmap_iter_init("totem.interface.");
  870. while ((iter_key = icmap_iter_next(iter, NULL, NULL)) != NULL) {
  871. res = sscanf(iter_key, "totem.interface.%[^.].%s", linknumber_key, tmp_key);
  872. if (res != 2) {
  873. continue;
  874. }
  875. if (strcmp(tmp_key, "bindnetaddr") != 0) {
  876. continue;
  877. }
  878. member_count = 0;
  879. linknumber = atoi(linknumber_key);
  880. if (linknumber >= INTERFACE_MAX) {
  881. free(cluster_name);
  882. snprintf (error_string_response, sizeof(error_string_response),
  883. "parse error in config: interface ring number %u is bigger than allowed maximum %u\n",
  884. linknumber, INTERFACE_MAX - 1);
  885. *error_string = error_string_response;
  886. return -1;
  887. }
  888. /*
  889. * Get the bind net address
  890. */
  891. if (icmap_get_string(iter_key, &str) == CS_OK) {
  892. res = totemip_parse (&totem_config->interfaces[linknumber].bindnet, str,
  893. totem_config->ip_version);
  894. free(str);
  895. }
  896. /*
  897. * Get interface multicast address
  898. */
  899. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.mcastaddr", linknumber);
  900. if (icmap_get_string(tmp_key, &str) == CS_OK) {
  901. res = totemip_parse (&totem_config->interfaces[linknumber].mcast_addr, str, totem_config->ip_version);
  902. free(str);
  903. } else {
  904. /*
  905. * User not specified address -> autogenerate one from cluster_name key
  906. * (if available). Return code is intentionally ignored, because
  907. * udpu doesn't need mcastaddr and validity of mcastaddr for udp is
  908. * checked later anyway.
  909. */
  910. (void)get_cluster_mcast_addr (cluster_name,
  911. linknumber,
  912. totem_config->ip_version,
  913. &totem_config->interfaces[linknumber].mcast_addr);
  914. }
  915. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.broadcast", linknumber);
  916. if (icmap_get_string(tmp_key, &str) == CS_OK) {
  917. if (strcmp (str, "yes") == 0) {
  918. totem_config->broadcast_use = 1;
  919. }
  920. free(str);
  921. }
  922. /*
  923. * Get mcast port
  924. */
  925. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.mcastport", linknumber);
  926. if (icmap_get_uint16(tmp_key, &totem_config->interfaces[linknumber].ip_port) != CS_OK) {
  927. if (totem_config->broadcast_use) {
  928. totem_config->interfaces[linknumber].ip_port = DEFAULT_PORT + (2 * linknumber);
  929. } else {
  930. totem_config->interfaces[linknumber].ip_port = DEFAULT_PORT;
  931. }
  932. }
  933. /*
  934. * Get the TTL
  935. */
  936. totem_config->interfaces[linknumber].ttl = 1;
  937. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.ttl", linknumber);
  938. if (icmap_get_uint8(tmp_key, &u8) == CS_OK) {
  939. totem_config->interfaces[linknumber].ttl = u8;
  940. }
  941. /*
  942. * Get the knet link params
  943. */
  944. totem_config->interfaces[linknumber].knet_link_priority = 1;
  945. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_link_priority", linknumber);
  946. if (icmap_get_uint8(tmp_key, &u8) == CS_OK) {
  947. totem_config->interfaces[linknumber].knet_link_priority = u8;
  948. }
  949. totem_config->interfaces[linknumber].knet_ping_interval = KNET_PING_INTERVAL;
  950. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_ping_interval", linknumber);
  951. if (icmap_get_uint32(tmp_key, &u32) == CS_OK) {
  952. totem_config->interfaces[linknumber].knet_ping_interval = u32;
  953. }
  954. totem_config->interfaces[linknumber].knet_ping_timeout = KNET_PING_TIMEOUT;
  955. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_ping_timeout", linknumber);
  956. if (icmap_get_uint32(tmp_key, &u32) == CS_OK) {
  957. totem_config->interfaces[linknumber].knet_ping_timeout = u32;
  958. }
  959. totem_config->interfaces[linknumber].knet_ping_precision = KNET_PING_PRECISION;
  960. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_ping_precision", linknumber);
  961. if (icmap_get_uint32(tmp_key, &u32) == CS_OK) {
  962. totem_config->interfaces[linknumber].knet_ping_precision = u32;
  963. }
  964. totem_config->interfaces[linknumber].knet_pong_count = KNET_PONG_COUNT;
  965. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_pong_count", linknumber);
  966. if (icmap_get_uint32(tmp_key, &u32) == CS_OK) {
  967. totem_config->interfaces[linknumber].knet_pong_count = u32;
  968. }
  969. totem_config->interfaces[linknumber].knet_transport = KNET_DEFAULT_TRANSPORT;
  970. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.knet_transport", linknumber);
  971. if (icmap_get_string(tmp_key, &str) == CS_OK) {
  972. if (strcmp(str, "sctp") == 0) {
  973. totem_config->interfaces[linknumber].knet_transport = KNET_TRANSPORT_SCTP;
  974. }
  975. else if (strcmp(str, "udp") == 0) {
  976. totem_config->interfaces[linknumber].knet_transport = KNET_TRANSPORT_UDP;
  977. }
  978. else {
  979. *error_string = "Unrecognised knet_transport. expected 'udp' or 'sctp'";
  980. return -1;
  981. }
  982. }
  983. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.member.", linknumber);
  984. member_iter = icmap_iter_init(tmp_key);
  985. while ((member_iter_key = icmap_iter_next(member_iter, NULL, NULL)) != NULL) {
  986. if (member_count == 0) {
  987. if (icmap_get_string("nodelist.node.0.ring0_addr", &str) == CS_OK) {
  988. free(str);
  989. *warnings |= TOTEM_CONFIG_WARNING_MEMBERS_IGNORED;
  990. break;
  991. } else {
  992. *warnings |= TOTEM_CONFIG_WARNING_MEMBERS_DEPRECATED;
  993. }
  994. }
  995. if (icmap_get_string(member_iter_key, &str) == CS_OK) {
  996. res = totemip_parse (&totem_config->interfaces[linknumber].member_list[member_count++],
  997. str, totem_config->ip_version);
  998. }
  999. }
  1000. icmap_iter_finalize(member_iter);
  1001. totem_config->interfaces[linknumber].member_count = member_count;
  1002. totem_config->interface_count++;
  1003. }
  1004. icmap_iter_finalize(iter);
  1005. /*
  1006. * Use broadcast is global, so if set, make sure to fill mcast addr correctly
  1007. */
  1008. if (totem_config->broadcast_use) {
  1009. for (linknumber = 0; linknumber < totem_config->interface_count; linknumber++) {
  1010. totemip_parse (&totem_config->interfaces[linknumber].mcast_addr,
  1011. "255.255.255.255", 0);
  1012. }
  1013. }
  1014. /*
  1015. * Store automatically generated items back to icmap
  1016. */
  1017. for (i = 0; i < totem_config->interface_count; i++) {
  1018. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.mcastaddr", i);
  1019. if (icmap_get_string(tmp_key, &str) == CS_OK) {
  1020. free(str);
  1021. } else {
  1022. str = (char *)totemip_print(&totem_config->interfaces[i].mcast_addr);
  1023. icmap_set_string(tmp_key, str);
  1024. }
  1025. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "totem.interface.%u.mcastport", i);
  1026. if (icmap_get_uint16(tmp_key, &u16) != CS_OK) {
  1027. icmap_set_uint16(tmp_key, totem_config->interfaces[i].ip_port);
  1028. }
  1029. }
  1030. totem_config->transport_number = TOTEM_TRANSPORT_KNET;
  1031. if (icmap_get_string("totem.transport", &str) == CS_OK) {
  1032. if (strcmp (str, "udpu") == 0) {
  1033. totem_config->transport_number = TOTEM_TRANSPORT_UDPU;
  1034. }
  1035. if (strcmp (str, "udp") == 0) {
  1036. totem_config->transport_number = TOTEM_TRANSPORT_UDP;
  1037. }
  1038. if (strcmp (str, "knet") == 0) {
  1039. totem_config->transport_number = TOTEM_TRANSPORT_KNET;
  1040. }
  1041. free(str);
  1042. }
  1043. free(cluster_name);
  1044. /*
  1045. * Check existence of nodelist
  1046. */
  1047. if (icmap_get_string("nodelist.node.0.ring0_addr", &str) == CS_OK) {
  1048. free(str);
  1049. /*
  1050. * find local node
  1051. */
  1052. local_node_pos = find_local_node_in_nodelist(totem_config);
  1053. if (local_node_pos != -1) {
  1054. icmap_set_uint32("nodelist.local_node_pos", local_node_pos);
  1055. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.nodeid", local_node_pos);
  1056. nodeid_set = (totem_config->node_id != 0);
  1057. if (icmap_get_uint32(tmp_key, &totem_config->node_id) == CS_OK && nodeid_set) {
  1058. *warnings |= TOTEM_CONFIG_WARNING_TOTEM_NODEID_IGNORED;
  1059. }
  1060. /*
  1061. * Make localnode ring0_addr read only, so we can be sure that local
  1062. * node never changes. If rebinding to other IP would be in future
  1063. * supported, this must be changed and handled properly!
  1064. */
  1065. snprintf(tmp_key, ICMAP_KEYNAME_MAXLEN, "nodelist.node.%u.ring0_addr", local_node_pos);
  1066. icmap_set_ro_access(tmp_key, 0, 1);
  1067. icmap_set_ro_access("nodelist.local_node_pos", 0, 1);
  1068. }
  1069. put_nodelist_members_to_config(totem_config, 0);
  1070. }
  1071. /*
  1072. * Get things that might change in the future (and can depend on totem_config->interfaces);
  1073. */
  1074. totem_volatile_config_read(totem_config, NULL);
  1075. icmap_set_uint8("config.totemconfig_reload_in_progress", 0);
  1076. add_totem_config_notification(totem_config);
  1077. return 0;
  1078. }
  1079. int totem_config_validate (
  1080. struct totem_config *totem_config,
  1081. const char **error_string)
  1082. {
  1083. static char local_error_reason[512];
  1084. char parse_error[512];
  1085. const char *error_reason = local_error_reason;
  1086. int i, j;
  1087. unsigned int interface_max = INTERFACE_MAX;
  1088. unsigned int port1, port2;
  1089. if (totem_config->interface_count == 0) {
  1090. error_reason = "No interfaces defined";
  1091. goto parse_error;
  1092. }
  1093. for (i = 0; i < totem_config->interface_count; i++) {
  1094. /*
  1095. * Some error checking of parsed data to make sure its valid
  1096. */
  1097. struct totem_ip_address null_addr;
  1098. memset (&null_addr, 0, sizeof (struct totem_ip_address));
  1099. if ((totem_config->transport_number == 0) &&
  1100. memcmp (&totem_config->interfaces[i].mcast_addr, &null_addr,
  1101. sizeof (struct totem_ip_address)) == 0) {
  1102. error_reason = "No multicast address specified";
  1103. goto parse_error;
  1104. }
  1105. if (totem_config->interfaces[i].ip_port == 0) {
  1106. error_reason = "No multicast port specified";
  1107. goto parse_error;
  1108. }
  1109. if (totem_config->interfaces[i].ttl > 255) {
  1110. error_reason = "Invalid TTL (should be 0..255)";
  1111. goto parse_error;
  1112. }
  1113. if (totem_config->transport_number != TOTEM_TRANSPORT_UDP &&
  1114. totem_config->interfaces[i].ttl != 1) {
  1115. error_reason = "Can only set ttl on multicast transport types";
  1116. goto parse_error;
  1117. }
  1118. if (totem_config->interfaces[i].knet_link_priority > 255) {
  1119. error_reason = "Invalid link priority (should be 0..255)";
  1120. goto parse_error;
  1121. }
  1122. if (totem_config->transport_number != TOTEM_TRANSPORT_KNET &&
  1123. totem_config->interfaces[i].knet_link_priority != 1) {
  1124. error_reason = "Can only set link priority on knet transport type";
  1125. goto parse_error;
  1126. }
  1127. if (totem_config->interfaces[i].mcast_addr.family == AF_INET6 &&
  1128. totem_config->node_id == 0) {
  1129. error_reason = "An IPV6 network requires that a node ID be specified.";
  1130. goto parse_error;
  1131. }
  1132. if (totem_config->broadcast_use == 0 && totem_config->transport_number == TOTEM_TRANSPORT_UDP) {
  1133. if (totem_config->interfaces[i].mcast_addr.family != totem_config->interfaces[i].bindnet.family) {
  1134. error_reason = "Multicast address family does not match bind address family";
  1135. goto parse_error;
  1136. }
  1137. if (totemip_is_mcast (&totem_config->interfaces[i].mcast_addr) != 0) {
  1138. error_reason = "mcastaddr is not a correct multicast address.";
  1139. goto parse_error;
  1140. }
  1141. }
  1142. if (totem_config->interfaces[0].bindnet.family != totem_config->interfaces[i].bindnet.family) {
  1143. error_reason = "Not all bind address belong to the same IP family";
  1144. goto parse_error;
  1145. }
  1146. /*
  1147. * Ensure mcast address/port differs
  1148. */
  1149. if (totem_config->transport_number == TOTEM_TRANSPORT_UDP) {
  1150. for (j = i + 1; j < totem_config->interface_count; j++) {
  1151. port1 = totem_config->interfaces[i].ip_port;
  1152. port2 = totem_config->interfaces[j].ip_port;
  1153. if (totemip_equal(&totem_config->interfaces[i].mcast_addr,
  1154. &totem_config->interfaces[j].mcast_addr) &&
  1155. (((port1 > port2 ? port1 : port2) - (port1 < port2 ? port1 : port2)) <= 1)) {
  1156. error_reason = "Interfaces multicast address/port pair must differ";
  1157. goto parse_error;
  1158. }
  1159. }
  1160. }
  1161. }
  1162. if (totem_config->version != 2) {
  1163. error_reason = "This totem parser can only parse version 2 configurations.";
  1164. goto parse_error;
  1165. }
  1166. if (totem_volatile_config_validate(totem_config, error_string) == -1) {
  1167. return (-1);
  1168. }
  1169. if (check_for_duplicate_nodeids(totem_config, error_string) == -1) {
  1170. return (-1);
  1171. }
  1172. /*
  1173. * KNET Link values validation
  1174. */
  1175. if (strcmp (totem_config->link_mode, "active") &&
  1176. strcmp (totem_config->link_mode, "rr") &&
  1177. strcmp (totem_config->link_mode, "passive")) {
  1178. snprintf (local_error_reason, sizeof(local_error_reason),
  1179. "The Knet link mode \"%s\" specified is invalid. It must be active, passive or rr.\n", totem_config->link_mode);
  1180. goto parse_error;
  1181. }
  1182. /* Only Knet does multiple interfaces */
  1183. if (totem_config->transport_number != TOTEM_TRANSPORT_KNET) {
  1184. interface_max = 1;
  1185. }
  1186. if (interface_max < totem_config->interface_count) {
  1187. snprintf (parse_error, sizeof(parse_error),
  1188. "%d is too many configured interfaces for non-Knet transport.",
  1189. totem_config->interface_count);
  1190. error_reason = parse_error;
  1191. goto parse_error;
  1192. }
  1193. /* Only knet allows crypto */
  1194. if (totem_config->transport_number != TOTEM_TRANSPORT_KNET) {
  1195. if ((strcmp(totem_config->crypto_cipher_type, "none") != 0) ||
  1196. (strcmp(totem_config->crypto_hash_type, "none") != 0)) {
  1197. snprintf (parse_error, sizeof(parse_error),
  1198. "crypto_cipher & crypto_hash are only valid for the Knet transport.");
  1199. error_reason = parse_error;
  1200. goto parse_error;
  1201. }
  1202. }
  1203. if (totem_config->net_mtu == 0) {
  1204. if (totem_config->transport_number == TOTEM_TRANSPORT_KNET) {
  1205. totem_config->net_mtu = KNET_MAX_PACKET_SIZE;
  1206. }
  1207. else {
  1208. totem_config->net_mtu = 1500;
  1209. }
  1210. }
  1211. return 0;
  1212. parse_error:
  1213. snprintf (error_string_response, sizeof(error_string_response),
  1214. "parse error in config: %s\n", error_reason);
  1215. *error_string = error_string_response;
  1216. return (-1);
  1217. }
  1218. static int read_keyfile (
  1219. const char *key_location,
  1220. struct totem_config *totem_config,
  1221. const char **error_string)
  1222. {
  1223. int fd;
  1224. int res;
  1225. ssize_t expected_key_len = sizeof (totem_config->private_key);
  1226. int saved_errno;
  1227. char error_str[100];
  1228. const char *error_ptr;
  1229. fd = open (key_location, O_RDONLY);
  1230. if (fd == -1) {
  1231. error_ptr = qb_strerror_r(errno, error_str, sizeof(error_str));
  1232. snprintf (error_string_response, sizeof(error_string_response),
  1233. "Could not open %s: %s\n",
  1234. key_location, error_ptr);
  1235. goto parse_error;
  1236. }
  1237. res = read (fd, totem_config->private_key, expected_key_len);
  1238. saved_errno = errno;
  1239. close (fd);
  1240. if (res == -1) {
  1241. error_ptr = qb_strerror_r (saved_errno, error_str, sizeof(error_str));
  1242. snprintf (error_string_response, sizeof(error_string_response),
  1243. "Could not read %s: %s\n",
  1244. key_location, error_ptr);
  1245. goto parse_error;
  1246. }
  1247. totem_config->private_key_len = expected_key_len;
  1248. if (res != expected_key_len) {
  1249. snprintf (error_string_response, sizeof(error_string_response),
  1250. "Could only read %d bits of 1024 bits from %s.\n",
  1251. res * 8, key_location);
  1252. goto parse_error;
  1253. }
  1254. return 0;
  1255. parse_error:
  1256. *error_string = error_string_response;
  1257. return (-1);
  1258. }
  1259. int totem_config_keyread (
  1260. struct totem_config *totem_config,
  1261. const char **error_string)
  1262. {
  1263. int got_key = 0;
  1264. char *key_location = NULL;
  1265. int res;
  1266. size_t key_len;
  1267. memset (totem_config->private_key, 0, 128);
  1268. totem_config->private_key_len = 128;
  1269. if (strcmp(totem_config->crypto_cipher_type, "none") == 0 &&
  1270. strcmp(totem_config->crypto_hash_type, "none") == 0) {
  1271. return (0);
  1272. }
  1273. /* cmap may store the location of the key file */
  1274. if (icmap_get_string("totem.keyfile", &key_location) == CS_OK) {
  1275. res = read_keyfile(key_location, totem_config, error_string);
  1276. free(key_location);
  1277. if (res) {
  1278. goto key_error;
  1279. }
  1280. got_key = 1;
  1281. } else { /* Or the key itself may be in the cmap */
  1282. if (icmap_get("totem.key", NULL, &key_len, NULL) == CS_OK) {
  1283. if (key_len > sizeof (totem_config->private_key)) {
  1284. sprintf(error_string_response, "key is too long");
  1285. goto key_error;
  1286. }
  1287. if (icmap_get("totem.key", totem_config->private_key, &key_len, NULL) == CS_OK) {
  1288. totem_config->private_key_len = key_len;
  1289. got_key = 1;
  1290. } else {
  1291. sprintf(error_string_response, "can't store private key");
  1292. goto key_error;
  1293. }
  1294. }
  1295. }
  1296. /* In desperation we read the default filename */
  1297. if (!got_key) {
  1298. const char *filename = getenv("COROSYNC_TOTEM_AUTHKEY_FILE");
  1299. if (!filename)
  1300. filename = COROSYSCONFDIR "/authkey";
  1301. res = read_keyfile(filename, totem_config, error_string);
  1302. if (res)
  1303. goto key_error;
  1304. }
  1305. return (0);
  1306. key_error:
  1307. *error_string = error_string_response;
  1308. return (-1);
  1309. }
  1310. static void debug_dump_totem_config(const struct totem_config *totem_config)
  1311. {
  1312. log_printf(LOGSYS_LEVEL_DEBUG, "Token Timeout (%d ms) retransmit timeout (%d ms)",
  1313. totem_config->token_timeout, totem_config->token_retransmit_timeout);
  1314. log_printf(LOGSYS_LEVEL_DEBUG, "token hold (%d ms) retransmits before loss (%d retrans)",
  1315. totem_config->token_hold_timeout, totem_config->token_retransmits_before_loss_const);
  1316. log_printf(LOGSYS_LEVEL_DEBUG, "join (%d ms) send_join (%d ms) consensus (%d ms) merge (%d ms)",
  1317. totem_config->join_timeout, totem_config->send_join_timeout, totem_config->consensus_timeout,
  1318. totem_config->merge_timeout);
  1319. log_printf(LOGSYS_LEVEL_DEBUG, "downcheck (%d ms) fail to recv const (%d msgs)",
  1320. totem_config->downcheck_timeout, totem_config->fail_to_recv_const);
  1321. log_printf(LOGSYS_LEVEL_DEBUG,
  1322. "seqno unchanged const (%d rotations) Maximum network MTU %d",
  1323. totem_config->seqno_unchanged_const, totem_config->net_mtu);
  1324. log_printf(LOGSYS_LEVEL_DEBUG,
  1325. "window size per rotation (%d messages) maximum messages per rotation (%d messages)",
  1326. totem_config->window_size, totem_config->max_messages);
  1327. log_printf(LOGSYS_LEVEL_DEBUG, "missed count const (%d messages)", totem_config->miss_count_const);
  1328. log_printf(LOGSYS_LEVEL_DEBUG, "heartbeat_failures_allowed (%d)",
  1329. totem_config->heartbeat_failures_allowed);
  1330. log_printf(LOGSYS_LEVEL_DEBUG, "max_network_delay (%d ms)", totem_config->max_network_delay);
  1331. }
  1332. static void totem_change_notify(
  1333. int32_t event,
  1334. const char *key_name,
  1335. struct icmap_notify_value new_val,
  1336. struct icmap_notify_value old_val,
  1337. void *user_data)
  1338. {
  1339. struct totem_config *totem_config = (struct totem_config *)user_data;
  1340. uint32_t *param;
  1341. uint8_t reloading;
  1342. const char *deleted_key = NULL;
  1343. const char *error_string;
  1344. /*
  1345. * If a full reload is in progress then don't do anything until it's done and
  1346. * can reconfigure it all atomically
  1347. */
  1348. if (icmap_get_uint8("config.reload_in_progress", &reloading) == CS_OK && reloading)
  1349. return;
  1350. param = totem_get_param_by_name((struct totem_config *)user_data, key_name);
  1351. /*
  1352. * Process change only if changed key is found in totem_config (-> param is not NULL)
  1353. * or for special key token_coefficient. token_coefficient key is not stored in
  1354. * totem_config, but it is used for computation of token timeout.
  1355. */
  1356. if (!param && strcmp(key_name, "totem.token_coefficient") != 0)
  1357. return;
  1358. /*
  1359. * Values other than UINT32 are not supported, or needed (yet)
  1360. */
  1361. switch (event) {
  1362. case ICMAP_TRACK_DELETE:
  1363. deleted_key = key_name;
  1364. break;
  1365. case ICMAP_TRACK_ADD:
  1366. case ICMAP_TRACK_MODIFY:
  1367. deleted_key = NULL;
  1368. break;
  1369. default:
  1370. break;
  1371. }
  1372. totem_volatile_config_read (totem_config, deleted_key);
  1373. log_printf(LOGSYS_LEVEL_DEBUG, "Totem related config key changed. Dumping actual totem config.");
  1374. debug_dump_totem_config(totem_config);
  1375. if (totem_volatile_config_validate(totem_config, &error_string) == -1) {
  1376. log_printf (LOGSYS_LEVEL_ERROR, "%s", error_string);
  1377. /*
  1378. * TODO: Consider corosync exit and/or load defaults for volatile
  1379. * values. For now, log error seems to be enough
  1380. */
  1381. }
  1382. }
  1383. static void totem_reload_notify(
  1384. int32_t event,
  1385. const char *key_name,
  1386. struct icmap_notify_value new_val,
  1387. struct icmap_notify_value old_val,
  1388. void *user_data)
  1389. {
  1390. struct totem_config *totem_config = (struct totem_config *)user_data;
  1391. uint32_t local_node_pos;
  1392. const char *error_string;
  1393. /* Reload has completed */
  1394. if (*(uint8_t *)new_val.data == 0) {
  1395. put_nodelist_members_to_config (totem_config, 1);
  1396. totem_volatile_config_read (totem_config, NULL);
  1397. log_printf(LOGSYS_LEVEL_DEBUG, "Configuration reloaded. Dumping actual totem config.");
  1398. debug_dump_totem_config(totem_config);
  1399. if (totem_volatile_config_validate(totem_config, &error_string) == -1) {
  1400. log_printf (LOGSYS_LEVEL_ERROR, "%s", error_string);
  1401. /*
  1402. * TODO: Consider corosync exit and/or load defaults for volatile
  1403. * values. For now, log error seems to be enough
  1404. */
  1405. }
  1406. /* Reinstate the local_node_pos */
  1407. local_node_pos = find_local_node_in_nodelist(totem_config);
  1408. if (local_node_pos != -1) {
  1409. icmap_set_uint32("nodelist.local_node_pos", local_node_pos);
  1410. }
  1411. icmap_set_uint8("config.totemconfig_reload_in_progress", 0);
  1412. } else {
  1413. icmap_set_uint8("config.totemconfig_reload_in_progress", 1);
  1414. }
  1415. }
  1416. static void add_totem_config_notification(struct totem_config *totem_config)
  1417. {
  1418. icmap_track_t icmap_track;
  1419. icmap_track_add("totem.",
  1420. ICMAP_TRACK_ADD | ICMAP_TRACK_DELETE | ICMAP_TRACK_MODIFY | ICMAP_TRACK_PREFIX,
  1421. totem_change_notify,
  1422. totem_config,
  1423. &icmap_track);
  1424. icmap_track_add("config.reload_in_progress",
  1425. ICMAP_TRACK_ADD | ICMAP_TRACK_MODIFY,
  1426. totem_reload_notify,
  1427. totem_config,
  1428. &icmap_track);
  1429. icmap_track_add("nodelist.node.",
  1430. ICMAP_TRACK_ADD | ICMAP_TRACK_DELETE | ICMAP_TRACK_MODIFY | ICMAP_TRACK_PREFIX,
  1431. nodelist_dynamic_notify,
  1432. (void *)totem_config,
  1433. &icmap_track);
  1434. }