add tick check disk

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2024-12-18 10:52:23 +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 {