Skip to content

Commit

Permalink
wip add nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Feb 15, 2024
1 parent fdae702 commit 42b94c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nexus/src/app/deployment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit 42b94c5

Please sign in to comment.