Skip to content

Commit d4bada3

Browse files
committed
Docs: Fixing NFS shares setup
1 parent 02192db commit d4bada3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/en-US/management-server-install-nfs-shares.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<title>Prepare NFS Shares</title>
2727
<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>
2828
<note><title>Alternative Storage</title>
29-
<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>
29+
<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>
3030
</note>
3131
<para>The requirements for primary and secondary storage are described in:</para>
3232
<itemizedlist>

docs/en-US/nfs-shares-on-management-server.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<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>
2828
<para>The exact commands for the following steps may vary depending on your operating system version.</para>
2929
<orderedlist>
30-
<listitem><para>On Ubuntu/Debian systems, you'll need to install the nfs-kernel-server package:</para>
30+
<listitem><para>On RHEL/CentOS systems, you'll need to install the nfs-utils package:</para>
3131
<programlisting>
32-
$ sudo apt-get install nfs-kernel-server
32+
$ sudo yum install nfs-utils
3333
</programlisting>
3434
</listitem>
3535
<listitem><para>On the Management Server host, create two directories that you will use for primary and secondary storage. For example:</para>

0 commit comments

Comments
 (0)