Updated Branches:
  refs/heads/4.0 abca670b9 -> 4d90876ff

Docs: complete Fix for CS-1299


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

Branch: refs/heads/4.0
Commit: 4d90876ff3fe5e1e5ee092662a95b8f10e01941f
Parents: abca670
Author: Sebastien Goasguen <[email protected]>
Authored: Mon Feb 25 16:36:25 2013 -0500
Committer: Sebastien Goasguen <[email protected]>
Committed: Mon Feb 25 16:36:25 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4d90876f/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..909dc8e 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-util package:</para>
         <programlisting>
-$ sudo apt-get install nfs-kernel-server
+$ sudo apt-get 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