- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for checkPartSuccess (0.07 sec)
-
cmd/erasure-healing_test.go
nil, }, dataErrs: map[int][]int{ 0: {checkPartFileNotFound, checkPartSuccess, checkPartSuccess, checkPartSuccess}, 1: {checkPartSuccess, checkPartFileNotFound, checkPartSuccess, checkPartSuccess}, 2: {checkPartSuccess, checkPartSuccess, checkPartFileNotFound, checkPartSuccess}, 3: {checkPartSuccess, checkPartSuccess, checkPartSuccess, checkPartFileNotFound}, }, expectedMeta: fi,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 48.5K bytes - Viewed (0) -
cmd/erasure-healing.go
for i, disk := range latestDisks { if disk == OfflineDisk { continue } thisPartErrs := shuffleCheckParts(dataErrsByPart[partIndex], latestMeta.Erasure.Distribution) if thisPartErrs[i] != checkPartSuccess { continue } checksumInfo := copyPartsMetadata[i].Erasure.GetChecksumInfo(partNumber) partPath := pathJoin(object, srcDataDir, fmt.Sprintf("part.%d", partNumber))
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 34.6K bytes - Viewed (0) -
cmd/xl-storage.go
if st.Mode().IsDir() { resp = checkPartFileNotFound return } // Check if shard is truncated. if st.Size() < expectedSize { resp = checkPartFileCorrupt return } return checkPartSuccess } // CheckParts check if path has necessary parts available. func (s *xlStorage) CheckParts(ctx context.Context, volume string, path string, fi FileInfo) (*CheckPartsResp, error) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jun 13 11:33:47 UTC 2025 - 91.7K bytes - Viewed (0)