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-07-14 15:18+0100\n"
"Last-Translator: RaSca <rasca@miamammausalinux.org>\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 "Listato di Corosync.conf"

#. Tag: title
#, no-c-format
msgid "Sample corosync.conf for two-node cluster using a node list."
msgstr ""

#. 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 ""