Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for YES (0.15 sec)

  1. cmd/bucket-handlers.go

    // - Range over all the available buckets
    // - Check if a bucket has an entry in etcd backend
    // -- If no, make an entry
    // -- If yes, check if the entry matches local IP check if we
    //
    //	need to update the entry then proceed to update
    //
    // -- If yes, check if the IP of entry matches local IP.
    //
    //	This means entry is for this instance.
    //
    // -- If IP of the entry doesn't match, this means entry is
    //
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 16:27:27 GMT 2024
    - 61.6K bytes
    - Viewed (0)
  2. cmd/xl-storage_test.go

    		}
    	}
    
    	// TestXLStorage case with invalid volume name.
    	// A valid volume name should be at least of size 3.
    	err = xlStorage.AppendFile(context.Background(), "bn", "yes", []byte("hello, world"))
    	if err != errVolumeNotFound {
    		t.Fatalf("expected: \"Invalid argument error\", got: \"%s\"", err)
    	}
    }
    
    // TestXLStorage xlStorage.RenameFile()
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 11 17:45:28 GMT 2024
    - 66.7K bytes
    - Viewed (0)
Back to top