You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by jz...@apache.org on 2012/12/09 17:13:53 UTC

git commit: CLOUDSTACK-389: Added language to clear up confusion about iSCSI only.

Updated Branches:
  refs/heads/master a7d7f85e4 -> 9d6bdf9cf


CLOUDSTACK-389: Added language to clear up confusion about iSCSI only.


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

Branch: refs/heads/master
Commit: 9d6bdf9cf94dff0f5f6b428928c78cf872900a27
Parents: a7d7f85
Author: Joe Brockmeier <jz...@zonker.net>
Authored: Sun Dec 9 10:12:34 2012 -0600
Committer: Joe Brockmeier <jz...@zonker.net>
Committed: Sun Dec 9 10:12:34 2012 -0600

----------------------------------------------------------------------
 .../en-US/management-server-install-nfs-shares.xml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9d6bdf9c/docs/en-US/management-server-install-nfs-shares.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-nfs-shares.xml b/docs/en-US/management-server-install-nfs-shares.xml
index 28e3fa3..e917a8e 100644
--- a/docs/en-US/management-server-install-nfs-shares.xml
+++ b/docs/en-US/management-server-install-nfs-shares.xml
@@ -25,11 +25,13 @@
 <section id="prepare-nfs-shares">
     <title>Prepare NFS Shares</title>
     <para>&PRODUCT; needs a place to keep primary and secondary storage (see Cloud Infrastructure Overview). Both of these can be NFS shares. This section tells how to set up the NFS shares before adding the storage to &PRODUCT;.</para>
-    <para>For primary storage, you can use iSCSI instead.</para> 
+    <note><title>Alternative Storage</title>
+        <para>NFS is not the only option for primary or secondary storage. For example, you may use a Ceph RDB cluster, GlusterFS, iSCSI, and otthers.</para>
+    </note>
     <para>The requirements for primary and secondary storage are described in:</para>
     <itemizedlist>
-        <listitem><para>About Primary Storage</para></listitem>
-        <listitem><para>About Secondary Storage</para></listitem>
+        <listitem><para><xref linkend="about-primary-storage"/></para></listitem>
+        <listitem><para><xref linkend="about-secondary-storage"/></para></listitem>
     </itemizedlist>
     <para>A production installation typically uses a separate NFS server. See <xref linkend="nfs-shares-on-separate-server"/>.</para>
     <para>You can also use the Management Server node as the NFS server. This is more typical of a trial installation, but is technically possible in a larger deployment. See <xref linkend="nfs-shares-on-management-server"/>.</para>