diff --git a/html/pacemaker/doc/Colocation_Explained.pdf b/html/pacemaker/doc/Colocation_Explained.pdf deleted file mode 100644 index bca8bd8..0000000 Binary files a/html/pacemaker/doc/Colocation_Explained.pdf and /dev/null differ diff --git a/html/pacemaker/doc/Colocation_Explained_White.pdf b/html/pacemaker/doc/Colocation_Explained_White.pdf deleted file mode 100644 index 9919843..0000000 --- a/html/pacemaker/doc/Colocation_Explained_White.pdf +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - - - - - - - - - File:Colocation Explained - White.pdf - ClusterLabs - - - - - - - - - - - - - - - - - - - - - -
-
-
- -

File:Colocation Explained - White.pdf

-
-

From ClusterLabs

-
-
Jump to: navigation, search
-
-

Colocation_Explained_-_White.pdf (file size: 463 KB, MIME type: application/pdf) -

-
- - - - -

File history

Click on a date/time to view the file as it appeared at that time. -

(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500) - - -
Date/TimeThumbnailDimensionsUserComment
current15:18, 2 February 2011No thumbnail (463 KB)Maintenance script (Talk) (Importing image file)
-(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500) -
-
-

There are no pages that link to this file. -

- - -
-
-
-
-
-
-
Views
- -
-
-
Personal tools
-
- -
-
- - - -
-
site navigation
- -
-
-
communication
- -
- -
-
Language
- -
-
-
- -
- - - - diff --git a/html/pacemaker/doc/Ordering_Explained.pdf b/html/pacemaker/doc/Ordering_Explained.pdf deleted file mode 100644 index 19060d7..0000000 Binary files a/html/pacemaker/doc/Ordering_Explained.pdf and /dev/null differ diff --git a/html/pacemaker/doc/Ordering_Explained_White.pdf b/html/pacemaker/doc/Ordering_Explained_White.pdf deleted file mode 100644 index 0dd0b87..0000000 --- a/html/pacemaker/doc/Ordering_Explained_White.pdf +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - - - - - - - - - File:Ordering Explained - White.pdf - ClusterLabs - - - - - - - - - - - - - - - - - - - - - -
-
-
- -

File:Ordering Explained - White.pdf

-
-

From ClusterLabs

-
-
Jump to: navigation, search
-
-

Ordering_Explained_-_White.pdf (file size: 159 KB, MIME type: application/pdf) -

-
- - - - -

File history

Click on a date/time to view the file as it appeared at that time. -

(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500) - - -
Date/TimeThumbnailDimensionsUserComment
current15:18, 2 February 2011No thumbnail (159 KB)Maintenance script (Talk) (Importing image file)
-(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500) -
-
-

There are no pages that link to this file. -

- - -
-
-
-
-
-
-
Views
- -
-
-
Personal tools
-
- -
-
- - - -
-
site navigation
- -
-
-
communication
- -
- -
-
Language
- -
-
-
- -
- - - - diff --git a/src/pacemaker/doc/index.php b/src/pacemaker/doc/index.php index 51e59eb..9f327d3 100644 --- a/src/pacemaker/doc/index.php +++ b/src/pacemaker/doc/index.php @@ -1,169 +1,167 @@ --- layout: pacemaker title: Pacemaker Documentation ---

Most of the documentation listed here was generated from the Pacemaker sources.

Where to Start

If you're new to Pacemaker or clustering in general, the best place to start is Clusters from Scratch, which walks you step-by-step through the installation and configuration of a high-availability cluster with Pacemaker. It even makes common configuration mistakes so that it can demonstrate how to fix them.

On the other hand, if you're looking for an exhaustive reference of all of Pacemaker's options and features, try Pacemaker Explained. It's dry, but should have the answers you're looking for.

There is also a project wiki with examples, how-to guides, and other information that doesn't make it into the manuals.

Unversioned documentation

General Concepts

- - + - - +
Ordering Explained[pdf][print][pdf]
Colocation Explained[pdf][print][pdf]
Configuring Fencing with crmsh [html]
ACL Guide [html]
"; echo "

"; foreach (glob("title-$version.txt") as $filename) { readfile($filename); } echo "

"; foreach (glob("desc-$version.txt") as $filename) { readfile($filename); } echo "
"; foreach (glob("build-$version.txt") as $filename) { readfile($filename); } echo "
"; $langs = array(); // for now, show only US English; other translations haven't been maintained //foreach (glob("$base/*/Pacemaker/$version") as $item) { // $langs[] = basename(dirname(dirname($item))); //} $langs[] = "en-US"; $books = array(); foreach (glob("$base/en-US/Pacemaker/$version/pdf/*") as $filename) { $books[] = basename($filename); } echo ''; foreach ($books as $b) { foreach ($langs as $lang) { if (glob("$base/$lang/Pacemaker/$version/pdf/$b/*-$lang.pdf")) { echo '"; echo '"; } } } echo "
'.str_replace("_", " ", $b)." ($lang)'; foreach (glob("$base/$lang/Pacemaker/$version/epub/$b/*.epub") as $filename) { echo " [epub]"; } foreach (glob("$base/$lang/Pacemaker/$version/pdf/$b/*.pdf") as $filename) { echo " [pdf]"; } foreach (glob("$base/$lang/Pacemaker/$version/html/$b/index.html") as $filename) { echo " [html]"; } foreach (glob("$base/$lang/Pacemaker/$version/html-single/$b/index.html") as $filename) { echo " [html-single]"; } foreach (glob("$base/$lang/Pacemaker/$version/txt/$b/*.txt") as $filename) { echo " [txt]"; } echo "
"; echo "
"; } $docs = array(); foreach (glob("*.html") as $file) { $fields = explode(".", $file, -1); $docs[] = implode(".", $fields); } foreach (glob("*.pdf") as $file) { $fields = explode(".", $file, -1); $docs[] = implode(".", $fields); } echo "
\n

Versioned documentation

\n
"; foreach(get_versions(".") as $v) { docs_for_version(".", $v); } ?>

Deprecated Documentation

Pacemaker 1.0 with OpenAIS

Clusters from Scratch - Pacemaker 1.0 & GFS2 [pdf]
Clusters from Scratch - Pacemaker 1.0 & OCFS2 [pdf]