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 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737
|
#
# 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 "Cluster-Wide Configuration"
msgstr ""
#. Tag: title
#, no-c-format
msgid "Configuration Layout"
msgstr ""
#. Tag: para
#, no-c-format
msgid "The cluster is defined by the Cluster Information Base (CIB), which uses XML notation. The simplest CIB, an empty one, looks like this:"
msgstr ""
#. Tag: title
#, no-c-format
msgid "An empty configuration"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<cib crm_feature_set=\"3.0.7\" validate-with=\"pacemaker-1.2\" admin_epoch=\"1\" epoch=\"0\" num_updates=\"0\">\n"
" <configuration>\n"
" <crm_config/>\n"
" <nodes/>\n"
" <resources/>\n"
" <constraints/>\n"
" </configuration>\n"
" <status/>\n"
"</cib>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "The empty configuration above contains the major sections that make up a CIB:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>cib</literal>: The entire CIB is enclosed with a <literal>cib</literal> tag. Certain fundamental settings are defined as attributes of this tag."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>configuration</literal>: This section — the primary focus of this document — contains traditional configuration information such as what resources the cluster serves and the relationships among them."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>crm_config</literal>: cluster-wide configuration options"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>nodes</literal>: the machines that host the cluster"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>resources</literal>: the services run by the cluster"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>constraints</literal>: indications of how resources should be placed"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>status</literal>: This section contains the history of each resource on each node. Based on this data, the cluster can construct the complete current state of the cluster. The authoritative source for this section is the local executor (pacemaker-execd process) on each cluster node, and the cluster will occasionally repopulate the entire section. For this reason, it is never written to disk, and administrators are advised against modifying it in any way."
msgstr ""
#. Tag: para
#, no-c-format
msgid "In this document, configuration settings will be described as <emphasis>properties</emphasis> or <emphasis>options</emphasis> based on how they are defined in the CIB:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Properties are XML attributes of an XML element."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Options are name-value pairs expressed as <literal>nvpair</literal> child elements of an XML element."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Normally, you will use command-line tools that abstract the XML, so the distinction will be unimportant; both properties and options are cluster settings you can tweak."
msgstr ""
#. Tag: title
#, no-c-format
msgid "CIB Properties"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Certain settings are defined by CIB properties (that is, attributes of the <literal>cib</literal> tag) rather than with the rest of the cluster configuration in the <literal>configuration</literal> section."
msgstr ""
#. Tag: para
#, no-c-format
msgid "The reason is simply a matter of parsing. These options are used by the configuration database which is, by design, mostly ignorant of the content it holds. So the decision was made to place them in an easy-to-find location."
msgstr ""
#. Tag: entry
#, no-c-format
msgid "Field"
msgstr ""
#. Tag: entry
#, no-c-format
msgid "Description"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>admin_epoch</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>Configuration Version</primary><secondary>Cluster</secondary> </indexterm> <indexterm> <primary>Cluster</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>Configuration Version</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>Configuration Version</secondary> </indexterm> <indexterm> <primary>Configuration Version</primary> </indexterm> <indexterm> <primary>admin_epoch</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>admin_epoch</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>admin_epoch</secondary> </indexterm> <indexterm> <primary>admin_epoch</primary> </indexterm> When a node joins the cluster, the cluster performs a check to see which node has the best configuration. It asks the node with the highest (<literal>admin_epoch</literal>, <literal>epoch</literal>, <literal>num_updates</literal>) tuple to replace the configuration on all the nodes — which makes setting them, and setting them correctly, very important. <literal>admin_epoch</literal> is never modified by the cluster; you can use this to make the configurations on any inactive nodes obsolete. <emphasis>Never set this value to zero</emphasis>. In such cases, the cluster cannot tell the difference between your configuration and the \"empty\" one used when nothing is found on disk."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>epoch</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>epoch</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>epoch</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>epoch</secondary> </indexterm> <indexterm> <primary>epoch</primary> </indexterm> The cluster increments this every time the configuration is updated (usually by the administrator)."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>num_updates</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>num_updates</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>num_updates</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>num_updates</secondary> </indexterm> <indexterm> <primary>num_updates</primary> </indexterm> The cluster increments this every time the configuration or status is updated (usually by the cluster) and resets it to 0 when epoch changes."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>validate-with</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>validate-with</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>validate-with</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>validate-with</secondary> </indexterm> <indexterm> <primary>validate-with</primary> </indexterm> Determines the type of XML validation that will be done on the configuration. If set to <literal>none</literal>, the cluster will not verify that updates conform to the DTD (nor reject ones that don’t). This option can be useful when operating a mixed-version cluster during an upgrade."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>cib-last-written</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>cib-last-written</primary><secondary>Cluster Property</secondary> </indexterm> <indexterm> <primary>Cluster Property</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Property</secondary><tertiary>cib-last-written</tertiary> </indexterm> <indexterm> <primary>Property</primary><secondary>cib-last-written</secondary> </indexterm> <indexterm> <primary>cib-last-written</primary> </indexterm> Indicates when the configuration was last written to disk. Maintained by the cluster; for informational purposes only."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>have-quorum</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>have-quorum</primary><secondary>Cluster Property</secondary> </indexterm> <indexterm> <primary>Cluster Property</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Property</secondary><tertiary>have-quorum</tertiary> </indexterm> <indexterm> <primary>Property</primary><secondary>have-quorum</secondary> </indexterm> <indexterm> <primary>have-quorum</primary> </indexterm> Indicates if the cluster has quorum. If false, this may mean that the cluster cannot start resources or fence other nodes (see <literal>no-quorum-policy</literal> below). Maintained by the cluster."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>dc-uuid</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>dc-uuid</primary><secondary>Cluster Property</secondary> </indexterm> <indexterm> <primary>Cluster Property</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Property</secondary><tertiary>dc-uuid</tertiary> </indexterm> <indexterm> <primary>Property</primary><secondary>dc-uuid</secondary> </indexterm> <indexterm> <primary>dc-uuid</primary> </indexterm> Indicates which cluster node is the current leader. Used by the cluster when placing resources and determining the order of some events. Maintained by the cluster."
msgstr ""
#. Tag: title
#, no-c-format
msgid "Cluster Options"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Cluster options, as you might expect, control how the cluster behaves when confronted with certain situations."
msgstr ""
#. Tag: para
#, no-c-format
msgid "They are grouped into sets within the <literal>crm_config</literal> section, and, in advanced configurations, there may be more than one set. (This will be described later in the section on <xref linkend=\"ch-rules\" /> where we will show how to have the cluster use different sets of options during working hours than during weekends.) For now, we will describe the simple case where each option is present at most once."
msgstr ""
#. Tag: para
#, no-c-format
msgid "You can obtain an up-to-date list of cluster options, including their default values, by running the <literal>man pacemaker-schedulerd</literal> and <literal>man pacemaker-controld</literal> commands."
msgstr ""
#. Tag: entry
#, no-c-format
msgid "Option"
msgstr ""
#. Tag: entry
#, no-c-format
msgid "Default"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>dc-version</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>dc-version</primary><secondary>Cluster Property</secondary> </indexterm> <indexterm> <primary>Cluster Property</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Property</secondary><tertiary>dc-version</tertiary> </indexterm> <indexterm> <primary>Property</primary><secondary>dc-version</secondary> </indexterm> <indexterm> <primary>dc-version</primary> </indexterm> Version of Pacemaker on the cluster’s DC. Determined automatically by the cluster. Often includes the hash which identifies the exact Git changeset it was built from. Used for diagnostic purposes."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>cluster-infrastructure</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>cluster-infrastructure</primary><secondary>Cluster Property</secondary> </indexterm> <indexterm> <primary>Cluster Property</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Property</secondary><tertiary>cluster-infrastructure</tertiary> </indexterm> <indexterm> <primary>Property</primary><secondary>cluster-infrastructure</secondary> </indexterm> <indexterm> <primary>cluster-infrastructure</primary> </indexterm> The messaging stack on which Pacemaker is currently running. Determined automatically by the cluster. Used for informational and diagnostic purposes."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>no-quorum-policy</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "stop"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>no-quorum-policy</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>no-quorum-policy</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>no-quorum-policy</secondary> </indexterm> <indexterm> <primary>no-quorum-policy</primary> </indexterm> What to do when the cluster does not have quorum. Allowed values:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>ignore:</literal> continue all resource management"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>freeze:</literal> continue resource management, but don’t recover resources from nodes not in the affected partition"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>stop:</literal> stop all resources in the affected cluster partition"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>suicide:</literal> fence all nodes in the affected cluster partition"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>batch-limit</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "0"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>batch-limit</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>batch-limit</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>batch-limit</secondary> </indexterm> <indexterm> <primary>batch-limit</primary> </indexterm> The maximum number of actions that the cluster may execute in parallel across all nodes. The \"correct\" value will depend on the speed and load of your network and cluster nodes. If zero, the cluster will impose a dynamically calculated limit only when any node has high load."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>migration-limit</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "-1"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>migration-limit</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>migration-limit</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>migration-limit</secondary> </indexterm> <indexterm> <primary>migration-limit</primary> </indexterm> The number of migration jobs that the TE is allowed to execute in parallel on a node. A value of -1 means unlimited."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>symmetric-cluster</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "TRUE"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>symmetric-cluster</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>symmetric-cluster</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>symmetric-cluster</secondary> </indexterm> <indexterm> <primary>symmetric-cluster</primary> </indexterm> Can all resources run on any node by default?"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>stop-all-resources</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "FALSE"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>stop-all-resources</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>stop-all-resources</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>stop-all-resources</secondary> </indexterm> <indexterm> <primary>stop-all-resources</primary> </indexterm> Should the cluster stop all resources?"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>stop-orphan-resources</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>stop-orphan-resources</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>stop-orphan-resources</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>stop-orphan-resources</secondary> </indexterm> <indexterm> <primary>stop-orphan-resources</primary> </indexterm> Should deleted resources be stopped? This value takes precedence over <literal>is-managed</literal> (i.e. even unmanaged resources will be stopped if deleted from the configuration when this value is TRUE)."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>stop-orphan-actions</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>stop-orphan-actions</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>stop-orphan-actions</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>stop-orphan-actions</secondary> </indexterm> <indexterm> <primary>stop-orphan-actions</primary> </indexterm> Should deleted actions be cancelled?"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>start-failure-is-fatal</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>start-failure-is-fatal</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>start-failure-is-fatal</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>start-failure-is-fatal</secondary> </indexterm> <indexterm> <primary>start-failure-is-fatal</primary> </indexterm> Should a failure to start a resource on a particular node prevent further start attempts on that node? If FALSE, the cluster will decide whether the same node is still eligible based on the resource’s current failure count and <literal>migration-threshold</literal> (see <xref linkend=\"s-failure-handling\" />)."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>enable-startup-probes</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>enable-startup-probes</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>enable-startup-probes</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>enable-startup-probes</secondary> </indexterm> <indexterm> <primary>enable-startup-probes</primary> </indexterm> Should the cluster check for active resources during startup?"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>maintenance-mode</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>maintenance-mode</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>maintenance-mode</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>maintenance-mode</secondary> </indexterm> <indexterm> <primary>maintenance-mode</primary> </indexterm> Should the cluster refrain from monitoring, starting and stopping resources?"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>stonith-enabled</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>stonith-enabled</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>stonith-enabled</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>stonith-enabled</secondary> </indexterm> <indexterm> <primary>stonith-enabled</primary> </indexterm> Should failed nodes and nodes with resources that can’t be stopped be shot? If you value your data, set up a STONITH device and enable this."
msgstr ""
#. Tag: para
#, no-c-format
msgid "If true, or unset, the cluster will refuse to start resources unless one or more STONITH resources have been configured. If false, unresponsive nodes are immediately assumed to be running no resources, and resource takeover to online nodes starts without any further protection (which means <emphasis>data loss</emphasis> if the unresponsive node still accesses shared storage, for example). See also the <literal>requires</literal> meta-attribute in <xref linkend=\"s-resource-options\" />."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>stonith-action</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "reboot"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>stonith-action</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>stonith-action</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>stonith-action</secondary> </indexterm> <indexterm> <primary>stonith-action</primary> </indexterm> Action to send to STONITH device. Allowed values are <literal>reboot</literal> and <literal>off</literal>. The value <literal>poweroff</literal> is also allowed, but is only used for legacy devices."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>stonith-timeout</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "60s"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>stonith-timeout</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>stonith-timeout</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>stonith-timeout</secondary> </indexterm> <indexterm> <primary>stonith-timeout</primary> </indexterm> How long to wait for STONITH actions (reboot, on, off) to complete"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>stonith-max-attempts</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "10"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>stonith-max-attempts</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>stonith-max-attempts</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>stonith-max-attempts</secondary> </indexterm> <indexterm> <primary>stonith-max-attempts</primary> </indexterm> How many times fencing can fail for a target before the cluster will no longer immediately re-attempt it."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>stonith-watchdog-timeout</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>stonith-watchdog-timeout</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>stonith-watchdog-timeout</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>stonith-watchdog-timeout</secondary> </indexterm> <indexterm> <primary>stonith-watchdog-timeout</primary> </indexterm> If nonzero, rely on hardware watchdog self-fencing. If positive, assume unseen nodes self-fence within this much time. If negative, and the SBD_WATCHDOG_TIMEOUT environment variable is set, use twice that value."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>concurrent-fencing</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>concurrent-fencing</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>concurrent-fencing</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>concurrent-fencing</secondary> </indexterm> <indexterm> <primary>concurrent-fencing</primary> </indexterm> Is the cluster allowed to initiate multiple fence actions concurrently?"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>cluster-delay</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>cluster-delay</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>cluster-delay</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>cluster-delay</secondary> </indexterm> <indexterm> <primary>cluster-delay</primary> </indexterm> Estimated maximum round-trip delay over the network (excluding action execution). If the TE requires an action to be executed on another node, it will consider the action failed if it does not get a response from the other node in this time (after considering the action’s own timeout). The \"correct\" value will depend on the speed and load of your network and cluster nodes."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>dc-deadtime</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "20s"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>dc-deadtime</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>dc-deadtime</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>dc-deadtime</secondary> </indexterm> <indexterm> <primary>dc-deadtime</primary> </indexterm> How long to wait for a response from other nodes during startup."
msgstr ""
#. Tag: para
#, no-c-format
msgid "The \"correct\" value will depend on the speed/load of your network and the type of switches used."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>cluster-recheck-interval</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "15min"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>cluster-recheck-interval</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>cluster-recheck-interval</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>cluster-recheck-interval</secondary> </indexterm> <indexterm> <primary>cluster-recheck-interval</primary> </indexterm> Polling interval for time-based changes to options, resource parameters and constraints."
msgstr ""
#. Tag: para
#, no-c-format
msgid "The Cluster is primarily event-driven, but your configuration can have elements that take effect based on the time of day. To ensure these changes take effect, we can optionally poll the cluster’s status for changes. A value of 0 disables polling. Positive values are an interval (in seconds unless other SI units are specified, e.g. 5min)."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>cluster-ipc-limit</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "500"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>cluster-ipc-limit</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>cluster-ipc-limit</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>cluster-ipc-limit</secondary> </indexterm> <indexterm> <primary>cluster-ipc-limit</primary> </indexterm> The maximum IPC message backlog before one cluster daemon will disconnect another. This is of use in large clusters, for which a good value is the number of resources in the cluster multiplied by the number of nodes. The default of 500 is also the minimum. Raise this if you see \"Evicting client\" messages for cluster daemon PIDs in the logs."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>pe-error-series-max</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>pe-error-series-max</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>pe-error-series-max</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>pe-error-series-max</secondary> </indexterm> <indexterm> <primary>pe-error-series-max</primary> </indexterm> The number of PE inputs resulting in ERRORs to save. Used when reporting problems. A value of -1 means unlimited (report all)."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>pe-warn-series-max</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>pe-warn-series-max</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>pe-warn-series-max</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>pe-warn-series-max</secondary> </indexterm> <indexterm> <primary>pe-warn-series-max</primary> </indexterm> The number of PE inputs resulting in WARNINGs to save. Used when reporting problems. A value of -1 means unlimited (report all)."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>pe-input-series-max</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>pe-input-series-max</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>pe-input-series-max</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>pe-input-series-max</secondary> </indexterm> <indexterm> <primary>pe-input-series-max</primary> </indexterm> The number of \"normal\" PE inputs to save. Used when reporting problems. A value of -1 means unlimited (report all)."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>placement-strategy</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "default"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>placement-strategy</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>placement-strategy</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>placement-strategy</secondary> </indexterm> <indexterm> <primary>placement-strategy</primary> </indexterm> How the cluster should allocate resources to nodes (see <xref linkend=\"s-utilization\" />). Allowed values are <literal>default</literal>, <literal>utilization</literal>, <literal>balanced</literal>, and <literal>minimal</literal>."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>node-health-strategy</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "none"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>node-health-strategy</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>node-health-strategy</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>node-health-strategy</secondary> </indexterm> <indexterm> <primary>node-health-strategy</primary> </indexterm> How the cluster should react to node health attributes (see <xref linkend=\"s-node-health\" />). Allowed values are <literal>none</literal>, <literal>migrate-on-red</literal>, <literal>only-green</literal>, <literal>progressive</literal>, and <literal>custom</literal>."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>node-health-base</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>node-health-base</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>node-health-base</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>node-health-base</secondary> </indexterm> <indexterm> <primary>node-health-base</primary> </indexterm> The base health score assigned to a node. Only used when <literal>node-health-strategy</literal> is <literal>progressive</literal>."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>node-health-green</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>node-health-green</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>node-health-green</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>node-health-green</secondary> </indexterm> <indexterm> <primary>node-health-green</primary> </indexterm> The score to use for a node health attribute whose value is <literal>green</literal>. Only used when <literal>node-health-strategy</literal> is <literal>progressive</literal> or <literal>custom</literal>."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>node-health-yellow</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>node-health-yellow</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>node-health-yellow</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>node-health-yellow</secondary> </indexterm> <indexterm> <primary>node-health-yellow</primary> </indexterm> The score to use for a node health attribute whose value is <literal>yellow</literal>. Only used when <literal>node-health-strategy</literal> is <literal>progressive</literal> or <literal>custom</literal>."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>node-health-red</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>node-health-red</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>node-health-red</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>node-health-red</secondary> </indexterm> <indexterm> <primary>node-health-red</primary> </indexterm> The score to use for a node health attribute whose value is <literal>red</literal>. Only used when <literal>node-health-strategy</literal> is <literal>progressive</literal> or <literal>custom</literal>."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>remove-after-stop</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>remove-after-stop</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>remove-after-stop</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>remove-after-stop</secondary> </indexterm> <indexterm> <primary>remove-after-stop</primary> </indexterm> <emphasis>Advanced Use Only:</emphasis> Should the cluster remove resources from the LRM after they are stopped? Values other than the default are, at best, poorly tested and potentially dangerous."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>startup-fencing</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>startup-fencing</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>startup-fencing</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>startup-fencing</secondary> </indexterm> <indexterm> <primary>startup-fencing</primary> </indexterm> <emphasis>Advanced Use Only:</emphasis> Should the cluster shoot unseen nodes? Not using the default is very unsafe!"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>election-timeout</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "2min"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>election-timeout</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>election-timeout</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>election-timeout</secondary> </indexterm> <indexterm> <primary>election-timeout</primary> </indexterm> <emphasis>Advanced Use Only:</emphasis> If you need to adjust this value, it probably indicates the presence of a bug."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>shutdown-escalation</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "20min"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>shutdown-escalation</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>shutdown-escalation</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>shutdown-escalation</secondary> </indexterm> <indexterm> <primary>shutdown-escalation</primary> </indexterm> <emphasis>Advanced Use Only:</emphasis> If you need to adjust this value, it probably indicates the presence of a bug."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>join-integration-timeout</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "3min"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>join-integration-timeout</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>join-integration-timeout</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>join-integration-timeout</secondary> </indexterm> <indexterm> <primary>join-integration-timeout</primary> </indexterm> <emphasis>Advanced Use Only:</emphasis> If you need to adjust this value, it probably indicates the presence of a bug."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>join-finalization-timeout</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "30min"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>join-finalization-timeout</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>join-finalization-timeout</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>join-finalization-timeout</secondary> </indexterm> <indexterm> <primary>join-finalization-timeout</primary> </indexterm> <emphasis>Advanced Use Only:</emphasis> If you need to adjust this value, it probably indicates the presence of a bug."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<literal>transition-delay</literal>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "0s"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<indexterm> <primary>transition-delay</primary><secondary>Cluster Option</secondary> </indexterm> <indexterm> <primary>Cluster Option</primary> </indexterm> <indexterm> <primary>Cluster</primary><secondary>Option</secondary><tertiary>transition-delay</tertiary> </indexterm> <indexterm> <primary>Option</primary><secondary>transition-delay</secondary> </indexterm> <indexterm> <primary>transition-delay</primary> </indexterm> <emphasis>Advanced Use Only:</emphasis> Delay cluster recovery for the configured interval to allow for additional/related events to occur. Useful if your configuration is sensitive to the order in which ping updates arrive. Enabling this option will slow down cluster recovery under all conditions."
msgstr ""
|