Recover
The DC/OS Minio service allows you to heal buckets and objects on the DC/OS Minio server, such as in the case of disk/node failure. You must heal the DC/OS Minio cluster if you intend to add new disks to the cluster.
Recover
-
Run the following command to execute the
recover
plan:{ dcos miniod --name=<service_name> plan start recover }
-
The ‘recover’ task will run the
mc heal
command.mc admin heal -r minioclient
Node replace
If you have replaced a node using node replace
, then when the pod starts on a different node, the recover task will be executed.
Node failure
In case of node failure, when the node comes up again, then the recover plan will be executed. Specifically, the number of parity blocks and number of data blocks will be restored.
Figure 1. - Recovering the disk