DOC. Fix typo in Basic Zone Configuration.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e5b7dc55 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e5b7dc55 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e5b7dc55 Branch: refs/heads/4.2 Commit: e5b7dc55ba6727b10ffe8337810d13d8ffb26445 Parents: c2cde0b Author: Jessica <[email protected]> Authored: Mon Aug 26 12:45:33 2013 -0700 Committer: Jessica <[email protected]> Committed: Mon Aug 26 12:45:33 2013 -0700 ---------------------------------------------------------------------- docs/en-US/about-primary-storage.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e5b7dc55/docs/en-US/about-primary-storage.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/about-primary-storage.xml b/docs/en-US/about-primary-storage.xml index ebc61e8..f67652f 100644 --- a/docs/en-US/about-primary-storage.xml +++ b/docs/en-US/about-primary-storage.xml @@ -24,7 +24,9 @@ <section id="about-primary-storage"> <title>About Primary Storage</title> - <para>Primary storage is associated with a cluster and/or a zone. It stores the disk volumes for all of the VMs running on hosts in that cluster. You can add multiple primary storage servers to a cluster or a zone (at least one is required at the cluster level). Primary storage is typically located close to the hosts for increased performance.</para> + <para>Primary storage is associated with a cluster and/or a zone. It stores the disk volumes for all of the VMs running on hosts in that cluster. + <para>You can add multiple primary storage servers to a cluster or a zone (at least one is required at the cluster level). Primary storage is typically located close to the hosts for increased performance. + &PRODUCT; manages the allocation of guest virtual disks to particular primary storage devices.</para> <para>Primary storage uses the concept of a storage tag. A storage tag is a label that is used to identify the primary storage. Each primary storage can be associated with zero, one, or more storage tags. When a VM is spun up or a data disk attached to a VM for the first time, these tags, if supplied, are used to determine which primary storage can support the VM or data disk (ex. say you need to guarantee a certain number of IOPS to a particular volume).</para> <para>Primary storage can be either static or dynamic. Static primary storage is what CloudStack has traditionally supported. In this model, the administrator must present CloudStack with a certain amount of preallocated storage (ex. a volume from a SAN) and CloudStack can place many of its volumes on this storage. In the newer, dynamic model, the administrator can present CloudStack with a storage system itself (ex. a SAN). CloudStack, working in concert with a plug-in developed for that storage system, can dynamically create volumes on the storage system. A valuable use for this ability is Quality of Service (QoS). If a volume created in CloudStack can be backed by a dedicated volume on a SAN (i.e. a one-to-one mapping between a SAN volume and a CloudStack volume) and the SAN provides QoS, then CloudStack can provide QoS.</para> <para>&PRODUCT; is designed to work with all standards-compliant iSCSI and NFS servers that are supported by the underlying hypervisor, including, for example:</para> @@ -34,5 +36,5 @@ <listitem><para>Network Appliances filers for NFS and iSCSI</para></listitem> <listitem><para>Scale Computing for NFS</para></listitem> </itemizedlist> - <para>If you intend to use only local disk for your installation, you can skip to Add Secondary Storage.</para> + <para>If you intend to use only local disk for your installation, you can skip adding separate primary storage.</para> </section>
