- Sort Score
- Num 10 results
- Language All
Results 71 - 74 of 74 for dquorum (0.06 seconds)
-
cmd/data-scanner.go
// If that doesn't bring it back we remove the folder and assume it was deleted. // This means that the next run will not look for it. // How to resolve results. resolver := metadataResolutionParams{ dirQuorum: f.disksQuorum, objQuorum: f.disksQuorum, bucket: "", strict: false, } healObjectsPrefix := color.Green("healObjects:") for k := range abandonedChildren { if !f.shouldHeal() {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 45.5K bytes - Click Count (0) -
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 Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3) -
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 Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 118.2K bytes - Click Count (0) -
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 Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)