Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for deleteObjectFromAllPools (0.18 seconds)

  1. cmd/erasure-server-pool.go

    		return objInfo, err
    	}
    
    	// Delete concurrently in all server pools with read quorum error for unversioned objects.
    	if len(noReadQuorumPools) > 0 && !opts.Versioned && !opts.VersionSuspended {
    		return z.deleteObjectFromAllPools(ctx, bucket, object, opts, noReadQuorumPools)
    	}
    
    	// All replication requests needs to go to pool with the object.
    	if opts.ReplicationRequest {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 89.2K bytes
    - Click Count (0)
Back to Top