Recover Commands

Shell Description
leofs-adm recover-file <file-path> Recover an inconsistent object specified by the file-path
leofs-adm recover-node <storage-node> Recover all inconsistent objects in the specified node
leofs-adm recover-ring <storage-node> Recover rings of the specified node
leofs-adm recover-cluster <cluster-id> [v1.0.0-] Recover all inconsistent objects in the specified cluster

recover-file <file-path>

Recover an inconsistent object specified by the file-path

$ leofs-adm recover-file leo/fast/storage.key
OK

recover-node <node>

Recover all inconsistent objects in the specified node

$ leofs-adm recover-node [email protected]
OK

recover-ring <node>

Recover rings of the specified node

$ leofs-adm recover-ring [email protected]
OK

recover-cluster <cluster-id>

Recover all inconsistent objects in the specified cluster

$ leofs-adm recover-cluster cluster-1
OK