File: Ap-Samples.pot

package info (click to toggle)
pacemaker 2.0.1-5%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 55,644 kB
  • sloc: xml: 130,752; ansic: 96,958; python: 5,692; sh: 4,852; makefile: 1,082
file content (184 lines) | stat: -rw-r--r-- 7,274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# 
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2018-05-14 18:03-0500\n"
"PO-Revision-Date: 2018-05-14 18:03-0500\n"
"Last-Translator: Automatically generated\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 Configurations"
msgstr ""

#. Tag: title
#, no-c-format
msgid "Empty"
msgstr ""

#. Tag: title
#, no-c-format
msgid "An Empty Configuration"
msgstr ""

#. Tag: programlisting
#, no-c-format
msgid "&lt;cib crm_feature_set=\"3.0.7\" validate-with=\"pacemaker-1.2\" admin_epoch=\"1\" epoch=\"0\" num_updates=\"0\"&gt;\n"
"  &lt;configuration&gt;\n"
"    &lt;crm_config/&gt;\n"
"    &lt;nodes/&gt;\n"
"    &lt;resources/&gt;\n"
"    &lt;constraints/&gt;\n"
"  &lt;/configuration&gt;\n"
"  &lt;status/&gt;\n"
"&lt;/cib&gt;"
msgstr ""

#. Tag: title
#, no-c-format
msgid "Simple"
msgstr ""

#. Tag: title
#, no-c-format
msgid "A simple configuration with two nodes, some cluster options and a resource"
msgstr ""

#. Tag: programlisting
#, no-c-format
msgid "&lt;cib crm_feature_set=\"3.0.7\" validate-with=\"pacemaker-1.2\" admin_epoch=\"1\" epoch=\"0\" num_updates=\"0\"&gt;\n"
"  &lt;configuration&gt;\n"
"    &lt;crm_config&gt;\n"
"      &lt;cluster_property_set id=\"cib-bootstrap-options\"&gt;\n"
"        &lt;nvpair id=\"option-1\" name=\"symmetric-cluster\" value=\"true\"/&gt;\n"
"        &lt;nvpair id=\"option-2\" name=\"no-quorum-policy\" value=\"stop\"/&gt;\n"
"        &lt;nvpair id=\"option-3\" name=\"stonith-enabled\" value=\"0\"/&gt;\n"
"      &lt;/cluster_property_set&gt;\n"
"    &lt;/crm_config&gt;\n"
"    &lt;nodes&gt;\n"
"      &lt;node id=\"xxx\" uname=\"c001n01\" type=\"normal\"/&gt;\n"
"      &lt;node id=\"yyy\" uname=\"c001n02\" type=\"normal\"/&gt;\n"
"    &lt;/nodes&gt;\n"
"    &lt;resources&gt;\n"
"      &lt;primitive id=\"myAddr\" class=\"ocf\" provider=\"heartbeat\" type=\"IPaddr\"&gt;\n"
"        &lt;operations&gt;\n"
"          &lt;op id=\"myAddr-monitor\" name=\"monitor\" interval=\"300s\"/&gt;\n"
"        &lt;/operations&gt;\n"
"        &lt;instance_attributes id=\"myAddr-params\"&gt;\n"
"          &lt;nvpair id=\"myAddr-ip\" name=\"ip\" value=\"192.0.2.10\"/&gt;\n"
"        &lt;/instance_attributes&gt;\n"
"      &lt;/primitive&gt;\n"
"    &lt;/resources&gt;\n"
"    &lt;constraints&gt;\n"
"      &lt;rsc_location id=\"myAddr-prefer\" rsc=\"myAddr\" node=\"c001n01\" score=\"INFINITY\"/&gt;\n"
"    &lt;/constraints&gt;\n"
"    &lt;rsc_defaults&gt;\n"
"      &lt;meta_attributes id=\"rsc_defaults-options\"&gt;\n"
"        &lt;nvpair id=\"rsc-default-1\" name=\"resource-stickiness\" value=\"100\"/&gt;\n"
"        &lt;nvpair id=\"rsc-default-2\" name=\"migration-threshold\" value=\"10\"/&gt;\n"
"      &lt;/meta_attributes&gt;\n"
"    &lt;/rsc_defaults&gt;\n"
"    &lt;op_defaults&gt;\n"
"      &lt;meta_attributes id=\"op_defaults-options\"&gt;\n"
"        &lt;nvpair id=\"op-default-1\" name=\"timeout\" value=\"30s\"/&gt;\n"
"      &lt;/meta_attributes&gt;\n"
"    &lt;/op_defaults&gt;\n"
"  &lt;/configuration&gt;\n"
"  &lt;status/&gt;\n"
"&lt;/cib&gt;"
msgstr ""

#. Tag: para
#, no-c-format
msgid "In the above example, we have one resource (an IP address) that we check every five minutes and will run on host <literal>c001n01</literal> until either the resource fails 10 times or the host shuts down."
msgstr ""

#. Tag: title
#, no-c-format
msgid "Advanced Configuration"
msgstr ""

#. Tag: title
#, no-c-format
msgid "An advanced configuration with groups, clones and STONITH"
msgstr ""

