Updated Branches:
  refs/heads/4.1 59b3cbcd3 -> 3014b46c3

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/3014b46c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3014b46c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3014b46c

Branch: refs/heads/4.1
Commit: 3014b46c3b78f5b08d8caa5ef0f84d2f02c818e9
Parents: 59b3cbc
Author: Sebastien Goasguen <[email protected]>
Authored: Mon Feb 25 16:47:54 2013 -0500
Committer: Sebastien Goasguen <[email protected]>
Committed: Mon Feb 25 16:47:54 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/3014b46c/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/3014b46c/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>

Reply via email to