Skip to content

Commit d327324

Browse files
committed
[sled-agent-config-reconciler] Flesh out internal disks task
1 parent 1848d18 commit d327324

File tree

5 files changed

+793
-57
lines changed

5 files changed

+793
-57
lines changed

sled-agent/config-reconciler/src/handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ impl ConfigReconcilerHandle {
243243
}
244244

245245
/// Wait for the internal disks task to start managing the boot disk.
246-
pub async fn wait_for_boot_disk(&mut self) -> DiskIdentity {
246+
pub async fn wait_for_boot_disk(&mut self) -> Arc<DiskIdentity> {
247247
self.internal_disks_rx.wait_for_boot_disk().await
248248
}
249249

0 commit comments

Comments
 (0)