You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by jt...@apache.org on 2012/10/23 23:38:40 UTC

git commit: Docs. Add missing sections to Primary Storage. Fix a typo.

Updated Branches:
  refs/heads/master 6f2792eb4 -> 6cb0c97fb


Docs. Add missing sections to Primary Storage. Fix a typo.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6cb0c97f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6cb0c97f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6cb0c97f

Branch: refs/heads/master
Commit: 6cb0c97fbce619183999b0e0ac3dd133df7bd0dd
Parents: 6f2792e
Author: Jessica Tomechak <je...@gmail.com>
Authored: Tue Oct 23 14:36:46 2012 -0700
Committer: Jessica Tomechak <je...@gmail.com>
Committed: Tue Oct 23 14:37:30 2012 -0700

----------------------------------------------------------------------
 docs/en-US/add-primary-storage.xml |    2 +-
 docs/en-US/primary-storage.xml     |   11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6cb0c97f/docs/en-US/add-primary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-primary-storage.xml b/docs/en-US/add-primary-storage.xml
index 9c7ad3d..a43567f 100644
--- a/docs/en-US/add-primary-storage.xml
+++ b/docs/en-US/add-primary-storage.xml
@@ -94,7 +94,7 @@
         </listitem>
         <listitem>
           <para>Tags (optional). The comma-separated list of tags for this storage device. It should
-            be an equivalent set or superset of the tags on your disk offerings</para>
+            be an equivalent set or superset of the tags on your disk offerings.</para>
         </listitem>
       </itemizedlist>
       <para>The tag sets on primary storage across clusters in a Zone must be identical. For

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6cb0c97f/docs/en-US/primary-storage.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/primary-storage.xml b/docs/en-US/primary-storage.xml
index 4860488..4cefa83 100644
--- a/docs/en-US/primary-storage.xml
+++ b/docs/en-US/primary-storage.xml
@@ -23,6 +23,11 @@
 -->
 
 <section id="primary-storage">
-        <title>Primary Storage</title>
-        <para>This section gives concepts and technical details about CloudPlatform primary storage. For information about how to install and configure primary storage through the CloudPlatform UI, see the Advanced Installation Guide.</para>
-    </section>
+    <title>Primary Storage</title>
+    <para>This section gives concepts and technical details about CloudPlatform primary storage. For information about how to install and configure primary storage through the CloudPlatform UI, see the Advanced Installation Guide.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="best-practices-primary-storage.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="runtime-behavior-of-primary-storage.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hypervisor-support-for-primarystorage.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="storage-tags.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="maintenance-mode-for-primary-storage.xml"/>
+</section>