From 0960bb0958572ca4482da95abca94c9d91352f01 Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Fri, 24 Nov 2023 10:23:59 -0500 Subject: [PATCH] Make storage requirements better Lower the cloud node disk requirements from 3 to 2. This is also in agreement with the Charm Guide golden path. Change-Id: I65d63ee8dce90901a739ec8d8bd3f0c7b993deee Signed-off-by: Peter Matulis --- deploy-guide/source/install-maas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-guide/source/install-maas.rst b/deploy-guide/source/install-maas.rst index 6762149..a99a29e 100644 --- a/deploy-guide/source/install-maas.rst +++ b/deploy-guide/source/install-maas.rst @@ -25,7 +25,7 @@ Here are the hardware requirements: * 1 x MAAS system: 8GiB RAM, 2 CPUs, 1 NIC, 1 x 40GiB storage * 1 x Juju controller node: 4GiB RAM, 2 CPUs, 1 NIC, 1 x 40GiB storage -* 4 x cloud nodes: 8GiB RAM, 2 CPUs, 1 NIC, 3 x 80GiB storage +* 4 x cloud nodes: 8GiB RAM, 2 CPUs, 1 NIC, 2 x 80GiB storage .. note::