Creating NFS exports

Prerequisites

To create NFS exports

  1. Create the root export:
    1. On the Storage services > NFS > Shares screen, click the number in the Exports column in the row of the desired share. This will open the share screen.
    2. On the share screen, click Add export, specify root as the export name and / as path and select the Read and write access mode.

      Do not use other names or paths for the root export.

      This will create a directory with a default path that designates the export location inside the share. This path is automatically generated based on the share name and used (alongside the share’s IP address) to mount the export.

      Do not give the users access to the root export.

      The root export will be shown in the export list.

  2. Mount the root export, as described in the Storage User’s Guide.

    Do not mount NFS shares on cluster nodes. It may lead to node freeze.

  3. Create user exports in the mounted root export:
    1. In the mounted root export, create a subdirectory for a user export, for example, export1.
    2. On the share screen, click Add export, enter a user export name, specify /export1 as path, and select the access mode.
    3. Click Done.

    The user export will appear in the export list.