Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for replicateAll (0.22 sec)

  1. cmd/bucket-replication-utils_test.go

    				ReplicationAction:     replicateAll,
    			},
    		},
    		expectedCompletedSize:             249,
    		expectedReplicationStatusInternal: "arn1=COMPLETED;",
    		expectedReplicationStatus:         replication.Completed,
    		expectedOpType:                    replication.ObjectReplicationType,
    		expectedAction:                    replicateAll,
    	},
    	{ // 3. replication completed to single target; failed to another
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Aug 08 20:27:40 GMT 2023
    - 9.3K bytes
    - Viewed (0)
  2. cmd/bucket-replication.go

    		switch {
    		case isErrMethodNotAllowed(serr):
    			rAction = replicateAll
    		case isErrObjectNotFound(serr), isErrVersionNotFound(serr):
    			rAction = replicateAll
    		case isErrReadQuorum(serr), isErrWriteQuorum(serr):
    			rAction = replicateAll
    		default:
    			rinfo.Err = cerr
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 112.2K bytes
    - Viewed (1)
Back to top