You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/operations/concepts/healing.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The ability of MinIO to restore a damaged object relates directly to the followi
38
38
39
39
When MinIO needs to provide the object, it looks for the data shards for the object.
40
40
If any of the data shards are missing or damaged, MinIO uses one or more of the parity shards to restore the object.
41
-
WHen looking for the parity shards, if any of the parity shards are missing or damaged, MinIO restores those as well, provided there are sufficient other shards to serve the object.
41
+
When looking for the parity shards, if any of the parity shards are missing or damaged, MinIO restores those as well, provided there are sufficient other shards to serve the object.
42
42
For this scenario, up to three of data shard parts can be lost or damaged and MinIO can still successfully restore and serve the object.
43
43
44
44
The number of drives available with intact data or parity shards of the object must meet or exceed the number of drives used for data shards in the erasure set.
0 commit comments