Skip to content

Commit ed20fff

Browse files
committed
review feedback
1 parent 5d59951 commit ed20fff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sled-agent/src/services.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,8 @@ impl ServiceManager {
563563
.expect("Sled Agent should only start once");
564564

565565
self.load_non_storage_services().await?;
566-
// TODO: These will fail if the disks aren't attached.
566+
// TODO(https://github.com/oxidecomputer/omicron/issues/2973):
567+
// These will fail if the disks aren't attached.
567568
// Should we have a retry loop here? Kinda like we have with the switch
568569
// / NTP zone?
569570
//

0 commit comments

Comments
 (0)