Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Feb 13, 2024
1 parent 9d5d238 commit 3b45391
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sled-agent/src/sled_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,11 @@ impl SledAgent {
Ok(())
}

/// Sends a request to Nexus informing it that the current sled exists.
/// Sends a request to Nexus informing it that the current sled exists,
/// with information abou the existing set of hardware.
///
/// Does not block for neux being available.
/// Does not block until Nexus is available -- the future created by this
/// function is retried in a queue that is polled in the background.
pub(crate) fn notify_nexus_about_self(&self, log: &Logger) {
let sled_id = self.inner.id;
let nexus_client = self.inner.nexus_client.clone();
Expand Down

0 comments on commit 3b45391

Please sign in to comment.