add tick check disk

Signed-off-by: junxiang Mu <[email protected]>
This commit is contained in:
junxiang Mu
2024-12-19 17:27:17 +08:00
parent f472c16e8a
commit e95318092c
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -762,7 +762,7 @@ impl DiskAPI for LocalDisk {
self.endpoint.host_port()
}
async fn is_online(&self) -> bool {
true
self.check_format_json().await.is_ok()
}
fn endpoint(&self) -> Endpoint {