mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
add dnsStore interface for upcoming operator webhook (#10077)
This commit is contained in:
@@ -206,7 +206,7 @@ func (d *dataUpdateTracker) load(ctx context.Context, drives ...string) {
|
||||
continue
|
||||
}
|
||||
err = d.deserialize(f, d.Saved)
|
||||
if err != nil && err != io.EOF {
|
||||
if err != nil && err != io.EOF && err != io.ErrUnexpectedEOF {
|
||||
logger.LogIf(ctx, err)
|
||||
}
|
||||
f.Close()
|
||||
|
||||
Reference in New Issue
Block a user