Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for results (0.16 sec)

  1. cmd/erasure-server-pool.go

    						poolIdx, setIdx, poolReadQuorums[poolIdx]))
    			}
    			result.HealthyRead = result.HealthyRead && healthyRead
    		}
    	}
    
    	if opts.Maintenance {
    		result.Healthy = result.Healthy && drivesHealing == 0
    		result.HealthyRead = result.HealthyRead && drivesHealing == 0
    		result.HealingDrives = drivesHealing
    	}
    
    	return result
    }
    
    // PutObjectMetadata - replace or add tags to an existing object
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 20:08:20 GMT 2024
    - 80.5K bytes
    - Viewed (0)
  2. cmd/object-api-multipart_test.go

    		// Test case with keyMarker less than 0. (Test number 20).
    		// {bucketNames[0], "", "min", "", "", -1, listMultipartResults[7], nil, true},
    		// The result contains only one entry. The  KeyPrefix is set to the object name in the result.
    		// Expecting the result to skip the KeyPrefix entry in the result (Test number 21).
    		{bucketNames[0], "", "minio-object", "", "", 2, listMultipartResults[8], nil, true},
    		// Test case containing prefix values.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 77.1K bytes
    - Viewed (0)
  3. docs/metrics/prometheus/grafana/minio-dashboard.json

          },
          "description": "",
          "fieldConfig": {
            "defaults": {
              "mappings": [
                {
                  "options": {
                    "match": "null",
                    "result": {
                      "text": "N/A"
                    }
                  },
                  "type": "special"
                }
              ],
              "thresholds": {
                "mode": "percentage",
    Json
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 15 10:03:01 GMT 2024
    - 93K bytes
    - Viewed (2)
  4. internal/s3select/select_test.go

    			wantResult: `{"first":"1","_100":null}`,
    		},
    		{
    			name:       "select-is_null_noresults",
    			input:      testInput,
    			query:      `select _2 from S3object where _2 IS NULL`,
    			wantResult: ``,
    		},
    		{
    			name:  "select-is_null_results",
    			input: testInput,
    			query: `select _2 from S3object WHERE _100 IS NULL`,
    			wantResult: `{"_2":"2010-01-01T"}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Dec 23 07:19:11 GMT 2023
    - 76.2K bytes
    - Viewed (0)
  5. cmd/object-api-listobjects_test.go

    					}
    					for j := 0; j < len(testCase.resultL.Prefixes); j++ {
    						if j >= len(resultL.Prefixes) {
    							t.Errorf("Test %d: %s: Expected prefix name to be \"%s\", but found no result", i+1, instanceType, testCase.resultL.Prefixes[j])
    							continue
    						}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 11:07:40 GMT 2024
    - 73.1K bytes
    - Viewed (0)
  6. cmd/peer-rest-server.go

    }
    
    // GetLastDayTierStatsHandler - returns per-tier stats in the last 24hrs for this server
    func (s *peerRESTServer) GetLastDayTierStatsHandler(_ *grid.MSS) (*DailyAllTierStats, *grid.RemoteErr) {
    	if objAPI := newObjectLayerFn(); objAPI == nil || globalTransitionState == nil {
    		return nil, grid.NewRemoteErr(errServerNotInitialized)
    	}
    
    	result := globalTransitionState.getDailyAllTierStats()
    	return &result, nil
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 51.8K bytes
    - Viewed (0)
  7. cmd/batch-handlers.go

    			// Do not need to retry if we can't list objects on source.
    			return err
    		}
    
    		prevObj := ""
    
    		skipReplicate := false
    		for result := range slowCh {
    			result := result
    			if result.Name != prevObj {
    				prevObj = result.Name
    				skipReplicate = result.DeleteMarker && s3Type
    			}
    			if skipReplicate {
    				continue
    			}
    			wk.Take()
    			go func() {
    				defer wk.Give()
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 55.2K bytes
    - Viewed (0)
  8. cmd/xl-storage_test.go

    						}
    					}
    				}
    				// Err unexpected EOF special case, where we verify we have provided a larger
    				// buffer than the data itself, but the results are in-fact valid. So we validate
    				// this error condition specifically treating it as a good condition with valid
    				// results. In this scenario return 'n' is always lesser than the input buffer.
    				if err == io.ErrUnexpectedEOF {
    					if !bytes.Equal(testCase.expectedBuf, buf[:n]) {
    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)
  9. cmd/xl-storage-format-v2.go

    			return err
    		}
    		if err = fn(i, tHdr, tMeta); err != nil {
    			if err == errDoneForNow {
    				err = nil
    			}
    			return err
    		}
    	}
    	return nil
    }
    
    // isIndexedMetaV2 returns non-nil result if metadata is indexed.
    // Returns 3x nil if not XLV2 or not indexed.
    // If indexed and unable to parse an error will be returned.
    func isIndexedMetaV2(buf []byte) (meta xlMetaBuf, data xlMetaInlineData, err error) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 23 05:07:37 GMT 2024
    - 63.6K bytes
    - Viewed (1)
  10. docs/bucket/notifications/README.md

            host='localhost'))
    channel = connection.channel()
    
    channel.exchange_declare(exchange='bucketevents',
                             exchange_type='fanout')
    
    result = channel.queue_declare(exclusive=False)
    queue_name = result.method.queue
    
    channel.queue_bind(exchange='bucketevents',
                       queue=queue_name)
    
    print(' [*] Waiting for logs. To exit press CTRL+C')
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
Back to top