Docs: complete Fix for CS-1299

This commit is contained in:
Sebastien Goasguen 2013-02-25 16:36:25 -05:00
parent abca670b99
commit 4d90876ff3
1 changed files with 2 additions and 2 deletions

View File

@ -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>