Files
rustfs/ecstore/src/heal/error.rs
T
mujunxiang e94d462652 auto heal(3)
Signed-off-by: mujunxiang <[email protected]>
2024-11-19 17:15:37 +08:00

6 lines
404 B
Rust

pub const ERR_IGNORE_FILE_CONTRIB: &str = "ignore this file's contribution toward data-usage";
pub const ERR_SKIP_FILE: &str = "skip this file";
pub const ERR_HEAL_STOP_SIGNALLED: &str = "heal stop signaled";
pub const ERR_HEAL_IDLE_TIMEOUT: &str = "healing results were not consumed for too long";
pub const ERR_RETRY_HEALING: &str = "some items failed to heal, we will retry healing this drive again";