Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _noinline (0.08 sec)

  1. cmd/xl-storage.go

    		if legacyPreserved {
    			s.deleteFile(dstVolumeDir, legacyDataPath, true, false)
    		}
    		return res, osErrToFileErr(err)
    	}
    	diskHealthCheckOK(ctx, err)
    
    	notInline := srcDataPath != "" && len(fi.Data) == 0 && fi.Size > 0
    	if notInline {
    		if healing {
    			// renameAll only for objects that have xl.meta not saved inline.
    			// this must be done in healing only, otherwise it is expected
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top