#. Tag: programlisting
#, no-c-format
msgid "&lt;cib crm_feature_set=\"3.0.7\" validate-with=\"pacemaker-1.2\" admin_epoch=\"1\" epoch=\"0\" num_updates=\"0\"&gt;\n"
"  &lt;configuration&gt;\n"
"    &lt;crm_config&gt;\n"
"      &lt;cluster_property_set id=\"cib-bootstrap-options\"&gt;\n"
"        &lt;nvpair id=\"option-1\" name=\"symmetric-cluster\" value=\"true\"/&gt;\n"
"        &lt;nvpair id=\"option-2\" name=\"no-quorum-policy\" value=\"stop\"/&gt;\n"
"        &lt;nvpair id=\"option-3\" name=\"stonith-enabled\" value=\"true\"/&gt;\n"
"      &lt;/cluster_property_set&gt;\n"
"    &lt;/crm_config&gt;\n"
"    &lt;nodes&gt;\n"
"      &lt;node id=\"xxx\" uname=\"c001n01\" type=\"normal\"/&gt;\n"
"      &lt;node id=\"yyy\" uname=\"c001n02\" type=\"normal\"/&gt;\n"
"      &lt;node id=\"zzz\" uname=\"c001n03\" type=\"normal\"/&gt;\n"
"    &lt;/nodes&gt;\n"
"    &lt;resources&gt;\n"
"      &lt;primitive id=\"myAddr\" class=\"ocf\" provider=\"heartbeat\" type=\"IPaddr\"&gt;\n"
"        &lt;operations&gt;\n"
"          &lt;op id=\"myAddr-monitor\" name=\"monitor\" interval=\"300s\"/&gt;\n"
"        &lt;/operations&gt;\n"
"        &lt;instance_attributes id=\"myAddr-attrs\"&gt;\n"
"          &lt;nvpair id=\"myAddr-attr-1\" name=\"ip\" value=\"192.0.2.10\"/&gt;\n"
"        &lt;/instance_attributes&gt;\n"
"      &lt;/primitive&gt;\n"
"      &lt;group id=\"myGroup\"&gt;\n"
"        &lt;primitive id=\"database\" class=\"lsb\" type=\"oracle\"&gt;\n"
"          &lt;operations&gt;\n"
"            &lt;op id=\"database-monitor\" name=\"monitor\" interval=\"300s\"/&gt;\n"
"          &lt;/operations&gt;\n"
"        &lt;/primitive&gt;\n"
"        &lt;primitive id=\"webserver\" class=\"lsb\" type=\"apache\"&gt;\n"
"          &lt;operations&gt;\n"
"            &lt;op id=\"webserver-monitor\" name=\"monitor\" interval=\"300s\"/&gt;\n"
"          &lt;/operations&gt;\n"
"        &lt;/primitive&gt;\n"
"      &lt;/group&gt;\n"
"      &lt;clone id=\"STONITH\"&gt;\n"
"        &lt;meta_attributes id=\"stonith-options\"&gt;\n"
"          &lt;nvpair id=\"stonith-option-1\" name=\"globally-unique\" value=\"false\"/&gt;\n"
"        &lt;/meta_attributes&gt;\n"
"        &lt;primitive id=\"stonithclone\" class=\"stonith\" type=\"external/ssh\"&gt;\n"
"          &lt;operations&gt;\n"
"            &lt;op id=\"stonith-op-mon\" name=\"monitor\" interval=\"5s\"/&gt;\n"
"          &lt;/operations&gt;\n"
"          &lt;instance_attributes id=\"stonith-attrs\"&gt;\n"
"            &lt;nvpair id=\"stonith-attr-1\" name=\"hostlist\" value=\"c001n01,c001n02\"/&gt;\n"
"          &lt;/instance_attributes&gt;\n"
"        &lt;/primitive&gt;\n"
"      &lt;/clone&gt;\n"
"    &lt;/resources&gt;\n"
"    &lt;constraints&gt;\n"
"      &lt;rsc_location id=\"myAddr-prefer\" rsc=\"myAddr\" node=\"c001n01\"\n"
"        score=\"INFINITY\"/&gt;\n"
"      &lt;rsc_colocation id=\"group-with-ip\" rsc=\"myGroup\" with-rsc=\"myAddr\"\n"
"        score=\"INFINITY\"/&gt;\n"
"    &lt;/constraints&gt;\n"
"    &lt;op_defaults&gt;\n"
"      &lt;meta_attributes id=\"op_defaults-options\"&gt;\n"
"        &lt;nvpair id=\"op-default-1\" name=\"timeout\" value=\"30s\"/&gt;\n"
"      &lt;/meta_attributes&gt;\n"
"    &lt;/op_defaults&gt;\n"
"    &lt;rsc_defaults&gt;\n"
"      &lt;meta_attributes id=\"rsc_defaults-options\"&gt;\n"
"        &lt;nvpair id=\"rsc-default-1\" name=\"resource-stickiness\" value=\"100\"/&gt;\n"
"        &lt;nvpair id=\"rsc-default-2\" name=\"migration-threshold\" value=\"10\"/&gt;\n"
"      &lt;/meta_attributes&gt;\n"
"    &lt;/rsc_defaults&gt;\n"
"  &lt;/configuration&gt;\n"
"  &lt;status/&gt;\n"
"&lt;/cib&gt;"
msgstr ""