mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
fix: fallback listing on drives that are unformatted, disconnected (#13249)
This commit is contained in:
@@ -209,6 +209,10 @@ func (z *erasureServerPools) listPath(ctx context.Context, o *listPathOptions) (
|
||||
}
|
||||
}()
|
||||
o.ID = ""
|
||||
|
||||
if err != nil {
|
||||
logger.LogIf(ctx, fmt.Errorf("Resuming listing from drives failed %w, proceeding to do raw listing", err))
|
||||
}
|
||||
}
|
||||
|
||||
// Do listing in-place.
|
||||
|
||||
Reference in New Issue
Block a user