# # AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: 0\n" "POT-Creation-Date: 2010-12-15T23:32:36\n" "PO-Revision-Date: 2010-12-15 23:35+0800\n" "Last-Translator: Charlie Chen \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 #, no-c-format msgid "Sample Corosync.conf" msgstr "Corosync.conf 样例" #. Tag: screen #, no-c-format 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"