Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4624693
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
24 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/doc/Pacemaker_Administration/en-US/Book_Info.xml b/doc/Pacemaker_Administration/en-US/Book_Info.xml
index 5acc7868e7..e330c74a9c 100644
--- a/doc/Pacemaker_Administration/en-US/Book_Info.xml
+++ b/doc/Pacemaker_Administration/en-US/Book_Info.xml
@@ -1,34 +1,34 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Pacemaker_Administration.ent">
%BOOK_ENTITIES;
]>
<bookinfo id="book-Pacemaker_Administration-Pacemaker_Administration">
<title>Pacemaker Administration</title>
<subtitle>Managing Pacemaker Clusters</subtitle>
<!--
EDITION-PUBSNUMBER should match REVNUMBER in Revision_History.xml.
Increment EDITION when the syntax of the documented software
changes (OS, pacemaker, corosync, pcs), and PUBSNUMBER for
simple textual changes (corrections, translations, etc.).
Changing the revision is only necessary when releasing a new
version of Pacemaker or publishing the documents to the Web.
-->
<edition>2</edition>
- <pubsnumber>0</pubsnumber>
+ <pubsnumber>1</pubsnumber>
<abstract>
<para>
This document has instructions and tips for system administrators who
need to manage high-availability clusters using Pacemaker.
</para>
</abstract>
<corpauthor>
<inlinemediaobject>
<imageobject>
<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
</imageobject>
</inlinemediaobject>
</corpauthor>
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>
diff --git a/doc/Pacemaker_Administration/en-US/Revision_History.xml b/doc/Pacemaker_Administration/en-US/Revision_History.xml
index 3d8a310735..ca611d8310 100644
--- a/doc/Pacemaker_Administration/en-US/Revision_History.xml
+++ b/doc/Pacemaker_Administration/en-US/Revision_History.xml
@@ -1,87 +1,100 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Pacemaker_Administration.ent">
%BOOK_ENTITIES;
]>
<appendix id="appe-Pacemaker_Administration-Revision_History">
<!-- see comment in Book_Info.xml for revision numbering -->
<title>Revision History</title>
<simpara>
<revhistory>
<revision>
<revnumber>1-0</revnumber>
<date>Tue Jan 23 2018</date>
<author>
<firstname>Andrew</firstname><surname>Beekhof</surname>
<email>andrew@beekhof.net</email>
</author>
<author>
<firstname>Ken</firstname><surname>Gaillot</surname>
<email>kgaillot@redhat.com</email>
</author>
<revdescription>
<simplelist><member>Move administration-oriented information from
Pacemaker Explained into its own
book</member></simplelist>
</revdescription>
</revision>
<revision>
<revnumber>1-1</revnumber>
<date>Mon Jan 28 2019</date>
<author>
<firstname>Ken</firstname><surname>Gaillot</surname>
<email>kgaillot@redhat.com</email>
</author>
<author>
<firstname>Jan</firstname><surname>Pokorný</surname>
<email>jpokorny@redhat.com</email>
</author>
<revdescription>
<simplelist><member>Add "Troubleshooting" chapter, minor
clarifications and reformatting</member></simplelist>
</revdescription>
</revision>
<revision>
<revnumber>1-2</revnumber>
<date>Mon May 13 2019</date>
<author>
<firstname>Ken</firstname><surname>Gaillot</surname>
<email>kgaillot@redhat.com</email>
</author>
<revdescription>
<simplelist><member>Overhaul configuration how-to</member></simplelist>
</revdescription>
</revision>
<revision>
<revnumber>1-3</revnumber>
<date>Tue Oct 15 2019</date>
<author>
<firstname>Ken</firstname><surname>Gaillot</surname>
<email>kgaillot@redhat.com</email>
</author>
<revdescription>
<simplelist><member>Add Tools chapter</member></simplelist>
</revdescription>
</revision>
<revision>
<revnumber>2-0</revnumber>
<date>Tue Nov 5 2019</date>
<author>
<firstname>Chris</firstname><surname>Lumens</surname>
<email>clumens@redhat.com</email>
</author>
<revdescription>
<simplelist>
<member>Update for crm_mon changes in 2.0.3</member>
</simplelist>
</revdescription>
</revision>
+ <revision>
+ <revnumber>2-1</revnumber>
+ <date>Sun Dec 22 2019</date>
+ <author>
+ <firstname>Ferenc</firstname><surname>Wagner</surname>
+ <email>wferi@debian.org</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Update log example to how it would look with current changes</member>
+ </simplelist>
+ </revdescription>
+ </revision>
</revhistory>
</simpara>
</appendix>
diff --git a/doc/Pacemaker_Development/en-US/Book_Info.xml b/doc/Pacemaker_Development/en-US/Book_Info.xml
index 9dea3e8473..c5b9319cd3 100644
--- a/doc/Pacemaker_Development/en-US/Book_Info.xml
+++ b/doc/Pacemaker_Development/en-US/Book_Info.xml
@@ -1,35 +1,35 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Pacemaker_Development.ent">
%BOOK_ENTITIES;
]>
<bookinfo id="book-Pacemaker_Development-Pacemaker_Development">
<title>Pacemaker Development</title>
<subtitle>Working with the Pacemaker Code Base</subtitle>
<!--
EDITION-PUBSNUMBER should match REVNUMBER in Revision_History.xml.
Increment EDITION when the syntax of the documented software
changes (OS, pacemaker, corosync, pcs), and PUBSNUMBER for
simple textual changes (corrections, translations, etc.).
Changing the revision is only necessary when releasing a new
version of Pacemaker or publishing the documents to the Web.
-->
<edition>2</edition>
- <pubsnumber>4</pubsnumber>
+ <pubsnumber>5</pubsnumber>
<abstract>
<para>
This document has guidelines and tips for developers
interested in editing Pacemaker source code and
submitting changes for inclusion in the project.
</para>
</abstract>
<corpauthor>
<inlinemediaobject>
<imageobject>
<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
</imageobject>
</inlinemediaobject>
</corpauthor>
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>
diff --git a/doc/Pacemaker_Development/en-US/Pacemaker_Development.ent b/doc/Pacemaker_Development/en-US/Pacemaker_Development.ent
index a2647c3f8b..5c02713e9d 100644
--- a/doc/Pacemaker_Development/en-US/Pacemaker_Development.ent
+++ b/doc/Pacemaker_Development/en-US/Pacemaker_Development.ent
@@ -1,4 +1,4 @@
<!ENTITY PRODUCT "Pacemaker Development">
<!ENTITY BOOKID "Pacemaker_Development">
-<!ENTITY YEAR "2016-2019">
+<!ENTITY YEAR "2016-2020">
<!ENTITY HOLDER "The Pacemaker project contributors">
diff --git a/doc/Pacemaker_Development/en-US/Revision_History.xml b/doc/Pacemaker_Development/en-US/Revision_History.xml
index 163867f785..4c5f0f5060 100644
--- a/doc/Pacemaker_Development/en-US/Revision_History.xml
+++ b/doc/Pacemaker_Development/en-US/Revision_History.xml
@@ -1,112 +1,124 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Pacemaker_Development.ent">
%BOOK_ENTITIES;
]>
<appendix id="appe-Pacemaker_Development-Revision_History">
<!-- see comment in Book_Info.xml for revision numbering -->
<title>Revision History</title>
<simpara>
<revhistory>
<revision>
<revnumber>1-0</revnumber>
<date>Tue Jul 26 2016</date>
<author>
<firstname>Andrew</firstname><surname>Beekhof</surname>
<email>andrew@beekhof.net</email>
</author>
<author>
<firstname>Ken</firstname><surname>Gaillot</surname>
<email>kgaillot@redhat.com</email>
</author>
<revdescription>
<simplelist><member>Convert coding guidelines and developer FAQ
to Publican document</member></simplelist>
</revdescription>
</revision>
<revision>
<revnumber>1-1</revnumber>
<date>Mon Aug 29 2016</date>
<author>
<firstname>Ken</firstname><surname>Gaillot</surname>
<email>kgaillot@redhat.com</email>
</author>
<revdescription>
<simplelist><member>Add Python coding guidelines, and
more about licensing</member></simplelist>
</revdescription>
</revision>
<revision>
<revnumber>2-0</revnumber>
<date>Fri Jan 12 2018</date>
<author>
<firstname>Ken</firstname><surname>Gaillot</surname>
<email>kgaillot@redhat.com</email>
</author>
<revdescription>
<simplelist><member>Drop support for Python 2.6</member></simplelist>
</revdescription>
</revision>
<revision>
<revnumber>2-1</revnumber>
<date>Tue Sep 18 2018</date>
<author>
<firstname>Jan</firstname><surname>Pokorný</surname>
<email>poki@redhat.com</email>
</author>
<revdescription>
<simplelist><member>Start documenting notable evolutionary
points</member></simplelist>
</revdescription>
</revision>
<revision>
<revnumber>2-2</revnumber>
<date>Fri Dec 7 2018</date>
<author>
<firstname>Ken</firstname><surname>Gaillot</surname>
<email>kgaillot@redhat.com</email>
</author>
<revdescription>
<simplelist><member>Update FAQ and C guidelines</member></simplelist>
</revdescription>
</revision>
<revision>
<revnumber>2-3</revnumber>
<date>Mon May 13 2019</date>
<author>
<firstname>Ken</firstname><surname>Gaillot</surname>
<email>kgaillot@redhat.com</email>
</author>
<author>
<firstname>Jan</firstname><surname>Pokorný</surname>
<email>poki@redhat.com</email>
</author>
<revdescription>
<simplelist><member>
Update copyright notice policy, and some external references
</member></simplelist>
</revdescription>
</revision>
<revision>
<revnumber>2-4</revnumber>
<date>Fri 17 May 2019</date>
<author>
<firstname>Jan</firstname><surname>Pokorný</surname>
<email>poki@redhat.com</email>
</author>
<revdescription>
<simplelist><member>Start capturing hacking howto
for advanced contributors</member></simplelist>
</revdescription>
</revision>
+ <revision>
+ <revnumber>2-5</revnumber>
+ <date>Thu 5 Mar 2020</date>
+ <author>
+ <firstname>Jan</firstname><surname>Pokorný</surname>
+ <email>poki@redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist><member>Use crm_str</member></simplelist>
+ </revdescription>
+ </revision>
+
</revhistory>
</simpara>
</appendix>
diff --git a/doc/Pacemaker_Explained/en-US/Book_Info.xml b/doc/Pacemaker_Explained/en-US/Book_Info.xml
index f2a81eb5de..f010c2a619 100644
--- a/doc/Pacemaker_Explained/en-US/Book_Info.xml
+++ b/doc/Pacemaker_Explained/en-US/Book_Info.xml
@@ -1,35 +1,35 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<bookinfo>
<title>Configuration Explained</title>
<subtitle>An A-Z guide to Pacemaker's Configuration Options</subtitle>
<productname>Pacemaker</productname>
<productnumber>2.0</productnumber>
<!--
EDITION-PUBSNUMBER should match REVNUMBER in Revision_History.xml.
Increment EDITION when the syntax of the documented software
changes (pacemaker), and PUBSNUMBER for
simple textual changes (corrections, translations, etc.).
-->
<edition>13</edition>
- <pubsnumber>0</pubsnumber>
+ <pubsnumber>1</pubsnumber>
<abstract>
<para>
The purpose of this document is to definitively explain the concepts used to configure Pacemaker.
To achieve this, it will focus exclusively on the XML syntax used to configure Pacemaker's
Cluster Information Base (CIB).
</para>
</abstract>
<corpauthor>
<inlinemediaobject>
<imageobject>
<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG"/>
</imageobject>
</inlinemediaobject>
</corpauthor>
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
</xi:include>
<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
</xi:include>
</bookinfo>
diff --git a/doc/Pacemaker_Explained/en-US/Pacemaker_Explained.ent b/doc/Pacemaker_Explained/en-US/Pacemaker_Explained.ent
index 6d5ae65169..3cf0609843 100644
--- a/doc/Pacemaker_Explained/en-US/Pacemaker_Explained.ent
+++ b/doc/Pacemaker_Explained/en-US/Pacemaker_Explained.ent
@@ -1,4 +1,4 @@
<!ENTITY PRODUCT "Pacemaker">
<!ENTITY BOOKID "Pacemaker_Explained">
-<!ENTITY YEAR "2009-2019">
+<!ENTITY YEAR "2009-2020">
<!ENTITY HOLDER "The Pacemaker project contributors">
diff --git a/doc/Pacemaker_Explained/en-US/Revision_History.xml b/doc/Pacemaker_Explained/en-US/Revision_History.xml
index 4a80cb4fb6..31edf194f8 100644
--- a/doc/Pacemaker_Explained/en-US/Revision_History.xml
+++ b/doc/Pacemaker_Explained/en-US/Revision_History.xml
@@ -1,249 +1,263 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<appendix>
<!-- see comment in Book_Info.xml for revision numbering -->
<title>Revision History</title>
<simpara>
<revhistory>
<revision>
<revnumber>1-0</revnumber>
<date>19 Oct 2009</date>
<author><firstname>Andrew</firstname><surname>Beekhof</surname><email>andrew@beekhof.net</email></author>
<revdescription><simplelist><member>Import from Pages.app</member></simplelist></revdescription>
</revision>
<revision>
<revnumber>2-0</revnumber>
<date>26 Oct 2009</date>
<author><firstname>Andrew</firstname><surname>Beekhof</surname><email>andrew@beekhof.net</email></author>
<revdescription><simplelist><member>Cleanup and reformatting of docbook xml complete</member></simplelist></revdescription>
</revision>
<revision>
<revnumber>3-0</revnumber>
<date>Tue Nov 12 2009</date>
<author><firstname>Andrew</firstname><surname>Beekhof</surname><email>andrew@beekhof.net</email></author>
<revdescription>
<simplelist>
<member>Split book into chapters and pass validation</member>
<member>Re-organize book for use with <ulink url="https://fedorahosted.org/publican/">Publican</ulink></member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>3-1</revnumber>
<date>Tue Nov 12 2009</date>
<author>
<firstname>Tanja</firstname><surname>Roth</surname>
<affiliation><orgname>SUSE</orgname></affiliation>
<email>taroth@suse.com</email>
</author>
<author>
<firstname>Lars</firstname><surname>Marowsky-Bree</surname>
<affiliation><orgname>SUSE</orgname></affiliation>
<email>lmb@suse.com</email>
</author>
<author>
<firstname>Yan</firstname><surname>Gao</surname>
<affiliation><orgname>SUSE</orgname></affiliation>
<email>ygao@suse.com</email>
</author>
<author>
<firstname>Thomas</firstname><surname>Schraitle</surname>
<affiliation><orgname>SUSE</orgname></affiliation>
<email>toms@suse.com</email>
</author>
<author>
<firstname>Dejan</firstname><surname>Muhamedagic</surname>
<affiliation><orgname>SUSE</orgname></affiliation>
<email>dmuhamedagic@suse.com</email>
</author>
<revdescription>
<simplelist>
<member>Utilization chapter</member>
<member>Resource Templates chapter</member>
<member>Multi-Site Clusters chapter</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>3-2</revnumber>
<date>Fri Nov 4 2011</date>
<author>
<firstname>Philipp</firstname><surname>Marek</surname>
<affiliation><orgname>LINBit</orgname></affiliation>
<email>philipp.marek@linbit.com</email>
</author>
<revdescription>
<simplelist>
<member>Extensive style, formatting, and indexing updates</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>4-0</revnumber>
<date>Mon Oct 8 2012</date>
<author><firstname>Andrew</firstname><surname>Beekhof</surname><email>andrew@beekhof.net</email></author>
<revdescription>
<simplelist>
<member>
Converted to <ulink url="http://www.methods.co.nz/asciidoc">asciidoc</ulink>
(which is converted to docbook for use with
<ulink url="https://fedorahosted.org/publican/">Publican</ulink>)
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>5-0</revnumber>
<date>Mon Feb 23 2015</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<revdescription>
<simplelist>
<member>
Update for clarity, stylistic consistency and current command-line syntax
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>6-0</revnumber>
<date>Tue Dec 8 2015</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<revdescription>
<simplelist>
<member>
Update for Pacemaker 1.1.14
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>7-0</revnumber>
<date>Tue May 3 2016</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<revdescription>
<simplelist>
<member>
Update for Pacemaker 1.1.15
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>7-1</revnumber>
<date>Fri Oct 28 2016</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<revdescription>
<simplelist>
<member>
Overhaul upgrade documentation, and document node health strategies
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>8-0</revnumber>
<date>Tue Oct 25 2016</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<revdescription>
<simplelist>
<member>
Update for Pacemaker 1.1.16
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>9-0</revnumber>
<date>Tue Jul 11 2017</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<revdescription>
<simplelist>
<member>
Update for Pacemaker 1.1.17
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>10-0</revnumber>
<date>Fri Oct 6 2017</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<revdescription>
<simplelist>
<member>
Update for Pacemaker 1.1.18
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>11-0</revnumber>
<date>Fri Jan 12 2018</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<revdescription>
<simplelist>
<member>
Update for Pacemaker 2.0.0
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>12-0</revnumber>
<date>Mon Jan 28 2019</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<author><firstname>Reid</firstname><surname>Wahl</surname><email>nwahl@redhat.com</email></author>
<author><firstname>Jan</firstname><surname>Pokorný</surname><email>jpokorny@redhat.com</email></author>
<revdescription>
<simplelist>
<member>
Update for Pacemaker 2.0.1, remove "Further Reading" and "FAQ" sections,
and add minor clarifications and reformatting
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>12-1</revnumber>
<date>Mon May 13 2019</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<author><firstname>Maciej</firstname><surname>Sobkowiak</surname><email>msobkowiak@egnyte.com</email></author>
<revdescription>
<simplelist>
<member>
Document podman support, cluster-name cluster option, and new
HealthIOWait agent, with other minor clarifications and
corrections
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>12-2</revnumber>
<date>Wed Jun 19 2019</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname><email>kgaillot@redhat.com</email></author>
<revdescription>
<simplelist>
<member>
Add chapter for ACLs
</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>13-0</revnumber>
<date>Tue Oct 15 2019</date>
<author><firstname>Ken</firstname><surname>Gaillot</surname>
<email>kgaillot@redhat.com</email></author>
<revdescription>
<simplelist>
<member>Overhaul fencing, rules, and constraints chapters,
elaborate on various options, and update for Pacemaker 2.0.3
</member>
</simplelist>
</revdescription>
</revision>
+ <revision>
+ <revnumber>13-1</revnumber>
+ <date>Wed Apr 1 2020</date>
+ <author>
+ <firstname>Yan</firstname><surname>Gao</surname>
+ <affiliation><orgname>SUSE</orgname></affiliation>
+ <email>ygao@suse.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Document new feature priority-fencing-delay</member>
+ </simplelist>
+ </revdescription>
+ </revision>
</revhistory>
</simpara>
</appendix>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jul 8, 6:42 PM (2 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2002755
Default Alt Text
(24 KB)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment