mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
listing: Don't log errFileNotFound and friends (#13119)
This commit is contained in:
@@ -696,6 +696,8 @@ func (er *erasureObjects) saveMetaCacheStream(ctx context.Context, mc *metaCache
|
|||||||
switch err.(type) {
|
switch err.(type) {
|
||||||
case ObjectNotFound:
|
case ObjectNotFound:
|
||||||
return err
|
return err
|
||||||
|
case StorageErr:
|
||||||
|
return err
|
||||||
case InsufficientReadQuorum:
|
case InsufficientReadQuorum:
|
||||||
default:
|
default:
|
||||||
logger.LogIf(ctx, err)
|
logger.LogIf(ctx, err)
|
||||||
|
|||||||
Reference in New Issue
Block a user