Configuring RDMA automatically
Limitations
- You can only configure RDMA automatically before creating the storage cluster.
Prerequisites
- You have checked the RDMA network by following the instructions in Checking the RDMA network.
To configure RDMA automatically
Admin panel
Use the Enable RDMA toggle switch on the Settings > System settings > Storage performance screen.
Command-line interface
Use the following command:
vinfra cses-config change (--enable | --disable)
--enable
- Enable RDMA
--disable
- Disable RDMA
For example, to enable RDMA for the storage cluster, run:
# vinfra cses-config change --enable
You can check that the setting has been applied by running vinfra cses-config show
:
# vinfra cses-config show +-------+-------+ | Field | Value | +-------+-------+ | rdma | True | +-------+-------+