Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Jul 2, 2024
1 parent c2ee842 commit a437cc2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sled-storage/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -823,17 +823,14 @@ impl StorageManager {
#[cfg(all(test, target_os = "illumos"))]
mod tests {
use crate::dataset::DatasetKind;
use crate::disk::OmicronPhysicalDiskConfig;
use crate::disk::RawSyntheticDisk;
use crate::manager_test_harness::StorageManagerTestHarness;
use crate::resources::{DiskManagementError, ManagedDisk};

use super::*;
use camino_tempfile::tempdir_in;
use omicron_common::api::external::Generation;
use omicron_common::ledger;
use omicron_test_utils::dev::test_setup_log;
use omicron_uuid_kinds::ZpoolUuid;
use sled_hardware::DiskFirmware;
use std::sync::atomic::Ordering;
use uuid::Uuid;
Expand Down

0 comments on commit a437cc2

Please sign in to comment.