Skip to content

Commit

Permalink
Best Practices for storage network configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rrajendran17 committed Jan 23, 2025
1 parent 84aad9b commit 1cea2bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/advanced/storagenetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,19 @@ The storage network may malfunction because of issues with the external network,
### Start VM Manually

After verifying the configuration, users could start VM manually on demand.

### Best Practices

- When allocating IP Range for storage network using the below formula,
Required Number of IPs = (Number of Nodes * 2) + (Number of Disks * 2) + Number of Images to Download/Upload
Consider allocating sufficient ip addresses keeping in mind the future needs of the cluster.
When new nodes are added to the cluster or more disks added to the node after storage network configuration and if required number of IPs becomes
greater than allocated, then it results in Longhorn pods (`instance-manager`, and `backing-image-manager`) not in running state.

Storage network has to be reconfigured with sufficient IP Range to solve this.

- Users are allowed to configure storage networks using mgmt cluster, but it is not the best or recommended configuration as same physical nics are
shared by both storage network and other traffic over mgmt network.

- Consider using storage network on mgmt cluster only if you could segregate traffic using vlans effectively on same physical link or the cluster has some NIC
constraints.

0 comments on commit 1cea2bb

Please sign in to comment.