From 603e7b1db8aaddf29a56550ce5214c5f7774ead8 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Tue, 30 Jul 2024 15:19:58 -0700 Subject: [PATCH] fix comments Co-authored-by: Sean Klein --- common/src/api/internal/nexus.rs | 2 +- nexus/examples/config-second.toml | 2 +- nexus/examples/config.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/src/api/internal/nexus.rs b/common/src/api/internal/nexus.rs index 75eb0b37eab..7f4eb358a4a 100644 --- a/common/src/api/internal/nexus.rs +++ b/common/src/api/internal/nexus.rs @@ -126,7 +126,7 @@ pub struct SledInstanceState { /// The current state of any inbound migration to this VMM. pub migration_in: Option, - /// The state of any outbound migration to this VMM. + /// The state of any outbound migration from this VMM. pub migration_out: Option, } diff --git a/nexus/examples/config-second.toml b/nexus/examples/config-second.toml index 40fe8da632e..754f37c064f 100644 --- a/nexus/examples/config-second.toml +++ b/nexus/examples/config-second.toml @@ -132,7 +132,7 @@ region_replacement.period_secs = 30 region_replacement_driver.period_secs = 10 # How frequently to query the status of active instances. instance_watcher.period_secs = 30 -# How frequently to schedule new instance update sagass. +# How frequently to schedule new instance update sagas. instance_updater.period_secs = 30 service_firewall_propagation.period_secs = 300 v2p_mapping_propagation.period_secs = 30 diff --git a/nexus/examples/config.toml b/nexus/examples/config.toml index 7555c86c2a7..bd50e846bdc 100644 --- a/nexus/examples/config.toml +++ b/nexus/examples/config.toml @@ -118,7 +118,7 @@ region_replacement.period_secs = 30 region_replacement_driver.period_secs = 10 # How frequently to query the status of active instances. instance_watcher.period_secs = 30 -# How frequently to schedule new instance update sagass. +# How frequently to schedule new instance update sagas. instance_updater.period_secs = 30 service_firewall_propagation.period_secs = 300 v2p_mapping_propagation.period_secs = 30