Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deleteObjectFromAllPools (0.29 sec)

  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 {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 89.1K bytes
    - Viewed (0)
Back to top