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: 0\n"
"POT-Creation-Date: 2012-10-17T05:19:03\n"
"PO-Revision-Date: 2010-12-15 23:35+0800\n"
"Last-Translator: Hu Fu <askfuhu@gmail.com>\n"
"Language-Team: None\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Tag: title
#, fuzzy, no-c-format
msgid "Sample Corosync Configuration"
msgstr "Corosync.conf 示例"

#. Tag: title
#, no-c-format
msgid "Sample corosync.conf for two-node cluster using a node list."
msgstr "配有node list选项的双节点集群corosync.conf示例。"

#. 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"
#~ "# Please read the Corosync.conf.5 manual page\n"
#~ "compatibility: whitetank\n"
#~ "\n"
#~ "aisexec {\n"
#~ "        # Run as root - this is necessary to be able to manage resources with Pacemaker\n"
#~ "        user:        root\n"
#~ "        group:        root\n"
#~ "}\n"
#~ "\n"
#~ "service {\n"
#~ "        # Load the Pacemaker Cluster Resource Manager\n"
#~ "        ver:       0\n"
#~ "        name:      pacemaker\n"
#~ "        use_mgmtd: no\n"
#~ "        use_logd:  no\n"
#~ "}\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"
#~ msgstr ""
#~ "\n"
#~ "# Please read the Corosync.conf.5 manual page\n"
#~ "compatibility: whitetank\n"
#~ "\n"
#~ "aisexec {\n"
#~ "        # Run as root - this is necessary to be able to manage resources with Pacemaker\n"
#~ "        user:        root\n"
#~ "        group:        root\n"
#~ "}\n"
#~ "\n"
#~ "service {\n"
#~ "        # Load the Pacemaker Cluster Resource Manager\n"
#~ "        ver:       0\n"
#~ "        name:      pacemaker\n"
#~ "        use_mgmtd: no\n"
#~ "        use_logd:  no\n"
#~ "}\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"