Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 72 for Backend (0.26 sec)

  1. cmd/erasure-object.go

    		return fi, nil, nil, toObjectErr(err, bucket, object)
    	}
    
    	if !fi.Deleted && len(fi.Erasure.Distribution) != len(onlineDisks) {
    		err := fmt.Errorf("unexpected file distribution (%v) from online disks (%v), looks like backend disks have been manually modified refusing to heal %s/%s(%s)",
    			fi.Erasure.Distribution, onlineDisks, bucket, object, opts.VersionID)
    		storageLogOnceIf(ctx, err, "get-object-file-info-manually-modified")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  2. hack/local-up-cluster.sh

          --secure-port="${API_SECURE_PORT}" \
          --tls-cert-file="${CERT_DIR}/serving-kube-apiserver.crt" \
          --tls-private-key-file="${CERT_DIR}/serving-kube-apiserver.key" \
          --storage-backend="${STORAGE_BACKEND}" \
          --storage-media-type="${STORAGE_MEDIA_TYPE}" \
          --etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \
          --service-cluster-ip-range="${SERVICE_CLUSTER_IP_RANGE}" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. .bazelrc

    build:mkl --define=build_with_mkl=true --define=enable_mkl=true
    build:mkl --define=tensorflow_mkldnn_contraction_kernel=0
    build:mkl --define=build_with_openmp=true
    build:mkl -c opt
    
    # config to build OneDNN backend with a user specified threadpool.
    build:mkl_threadpool --define=build_with_mkl=true --define=enable_mkl=true
    build:mkl_threadpool --define=tensorflow_mkldnn_contraction_kernel=0
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  4. pkg/proxy/nftables/proxier.go

    				if !ok {
    					proxier.logger.Error(nil, "Failed to cast endpointsInfo", "endpointsInfo", ep)
    					continue
    				}
    
    				// Create a set to store current affinity mappings. As
    				// with the iptables backend, endpoint affinity is
    				// recorded for connections from a particular source IP
    				// (without regard to source port) to a particular
    				// ServicePort (without regard to which service IP was
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  5. src/runtime/malloc.go

    		n := vsize - voff
    		if n > chunkBytes {
    			n = chunkBytes
    		}
    		memclrNoHeapPointers(unsafe.Pointer(voff), n)
    	}
    }
    
    // implementation of new builtin
    // compiler (both frontend and SSA backend) knows the signature
    // of this function.
    func newobject(typ *_type) unsafe.Pointer {
    	return mallocgc(typ.Size_, typ, true)
    }
    
    // reflect_unsafe_New is meant for package reflect,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  6. cmd/xl-storage-format-v2.go

    // deleted/overwritten version. This version is visible _only_to the scanner routine, for subsequent deletion.
    // This kind of tracking is necessary since a version's tiered content is deleted asynchronously.
    
    // Backend directory tree structure:
    // disk1/
    // └── bucket
    //     └── object
    //         ├── a192c1d5-9bd5-41fd-9a90-ab10e165398d
    //         │   └── part.1
    //         ├── c06e0436-f813-447e-ae5e-f2564df9dfd4
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  7. pkg/workloadapi/workload.pb.go

    	// Port the service is reached at (frontend).
    	ServicePort uint32 `protobuf:"varint,1,opt,name=service_port,json=servicePort,proto3" json:"service_port,omitempty"`
    	// Port the service forwards to (backend).
    	TargetPort uint32 `protobuf:"varint,2,opt,name=target_port,json=targetPort,proto3" json:"target_port,omitempty"`
    }
    
    func (x *Port) Reset() {
    	*x = Port{}
    	if protoimpl.UnsafeEnabled {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  8. pkg/proxy/ipvs/proxier.go

    					if cidr.Contains(proxier.nodeIP) {
    						allowFromNode = true
    					}
    				}
    				// generally, ip route rule was added to intercept request to loadbalancer vip from the
    				// loadbalancer's backend hosts. In this case, request will not hit the loadbalancer but loop back directly.
    				// Need to add the following rule to allow request on host.
    				if allowFromNode {
    					entry = &utilipset.Entry{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.31.md

      This is strongly recommended, if you were not previously using
      --nodeport-addresses, to avoid surprising behavior.
      
      (This behavior is enabled by default with the nftables backend; you would
      need to explicitly request `--nodeport-addresses 0.0.0.0/0,::/0` there to get
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  10. cmd/object-api-listobjects_test.go

    					t.Errorf("Test %d: %s: Expected prefix name to be \"%s\", but found \"%s\" instead", i+1, instanceType, testCase.result.Prefixes[j], foundPrefixes[j])
    				}
    			}
    		})
    	}
    }
    
    // Initialize FS backend for the benchmark.
    func initFSObjectsB(disk string, t *testing.B) (obj ObjectLayer) {
    	obj, _, err := initObjectLayer(context.Background(), mustGetPoolEndpoints(0, disk))
    	if err != nil {
    		t.Fatal(err)
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
Back to top