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/9ece8ffc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9ece8ffc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9ece8ffc Branch: refs/heads/marvin-parallel Commit: 9ece8ffcaf50dbd0d895a437324b7965eefeb198 Parents: cb48468 Author: Jessica Tomechak <[email protected]> Authored: Tue Oct 23 14:36:46 2012 -0700 Committer: Prasanna Santhanam <[email protected]> Committed: Thu Oct 25 13:47:30 2012 +0530 ---------------------------------------------------------------------- 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/9ece8ffc/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/9ece8ffc/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>
