Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 81 - 83 of 83 for dquorum (0.05 seconds)

  1. cmd/api-errors.go

    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrAdminConfigNoQuorum: {
    		Code:           "XMinioAdminConfigNoQuorum",
    		Description:    "Configuration update failed because server quorum was not met",
    		HTTPStatusCode: http.StatusServiceUnavailable,
    	},
    	ErrAdminConfigTooLarge: {
    		Code: "XMinioAdminConfigTooLarge",
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Apr 16 07:34:24 GMT 2025
    - 93K bytes
    - Click Count (3)
  2. cmd/bucket-replication.go

    			if !rinfo.VersionPurgeStatus.Empty() {
    				rinfo.VersionPurgeStatus = replication.VersionPurgeComplete
    				return rinfo
    			}
    		case isErrReadQuorum(serr), isErrWriteQuorum(serr):
    			// destination has some quorum issues, perform removeObject() anyways
    			// to complete the operation.
    		default:
    			if err != nil && minio.IsNetworkOrHostDown(err, true) && !globalBucketTargetSys.isOffline(tgt.EndpointURL()) {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 118.2K bytes
    - Click Count (0)
  3. api/go1.txt

    pkg math/big, method (*Int) Not(*Int) *Int
    pkg math/big, method (*Int) Or(*Int, *Int) *Int
    pkg math/big, method (*Int) ProbablyPrime(int) bool
    pkg math/big, method (*Int) Quo(*Int, *Int) *Int
    pkg math/big, method (*Int) QuoRem(*Int, *Int, *Int) (*Int, *Int)
    pkg math/big, method (*Int) Rand(*rand.Rand, *Int) *Int
    pkg math/big, method (*Int) Rem(*Int, *Int) *Int
    pkg math/big, method (*Int) Rsh(*Int, uint) *Int
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
Back to Top