Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for healReplication (0.12 sec)

  1. cmd/data-scanner.go

    }
    
    // objectPath returns the prefix and object name.
    func (i *scannerItem) objectPath() string {
    	return pathJoin(i.prefix, i.objectName)
    }
    
    // healReplication will heal a scanned item that has failed replication.
    func (i *scannerItem) healReplication(ctx context.Context, o ObjectLayer, oi ObjectInfo, sizeS *sizeSummary) {
    	if oi.VersionID == "" {
    		return
    	}
    	if i.replication.Config == nil {
    		return
    	}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 21:10:34 UTC 2024
    - 48.4K bytes
    - Viewed (0)
Back to top