todo file_info_from_raw

This commit is contained in:
weisd
2024-11-30 20:54:51 +08:00
parent bbc76302a2
commit df60aa50fe
6 changed files with 18 additions and 3 deletions
+2
View File
@@ -399,6 +399,7 @@ impl LocalDisk {
}
/// read xl.meta raw data
#[tracing::instrument(level = "debug", skip(self, volume_dir, path))]
async fn read_raw(
&self,
bucket: &str,
@@ -460,6 +461,7 @@ impl LocalDisk {
Ok(data)
}
#[tracing::instrument(level = "debug", skip(self, volume_dir, file_path))]
async fn read_all_data_with_dmtime(
&self,
volume: &str,
+1
View File
@@ -277,6 +277,7 @@ impl DiskAPI for Disk {
}
}
#[tracing::instrument(level = "debug", skip(self))]
async fn read_version(
&self,
_org_volume: &str,