Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for honom (0.12 sec)

  1. cmd/erasure-object.go

    	disks := er.getDisks()
    	// Assume (N/2 + 1) quorum for Delete()
    	// this is a theoretical assumption such that
    	// for delete's we do not need to honor storage
    	// class for objects that have reduced quorum
    	// due to storage class - this only needs to be honored
    	// for Read() requests alone that we already do.
    	writeQuorum := len(disks)/2 + 1
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 77.2K bytes
    - Viewed (2)
  2. cmd/xl-storage.go

    		if legacyPreserved {
    			if contextCanceled(ctx) {
    				return res, ctx.Err()
    			}
    
    			if len(legacyEntries) > 0 {
    				// legacy data dir means its old content, honor system umask.
    				if err = mkdirAll(legacyDataPath, 0o777, dstVolumeDir); err != nil {
    					// any failed mkdir-calls delete them.
    					s.deleteFile(dstVolumeDir, legacyDataPath, true, false)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 84.7K bytes
    - Viewed (0)
Back to top