We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d59951 commit ed20fffCopy full SHA for ed20fff
sled-agent/src/services.rs
@@ -563,7 +563,8 @@ impl ServiceManager {
563
.expect("Sled Agent should only start once");
564
565
self.load_non_storage_services().await?;
566
- // TODO: These will fail if the disks aren't attached.
+ // TODO(https://github.com/oxidecomputer/omicron/issues/2973):
567
+ // These will fail if the disks aren't attached.
568
// Should we have a retry loop here? Kinda like we have with the switch
569
// / NTP zone?
570
//
0 commit comments