From 47374ddfd54149e5a9606ff6f553d386032c2ccc Mon Sep 17 00:00:00 2001 From: schmidt-scaled <82834682+schmidt-scaled@users.noreply.github.com> Date: Fri, 19 Jun 2026 16:24:21 +0300 Subject: [PATCH 1/2] Update index.md --- docs/deployments/install-on-linux/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/deployments/install-on-linux/index.md b/docs/deployments/install-on-linux/index.md index 5803b26e..f13463be 100644 --- a/docs/deployments/install-on-linux/index.md +++ b/docs/deployments/install-on-linux/index.md @@ -49,6 +49,11 @@ see [System Requirements](../deployment-preparation/hardware-requirements.md#net On storage nodes, simplyblock can use either one network interface for both storage and management or separate interfaces (VLANs or subnets). +!!! Important + It is possible to configure a storage cluster with NVMe-of Multipathing. This requires two storage + VLANs per host, routed via separate NIC ports and switches for fault tolerance. This configuration can + replace a HA networking (LACP, MLAG, ...) behind a bond. + To install simplyblock in your environment, you may have to adopt these commands to match your configuration. | Network interface | Network definition | Abbreviation | Subnet | From da01496c08423ef60b6737e9ceee2d983bcf0bc5 Mon Sep 17 00:00:00 2001 From: noctarius aka Christoph Engelbert Date: Fri, 19 Jun 2026 15:27:36 +0200 Subject: [PATCH 2/2] Update NVMe-of Multipathing configuration note Clarified the explanation of NVMe-of Multipathing configuration alternatives. --- docs/deployments/install-on-linux/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployments/install-on-linux/index.md b/docs/deployments/install-on-linux/index.md index f13463be..0f203bc8 100644 --- a/docs/deployments/install-on-linux/index.md +++ b/docs/deployments/install-on-linux/index.md @@ -52,7 +52,7 @@ or separate interfaces (VLANs or subnets). !!! Important It is possible to configure a storage cluster with NVMe-of Multipathing. This requires two storage VLANs per host, routed via separate NIC ports and switches for fault tolerance. This configuration can - replace a HA networking (LACP, MLAG, ...) behind a bond. + be used as an alternative to a HA networking setup with link aggregation (such as LACP, MLAG, and similar). To install simplyblock in your environment, you may have to adopt these commands to match your configuration.