Skip to content

Config file values

Jan Friesse edited this page Oct 3, 2017 · 5 revisions

List of config file options and it's changeability during runtime

Option is in the one of 4 categories:

  1. Options which are not changeable during runtime and needs to be in sync with other nodes. It's required to copy corosync.conf and do restart of all nodes.
  2. Options which are not changeable during runtime and don't need to be in sync with other nodes. Changing corosync.conf and restarting of the corosync daemon on affected node is enough.
  3. Options which are changeable during runtime and needs to be in sync with other nodes. It's required to copy corosync.conf and call corosync-cfgtool -R.
  4. Options which are changeable during runtime and don't need to be in sync with other nodes. It's possible to ether use corosync-cmapctl for changing just given key or edit corosync.conf and use corosync-cfgtool -R

Format: key name - changeable during runtime - needs to be in sync with other nodes - Note

  • logging
    • logger_subsys
      • logfile - Yes - No
      • logfile_priority - Yes - No
      • subsys - Yes - No
      • syslog_facility - Yes - No
      • syslog_level - Yes - No
      • syslog_priority - Yes - No
      • to_logfile - Yes - No
      • to_file - Yes - No
      • to_stderr - Yes - No
      • to_syslog - Yes - No
    • fileline - Yes - No
    • function_name - Yes - No
    • logfile - Yes - No
    • logfile_priority - Yes - No
    • syslog_facility - Yes - No
    • syslog_level - Yes - No
    • syslog_priority - Yes - No
    • timestamp - Yes - No
    • to_file - Yes - No
    • to_logfile - Yes - No
    • to_stderr - Yes - No
    • to_syslog - Yes - No
  • nodelist
    • node
      • datacenterid - Yes - Yes - Currently not used
      • nodeid - Yes (with exception of local node) - Yes
      • quorum_votes - Yes -Yes
      • ringX_addr - Yes (with exception of local node) - Yes
  • qb
    • ipc_type - No - No
  • quorum
    • device
      • heuristics
        • exec_NAME - Yes - No
        • interval - Yes - No
        • mode - Yes - No
        • sync_timeout - Yes - No
        • timeout - Yes - No
      • net
        • algorithm - No - Yes
        • connect_timeout - No - No
        • force_ip_version - No - No
        • host - No - Yes
        • port - No - Yes
        • tie_breaker - No - Yes
        • tls - No - No
      • model - No - Yes
      • timeout - No - Yes
      • sync_timeout - No - Yes
    • allow_downscale - No - Yes
    • atb_type - No - Yes
    • auto_tie_breaker - No - Yes
    • auto_tie_breaker_node - No - Yes
    • cancel_wait_for_all - Yes - No
    • expected_votes - Yes - Yes
    • expected_votes_tracking - No - Yes
    • last_man_standing - No - Yes
    • last_man_standing_window - No - Yes
    • two_node - Yes - Yes
    • votes - Yes - Yes
    • wait_for_all - No - Yes
  • resources
    • watchdog_device - No - No - Only when WD compiled in
  • totem
    • interface
      • ringnumber - No - Yes
      • bindnetaddr - No - No - has to be in the same subnet
      • mcastaddr - No - Yes
      • mcastport - No - Yes
      • ttl - No - No
      • broadcast - No - Yes - Do not use if possible
    • clear_node_high_bit - No - Yes
    • cluster_name - No - Yes
    • config_version - Yes - Yes
    • consensus - Yes - Yes
    • crypto_cipher - No - Yes
    • crypto_hash - No - Yes
    • downcheck - Yes - Yes
    • fail_recv_const - Yes - Yes
    • heartbeat_failures_allowed - Yes - Yes
    • hold - Yes - Yes
    • ip_version - No - Yes
    • join - Yes - Yes
    • max_messages - Yes - Yes
    • max_network_delay - Yes - Yes
    • merge - Yes - Yes
    • miss_count_const - Yes - Yes
    • netmtu - No - Yes
    • nodeid - No - Yes
    • rrp_autorecovery_check_timeout - Yes - Yes
    • rrp_mode - No - Yes
    • rrp_problem_count_mcast_threshold - Yes - Yes
    • rrp_problem_count_threshold - Yes - Yes
    • rrp_problem_count_timeout - Yes - Yes
    • rrp_token_expired_timeout - Yes - Yes
    • secauth - No - Yes
    • send_join - Yes - Yes
    • seqno_unchanged_const - Yes - Yes
    • threads - No - Yes
    • token - Yes - Yes
    • token_coefficient - Yes - Yes
    • token_retransmit - Yes - Yes
    • token_retransmits_before_loss_const - Yes - Yes
    • transport - No - Yes
    • version - No - Yes
    • window_size - Yes - Yes
  • uidgid
    • gid - Yes - No
    • uid - Yes - No
Clone this wiki locally