Setting up networks for file storage

Prerequisites

To create the network configuration for file storage

Admin panel

  1. Go to Infrastructure > Networks and ensure that your infrastructure has the following networks:
    • A private network with the OSTOR private traffic type
    • A public network with the NFS public traffic type
  2. If you plan to use RDMA over InfiniBand, move the traffic type Storage to a dedicated network and assign that network to the IB interface.
  3. Configure network interfaces on the nodes that you plan to join the NFS cluster.

Command-line interface

Review your network configuration by using the following command:

# vinfra cluster network list -c id -c name -c traffic_types
+--------------------------------------+---------+-----------------------------------------------------------------+
| id                                   | name    | traffic_types                                                   |
+--------------------------------------+---------+-----------------------------------------------------------------+
| f50605a3-64f4-4f0c-b50e-9481ec221c72 | Private | Backup (ABGW) private,Internal management,OSTOR private,Storage |
| 955041d4-b059-47a1-ba4c-0be117e8cbd2 | Public  | Backup (ABGW) public,iSCSI,NFS,S3 public,Admin panel,SSH        |
+--------------------------------------+---------+-----------------------------------------------------------------+