diff --git a/ecstore/src/disk.rs b/ecstore/src/disk.rs index acf781fe..a3f8ea7a 100644 --- a/ecstore/src/disk.rs +++ b/ecstore/src/disk.rs @@ -22,7 +22,7 @@ pub const FORMAT_CONFIG_FILE: &str = "format.json"; pub struct DiskOption { pub cleanup: bool, - pub _health_check: bool, + pub health_check: bool, } pub async fn new_disk(ep: &Endpoint, opt: &DiskOption) -> Result {