From 92d4eb2085a63295a60867e44a60e8bcb436e406 Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Thu, 13 Nov 2025 13:15:40 +0530 Subject: [PATCH 1/2] Primary storage LUN capacity correction (CloudStack doesn't impose any limit of 6 TB for LUNs) --- .../conceptsandterminology/choosing_deployment_architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conceptsandterminology/choosing_deployment_architecture.rst b/source/conceptsandterminology/choosing_deployment_architecture.rst index 55f673a05f..3ebb52cb93 100644 --- a/source/conceptsandterminology/choosing_deployment_architecture.rst +++ b/source/conceptsandterminology/choosing_deployment_architecture.rst @@ -299,7 +299,7 @@ Setup Best Practices - Use multiple clusters per pod if you need to achieve a certain switch density. -- Primary storage mountpoints or LUNs should not exceed 6 TB in size. +- Primary storage mountpoints or LUNs should be limited to a manageable capacity. It is better to have multiple smaller primary storage elements per cluster than one large one. From 114bd7e2fdcacf66e56ee7183bee9a20738c6e2a Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Thu, 13 Nov 2025 13:31:49 +0530 Subject: [PATCH 2/2] update --- .../choosing_deployment_architecture.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/conceptsandterminology/choosing_deployment_architecture.rst b/source/conceptsandterminology/choosing_deployment_architecture.rst index 3ebb52cb93..c2b9ac81d9 100644 --- a/source/conceptsandterminology/choosing_deployment_architecture.rst +++ b/source/conceptsandterminology/choosing_deployment_architecture.rst @@ -299,7 +299,8 @@ Setup Best Practices - Use multiple clusters per pod if you need to achieve a certain switch density. -- Primary storage mountpoints or LUNs should be limited to a manageable capacity. +- Primary storage mountpoints or LUNs should be limited to a manageable + capacity as the CloudStack does not impose any limit on them. It is better to have multiple smaller primary storage elements per cluster than one large one.