- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for checkObjectWithAllParts (0.18 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/erasure-healing-common.go
for _, pe := range partErrs { if pe != checkPartSuccess { c++ } } return c } // checkObjectWithAllParts sets partsMetadata and onlineDisks when xl.meta is inexistant/corrupted or outdated // it also checks if the status of each part (corrupted, missing, ok) in each drive func checkObjectWithAllParts(ctx context.Context, onlineDisks []StorageAPI, partsMetadata []FileInfo,Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 12K bytes - Click Count (0) -
cmd/erasure-healing.go
if err != nil { return result, err } // No modtime quorum filterDisksByETag := quorumETag != "" dataErrsByDisk, dataErrsByPart := checkObjectWithAllParts(ctx, onlineDisks, partsMetadata, errs, latestMeta, filterDisksByETag, bucket, object, scanMode) var erasure Erasure if !latestMeta.Deleted && !latestMeta.IsRemote() { // Initialize erasure codingCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 34.7K bytes - Click Count (0)