1
0
mirror of https://github.com/minio/minio.git synced 2025-01-25 05:33:16 -05:00
Harshavardhana 64fde1ab95
xl/zones: return errNoHealRequired when no heal is required ()
Zone abstraction of object layer was returning `nil`
incorrectly under situations where disk healing is
not required. Returning `nil` is considered as healing
successful, which leads to unexpected ReloadFormat()
peer notification calls during startup.

This PR fixes this behavior properly for zones.
2020-01-15 17:19:13 -08:00
..