Skip to content

Commit

Permalink
add PR comment to RegionReplacementStep struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed May 23, 2024
1 parent e4bb5a4 commit 47ad632
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nexus/db-model/src/region_replacement_step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ impl_enum_type!(
);

/// Database representation of a Region replacement repair step
///
/// As region replacement takes place, Nexus will be making calls to services in
/// order to trigger the necessary Crucible operations meant to actually perform
/// the replacement. These steps are recorded in the database so that they can
/// be consulted by subsequent steps, and additionally act as breadcrumbs if
/// there is an issue.
///
/// See also: RegionReplacement records
#[derive(
Queryable,
Insertable,
Expand Down

0 comments on commit 47ad632

Please sign in to comment.