mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-27 00:38:16 +00:00
rm unuse log
This commit is contained in:
@@ -484,7 +484,6 @@ impl DiskAPI for LocalDisk {
|
||||
}
|
||||
|
||||
async fn get_disk_id(&self) -> Result<Option<Uuid>> {
|
||||
warn!("local get_disk_id");
|
||||
// TODO: check format file
|
||||
let mut format_info = self.format_info.lock().await;
|
||||
|
||||
|
||||
+1
-1
@@ -93,7 +93,7 @@ impl Sets {
|
||||
}
|
||||
}
|
||||
|
||||
warn!("sets new set_drive {:?}", &set_drive);
|
||||
// warn!("sets new set_drive {:?}", &set_drive);
|
||||
|
||||
let set_disks = SetDisks {
|
||||
disks: RwLock::new(set_drive),
|
||||
|
||||
Reference in New Issue
Block a user