You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2013/02/25 22:51:21 UTC

git commit: refs/heads/master - Docs: Fixing NFS shares setup

Updated Branches:
  refs/heads/master 02192db9a -> d4bada3a5


Docs: Fixing NFS shares setup


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

Branch: refs/heads/master
Commit: d4bada3a5e77ed44be16f1eea596d74a8bd224fa
Parents: 02192db
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Mon Feb 25 16:47:54 2013 -0500
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon Feb 25 16:51:02 2013 -0500

----------------------------------------------------------------------
 .../en-US/management-server-install-nfs-shares.xml |    2 +-
 docs/en-US/nfs-shares-on-management-server.xml     |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d4bada3a/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 e917a8e..a12e09c 100644
--- a/docs/en-US/management-server-install-nfs-shares.xml
+++ b/docs/en-US/management-server-install-nfs-shares.xml
@@ -26,7 +26,7 @@
     <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>
     <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>
+        <para>NFS is not the only option for primary or secondary storage. For example, you may use Ceph RBD, GlusterFS, iSCSI, and others. The choice of storage system will depend on the choice of hypervisor and whether you are dealing with primary or secondary storage.</para>
     </note>
     <para>The requirements for primary and secondary storage are described in:</para>
     <itemizedlist>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d4bada3a/docs/en-US/nfs-shares-on-management-server.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/nfs-shares-on-management-server.xml b/docs/en-US/nfs-shares-on-management-server.xml
index c000ce4..881ca8d 100644
--- a/docs/en-US/nfs-shares-on-management-server.xml
+++ b/docs/en-US/nfs-shares-on-management-server.xml
@@ -27,9 +27,9 @@
     <para>This section tells how to set up NFS shares for primary and secondary storage on the same node with the Management Server.  This is more typical of a trial installation, but is technically possible in a larger deployment. It is assumed that you will have less than 16TB of storage on the host.</para> 
     <para>The exact commands for the following steps may vary depending on your operating system version.</para>
     <orderedlist>
-        <listitem><para>On Ubuntu/Debian systems, you'll need to install the nfs-kernel-server package:</para>
+        <listitem><para>On RHEL/CentOS systems, you'll need to install the nfs-utils package:</para>
         <programlisting>
-$ sudo apt-get install nfs-kernel-server
+$ sudo yum install nfs-utils
         </programlisting>
         </listitem>
         <listitem><para>On the Management Server host, create two directories that you will use for primary and secondary storage. For example:</para>