3 commits - en-US/Clusters.xml en-US/Release_Notes.xml

David Nalley ke4qqq at fedoraproject.org
Thu Apr 2 13:26:30 UTC 2009


 en-US/Clusters.xml      |  108 ++++++++++++++++++++++++++++++++++++++++++++++++
 en-US/Release_Notes.xml |    1 
 2 files changed, 109 insertions(+)

New commits:
commit c53f98dc64cb3866ce4009dfe1bd4623bbd4e77d
Merge: 792b8b3... 771c226...
Author: David Nalley <david at gnsa.us>
Date:   Thu Apr 2 09:25:12 2009 -0400

    Merge branch 'master' of ssh://git.fedorahosted.org/git/docs/release-notes



commit 792b8b31db6f72fae12841c33aa099b9c6a042b6
Author: David Nalley <david at gnsa.us>
Date:   Thu Apr 2 09:24:56 2009 -0400

    committing first set of work on clusters.xml

diff --git a/en-US/Clusters.xml b/en-US/Clusters.xml
index 5a0c550..bdf93dd 100644
--- a/en-US/Clusters.xml
+++ b/en-US/Clusters.xml
@@ -5,6 +5,104 @@
 <section>
         <title>Clusters</title>
                 <remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Docs/Beats/Cluster">https://fedoraproject.org/wiki/Docs/Beats/Cluster</ulink></remark>
-                        <para>This section highlights changes and additions to the various GUI server and system configuration tools in Fedora 10. </para>
-                            </section>
+                        <para>This section highlights changes and additions to the clustering tools in Fedora 10. </para>
+	<section>
+		<title>New Features</title>
+		<section>
+			<title>The Corosync Cluster Engine</title>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Plug-in based cluster engine using the virtual synchrony communication model
+					</para>
+					<itemizedlist>
+						<listitem>
+							<para>
+								Well considered plugin model and plugin API
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								Ultra-high performance messaging, up to 300k messages/second to a group of 32
+								nodes for service engine developers.
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								Provides most services for service engine developers
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								Standard on many other Linux distributions for portable application development.
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								Works with mixed 32/64 bit user applications, 32/64 bit big and little endian support.
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								Full IPv4 and IPv6 support
+							</para>
+						</listitem>
+					</itemizedlist>
+				</listitem>
+				<listitem>
+					<para>
+						Provides the following plug-in service engines and C APIs
+					</para>
+					<itemizedlist>
+						<listitem>
+							<para>
+								Closed Process Group Communication C API for cluster communication
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								Extended Virtual Synchrony passthrough C API for cluster communications at a lower level.
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								Runtime Configuration Database C API for cluster configuration 
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								Configuration C API for runtime cluster operations
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								Quorum engine C API for providing information related to quorum 
+							</para>
+						</listitem>
+					</itemizedlist>
+				</listitem>
+				<listitem>
+					<para>
+						Reusable C libraries or headers tuned for high performance and quality
+					</para>
+				</listitem>
+			</itemizedlist>
+		</section>
+	</section>
+	<section>
+		<title>Packaging Changes</title>
+		<para>
+			Lots of effort has been done to cleanup the packages and to make 
+			them as complete, intuitive and modular as possible, allowing also 
+			external entities to reuse most of the infrastructure without the 
+			requirement to pull the whole stack in. 
+		</para>
+		<para>
+			With the new package reorganization, users will find it easier to 
+			update their cluster. The introduction of fence-agent and resource 
+			agent packages will avoid the pain for users to restart cluster nodes 
+			for simple script updates. 
+		</para>
+	</section>
+</section>
 


commit 8db4f66f63f5c9194e8736d3c2bdde229ed88aea
Author: David Nalley <david at gnsa.us>
Date:   Thu Apr 2 09:04:43 2009 -0400

    added clusters.xml and an entry for it in Release_Notes.xml

diff --git a/en-US/Clusters.xml b/en-US/Clusters.xml
new file mode 100644
index 0000000..5a0c550
--- /dev/null
+++ b/en-US/Clusters.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0'?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<section>
+        <title>Clusters</title>
+                <remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Docs/Beats/Cluster">https://fedoraproject.org/wiki/Docs/Beats/Cluster</ulink></remark>
+                        <para>This section highlights changes and additions to the various GUI server and system configuration tools in Fedora 10. </para>
+                            </section>
+
diff --git a/en-US/Release_Notes.xml b/en-US/Release_Notes.xml
index 8f24aa7..06d3add 100644
--- a/en-US/Release_Notes.xml
+++ b/en-US/Release_Notes.xml
@@ -45,6 +45,7 @@
 		<xi:include href="ServerTools.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 		<xi:include href="FileSystems.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 		<xi:include href="Xorg.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+		<xi:include href="Clusters.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	</section>
 
 	<section>





More information about the Fedora-docs-commits mailing list