mirror of https://github.com/apache/cloudstack.git
Docs: complete Fix for CS-1299
This commit is contained in:
parent
abca670b99
commit
4d90876ff3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue