dhodovsk / source-git / pacemaker

Forked from source-git/pacemaker 3 years ago
Clone
Blob Blame History Raw
#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Clusters from Scratch 1.1\n"
"POT-Creation-Date: 2012-10-17T05:19:03\n"
"PO-Revision-Date: 2011-11-20 00:27+0200\n"
"Last-Translator: Dan Frîncu <df.cluster@gmail.com>\n"
"Language-Team: None\n"
"Language: \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
#, fuzzy, no-c-format
msgid "Sample corosync.conf for two-node cluster using a node list."
msgstr "Exemplu de corosync.conf pentru un cluster cu două noduri"

#. Tag: literallayout
#, no-c-format
msgid ""
"# Please read the corosync.conf.5 manual page\n"
"totem {\n"
"version: 2\n"
"secauth: off\n"
"cluster_name: mycluster\n"
"transport: udpu\n"
"}\n"
"\n"
"nodelist {\n"
"  node {\n"
"        ring0_addr: pcmk-1\n"
"        nodeid: 1\n"
"  }\n"
"  node {\n"
"        ring0_addr: pcmk-2\n"
"        nodeid: 2\n"
"  }\n"
"}\n"
"\n"
"quorum {\n"
"  provider: corosync_votequorum\n"
"}\n"
"\n"
"logging {\n"
"  to_syslog: yes\n"
"}"
msgstr ""

#~ msgid ""
#~ "\n"
#~ "\t\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"
#~ "\t\n"
#~ "      "
#~ msgstr ""
#~ "\n"
#~ "\t\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"
#~ "\t\n"
#~ "      "