Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getEndpointStrings (0.26 sec)

  1. cmd/erasure-healing.go

    	opts.Tags = map[string]interface{}{
    		"healResult": result,
    		"objectLocation": auditObjectOp{
    			Name:   decodeDirObject(object),
    			Pool:   er.poolIndex + 1,
    			Set:    er.setIndex + 1,
    			Drives: er.getEndpointStrings(),
    		},
    	}
    
    	auditLogInternal(ctx, opts)
    }
    
    // Heals an object by re-writing corrupt/missing erasure blocks.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 33.8K bytes
    - Viewed (0)
Back to top