Docs: Fixing NFS shares setup

This commit is contained in:
Sebastien Goasguen 2013-02-25 16:47:54 -05:00
parent 02192db9a3
commit d4bada3a5e
2 changed files with 3 additions and 3 deletions

View File

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

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