# # AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: Clusters from Scratch 1.1\n" "POT-Creation-Date: 2011-12-31T15:15:49\n" "PO-Revision-Date: 2011-11-20 00:27+0200\n" "Last-Translator: Dan Frîncu \n" "Language-Team: None\n" "MIME-Version: 1.0\n" "Content-Type: application/x-publican; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Tag: title #, no-c-format msgid "Sample Corosync Configuration" msgstr "Exemplu de Configurație al Corosync" #. Tag: title #, no-c-format msgid "Sample Corosync.conf for a two-node cluster" msgstr "Exemplu de corosync.conf pentru un cluster cu două noduri" #. Tag: programlisting #, no-c-format msgid "\n" " \n" "# Please read the Corosync.conf.5 manual page\n" "compatibility: whitetank\n" "\n" "totem {\n" "        version: 2\n" "\n" "        # How long before declaring a token lost (ms)\n" "        token:          5000\n" "\n" "        # How many token retransmits before forming a new configuration\n" "        token_retransmits_before_loss_const: 10\n" "\n" "        # How long to wait for join messages in the membership protocol (ms)\n" "        join:           1000\n" "\n" "        # How long to wait for consensus to be achieved before starting a new\n" "        # round of membership configuration (ms)\n" "        consensus:      6000\n" "\n" "        # Turn off the virtual synchrony filter\n" "        vsftype:        none\n" "\n" "        # Number of messages that may be sent by one processor on receipt of the token\n" "        max_messages:   20\n" "\n" "        # Stagger sending the node join messages by 1..send_join ms\n" "        send_join: 45\n" "\n" "        # Limit generated nodeids to 31-bits (positive signed integers)\n" "        clear_node_high_bit: yes\n" "\n" "        # Disable encryption\n" "        secauth:        off\n" "\n" "        # How many threads to use for encryption/decryption\n" "        threads:           0\n" "\n" "        # Optionally assign a fixed node id (integer)\n" "        # nodeid:         1234\n" "\n" "        interface {\n" "                ringnumber: 0\n" "\n" "                # The following values need to be set based on your environment\n" "                bindnetaddr: 192.168.122.0\n" "                mcastaddr: 226.94.1.1\n" "                mcastport: 4000\n" "        }\n" "}\n" "\n" "logging {\n" "        debug: off\n" "        fileline: off\n" "        to_syslog: yes\n" "        to_stderr: off\n" "        syslog_facility: daemon\n" "        timestamp: on\n" "}\n" "\n" "amf {\n" "        mode: disabled\n" "}\n" " \n" " " msgstr "\n" " \n" "# Please read the Corosync.conf.5 manual page\n" "compatibility: whitetank\n" "\n" "totem {\n" "        version: 2\n" "\n" "        # How long before declaring a token lost (ms)\n" "        token:          5000\n" "\n" "        # How many token retransmits before forming a new configuration\n" "        token_retransmits_before_loss_const: 10\n" "\n" "        # How long to wait for join messages in the membership protocol (ms)\n" "        join:           1000\n" "\n" "        # How long to wait for consensus to be achieved before starting a new\n" "        # round of membership configuration (ms)\n" "        consensus:      6000\n" "\n" "        # Turn off the virtual synchrony filter\n" "        vsftype:        none\n" "\n" "        # Number of messages that may be sent by one processor on receipt of the token\n" "        max_messages:   20\n" "\n" "        # Stagger sending the node join messages by 1..send_join ms\n" "        send_join: 45\n" "\n" "        # Limit generated nodeids to 31-bits (positive signed integers)\n" "        clear_node_high_bit: yes\n" "\n" "        # Disable encryption\n" "        secauth:        off\n" "\n" "        # How many threads to use for encryption/decryption\n" "        threads:           0\n" "\n" "        # Optionally assign a fixed node id (integer)\n" "        # nodeid:         1234\n" "\n" "        interface {\n" "                ringnumber: 0\n" "\n" "                # The following values need to be set based on your environment\n" "                bindnetaddr: 192.168.122.0\n" "                mcastaddr: 226.94.1.1\n" "                mcastport: 4000\n" "        }\n" "}\n" "\n" "logging {\n" "        debug: off\n" "        fileline: off\n" "        to_syslog: yes\n" "        to_stderr: off\n" "        syslog_facility: daemon\n" "        timestamp: on\n" "}\n" "\n" "amf {\n" "        mode: disabled\n" "}\n" " \n" " "