totemconfig.c 50 KB

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