Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Klein <[email protected]>
  • Loading branch information
hawkw and smklein authored Jul 30, 2024
1 parent b949220 commit 603e7b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/src/api/internal/nexus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub struct SledInstanceState {
/// The current state of any inbound migration to this VMM.
pub migration_in: Option<MigrationRuntimeState>,

/// The state of any outbound migration to this VMM.
/// The state of any outbound migration from this VMM.
pub migration_out: Option<MigrationRuntimeState>,
}

Expand Down
2 changes: 1 addition & 1 deletion nexus/examples/config-second.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nexus/examples/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 603e7b1

Please sign in to comment.