Setting up networks for block storage

Prerequisites

To create the network configuration for block storage

Admin panel

  1. Go to Infrastructure > Networks and ensure that your infrastructure has a public network with the iSCSI 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 add to an iSCSI target group.

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