From 42b94c5940280f82bf0a91b66a924ee6c71daaeb Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Thu, 15 Feb 2024 16:35:59 -0500 Subject: [PATCH] wip add nexus --- nexus/src/app/deployment.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nexus/src/app/deployment.rs b/nexus/src/app/deployment.rs index b8cb6deabfb..2796275b012 100644 --- a/nexus/src/app/deployment.rs +++ b/nexus/src/app/deployment.rs @@ -227,7 +227,8 @@ impl super::Nexus { policy: Policy { sleds, service_ip_pool_ranges, - target_nexus_zone_count: NEXUS_REDUNDANCY, + // TODO-john DO NOT MERGE + target_nexus_zone_count: 1 + NEXUS_REDUNDANCY, }, inventory, })