Skip to content

Commit

Permalink
Cleanup missed XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
papertigers committed Jun 27, 2024
1 parent 33916c9 commit 8a890b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sled-storage/src/manager_test_harness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,10 @@ impl StorageManagerTestHarness {
.expect("Failed to remove vdev");
}

// XXX MTZ: Provide a vdev update aka new firmware.
// Update a vdev.
//
// Note: currently the only portion of a vdev that we update is the firmware
// metadata.
pub async fn update_vdev(&mut self, raw: &RawDisk) {
self.handle
.detected_raw_disk_update(raw.clone())
Expand Down

0 comments on commit 8a890b9

Please sign in to comment.