Skip to content

Commit

Permalink
Remove a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Dec 6, 2023
1 parent d317629 commit dcf974e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nexus/src/app/rack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ impl super::Nexus {
name: request.recovery_silo.silo_name,
description: "built-in recovery Silo".to_string(),
},
// TODO: Should the recovery silo have a quota? If so, what should the defaults be?
// The recovery silo is initialized with no allocated capacity given it's
// not intended to be used to deploy workloads. Operators can add capacity
// after the fact if they want to use it for that purpose.
quotas: params::SiloQuotasCreate::empty(),
discoverable: false,
identity_mode: SiloIdentityMode::LocalOnly,
Expand Down

0 comments on commit dcf974e

Please sign in to comment.