Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/site-replication.go

    			}
    			errdID = dID
    		}
    	}
    
    	// force local config to be cleared even if peers failed since the remote targets are deleted
    	// by now from the replication config and user intended to forcibly clear all site replication
    	if rreq.RemoveAll {
    		if err = c.removeFromDisk(ctx); err != nil {
    			return madmin.ReplicateRemoveStatus{
    				Status:    madmin.ReplicateRemoveStatusPartial,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 184.2K bytes
    - Viewed (1)
  2. cmd/object-handlers_test.go

    		actualError := &APIErrorResponse{}
    		if err = xml.Unmarshal(actualContent, actualError); err != nil {
    			t.Fatalf("Test %d: %s: Failed parsing response body: <ERROR> %v", i+1, instanceType, err)
    		}
    
    		if path.Clean(actualError.Resource) != pathJoin(SlashSeparator, testCase.bucketName, testCase.objectName) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
Back to top